Overview
Comment: | 0.0.2456 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
70edc71d1544071e878e4395e4f413bb |
User & Date: | 顽雨沉风 on 2023-08-02 02:06:37 |
Other Links: | manifest | tags |
Context
2023-08-02
| ||
02:07 | 0.0.2457 check-in: c110227920 user: 顽雨沉风 tags: trunk | |
02:06 | 0.0.2456 check-in: 70edc71d15 user: 顽雨沉风 tags: trunk | |
02:05 | 0.0.2455 check-in: 76d31290b8 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [aa306ed984] to [3093aa2d25].
︙ | ︙ | |||
60 61 62 63 64 65 66 67 68 69 70 71 72 73 | local cache_5 local cache_6 local cache_7 local cache_8 local cache_9 local _ fun["一_随机抽卡"] = function(str_1) --{ str["随机抽卡的数量"] = str_1 str["效果"] = Effect.GlobalEffect() | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | local cache_5 local cache_6 local cache_7 local cache_8 local cache_9 local _ fun["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin Debug.ReloadFieldBegin = function(str_1, str_2) --{ str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN str["规则表"] = { [3] = "大师3 " , [4] = "新大师 " , [5] = "大师2020 " } if str_2 then --{ str["规则"] = str["规则表"][str_2] --} else --{ str["规则"] = str["规则表"][5] end --} fun["Debug.ReloadFieldBegin"](str_1, str_2) end --} fun["一_随机抽卡"] = function(str_1) --{ str["随机抽卡的数量"] = str_1 str["效果"] = Effect.GlobalEffect() |
︙ | ︙ | |||
500 501 502 503 504 505 506 507 | local cache_5 local cache_6 local cache_7 local cache_8 local cache_9 local _ | < < < | < | < | < < < < < < < < < < < < < < < < < < < < < < | 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 | local cache_5 local cache_6 local cache_7 local cache_8 local cache_9 local _ --兼容层------------------------------- fun["Debug.ReloadFieldEnd"] = Debug.ReloadFieldEnd Debug.ReloadFieldEnd = function(str_1) --{ fun["Debug.ReloadFieldEnd"]() |
︙ | ︙ |