Differences From Artifact [71db5dbd4f]:
- File single/X-LV-17.lua — part of check-in [4b5f38cdf0] at 2024-07-20 13:24:56 on branch trunk — 0 (user: 顽雨沉风, size: 1054) [annotate] [blame] [check-ins using]
To Artifact [b399c10092]:
- File single/X-LV-17.lua — part of check-in [73070f014f] at 2024-07-20 13:33:20 on branch trunk — 0 (user: 顽雨沉风, size: 1056) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 | + | --[[message 新手教学 ]] Debug.SetAIName("QQ群181175613") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4) Debug.SetPlayerInfo(0, 8000, 0, 0) Debug.SetPlayerInfo(1, 4600, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(11066358, 0, 0, k1, 2, k2) |
︙ |