Overview
Comment: | 0.0.1303 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ad797768a64828e33d08077a392322cf |
User & Date: | 顽雨沉风 on 2023-07-14 23:42:11 |
Other Links: | manifest | tags |
Context
2023-07-15
| ||
00:23 | 0.0.1304 check-in: 54ea499729 user: 顽雨沉风 tags: trunk | |
2023-07-14
| ||
23:42 | 0.0.1303 check-in: ad797768a6 user: 顽雨沉风 tags: trunk | |
23:41 | 0.0.1302 check-in: 366c359384 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [807260335f] to [437fd93a8a].
1 2 3 4 | str = {} fun = {} | | | 1 2 3 4 5 6 7 8 9 10 11 12 | str = {} fun = {} 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 |
︙ | ︙ | |||
34 35 36 37 38 39 40 | else --{ str["规则"] = "大师2020 " end --} | | | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | else --{ str["规则"] = "大师2020 " end --} fun["Debug.ReloadFieldBegin"](str_1, str_2) end --} fun["通关邀请"] = function() --{ effect_1 = Effect.GlobalEffect() |
︙ | ︙ |