Differences From Artifact [5b56947206]:
- File script/c0.lua — part of check-in [5c3d90f056] at 2023-07-04 16:32:25 on branch trunk — 0.0.614 (user: 顽雨沉风, size: 4142) [annotate] [blame] [check-ins using]
To Artifact [2a0f816b79]:
- File script/c0.lua — part of check-in [4be88097db] at 2023-07-05 10:19:43 on branch trunk — 0.0.708 (user: 顽雨沉风, size: 4191) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + | str = {} fun = {} str["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 if str_2 then if str_2 == 3 then str["规则"] = "大师3 " elseif str_2 == 4 then str["规则"] = "新大师 " elseif str_2 == 5 then |
︙ |