Overview
Comment: | 0 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
72cc83c4a1cb4977b8645f38b0586fbd |
User & Date: | 顽雨沉风 on 2024-06-27 08:16:22 |
Other Links: | manifest | tags |
Context
2024-06-27
| ||
08:18 | 0 check-in: 88a69b97e2 user: 顽雨沉风 tags: trunk | |
08:16 | 0 check-in: 72cc83c4a1 user: 顽雨沉风 tags: trunk | |
08:15 | 0 check-in: 9aebdead2a user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [ba24fc198c] to [6bd5776ce2].
︙ | ︙ | |||
27 28 29 30 31 32 33 | [4] = "新大师规则(2017) ", [5] = "大师规则(2020) ", } s["Debug.ReloadFieldBegin"] = _G.Debug.ReloadFieldBegin --~ 模 --~ 则数 function _G.Debug.ReloadFieldBegin(u1, u2) | | | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | [4] = "新大师规则(2017) ", [5] = "大师规则(2020) ", } s["Debug.ReloadFieldBegin"] = _G.Debug.ReloadFieldBegin --~ 模 --~ 则数 function _G.Debug.ReloadFieldBegin(u1, u2) d["假洗卡"] = u1 & DUEL_PSEUDO_SHUFFLE d["战斗阶段"] = u1 & DUEL_ATTACK_FIRST_TURN d["人工智能"] = u1 & DUEL_SIMPLE_AI if u2 then s["则"] = h1[u2] else s["则"] = h1[5] end |
︙ | ︙ | |||
146 147 148 149 150 151 152 | for u1 in aux.Next(h3) do if d["是否有效果卡"](u1) then h2 = h2 + 1 end end --~ 开局说明 h1 = h2 .. "卡 " .. s["则"] | | | | 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | for u1 in aux.Next(h3) do if d["是否有效果卡"](u1) then h2 = h2 + 1 end end --~ 开局说明 h1 = h2 .. "卡 " .. s["则"] if d["假洗卡"] == 0 then else h1 = h1 .. "假洗卡 " end if d["战斗阶段"] == 0 then h1 = h1 .. "无战斗阶段 " end if d["人工智能"] == 0 then h1 = h1 .. "无人工智能 " end |
︙ | ︙ |