Differences From Artifact [5c0c23feff]:
- File single/简化版1_510_44.lua — part of check-in [7aae189787] at 2024-07-20 13:11:34 on branch trunk — 0 (user: 顽雨沉风, size: 1043) [annotate] [blame] [check-ins using]
To Artifact [fc5114d108]:
- File single/简化版1_510_44.lua — part of check-in [85d12233c3] at 2024-07-20 13:12:41 on branch trunk — 0 (user: 顽雨沉风, size: 1069) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + | --[[message ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 2500, 0, 0) Debug.SetPlayerInfo(1, 17400, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(16428514, 0, 0, k1, 1, POS_FACEDOWN_DEFENSE) Debug.AddCard(78202553, 0, 0, k1, 2, POS_FACEDOWN_DEFENSE) Debug.AddCard(31759689, 0, 0, k1, 3, POS_FACEDOWN_DEFENSE) Debug.AddCard(89631139, 1, 1, k1, 3, POS_FACEUP_ATTACK) |
︙ |