Differences From Artifact [4ca66e8ea6]:
- File single/简化版1_510_23.lua — part of check-in [85d12233c3] at 2024-07-20 13:12:41 on branch trunk — 0 (user: 顽雨沉风, size: 1258) [annotate] [blame] [check-ins using]
To Artifact [1b5fba06aa]:
- File single/简化版1_510_23.lua — part of check-in [4581bd8f69] at 2024-07-20 13:13:53 on branch trunk — 0 (user: 顽雨沉风, size: 1282) [annotate] [blame] [check-ins using]
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 4400, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(40101111, 1, 1, k1, 2, POS_FACEUP_ATTACK) local k1, k2 = LOCATION_SZONE, POS_FACEDOWN--魔陷 |
︙ |