Differences From Artifact [61117b1566]:
- File single/X-LV-23.lua — part of check-in [f9bf2b53e0] at 2024-07-20 13:28:40 on branch trunk — 0 (user: 顽雨沉风, size: 1002) [annotate] [blame] [check-ins using]
To Artifact [c37ab4234c]:
- File single/X-LV-23.lua — part of check-in [710ee472d7] at 2024-07-20 13:34:11 on branch trunk — 0 (user: 顽雨沉风, size: 1004) [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, 1000, 0, 0) local k1, k2 = LOCATION_MZONE, POS_FACEUP_ATTACK--怪兽 Debug.AddCard(24137081, 0, 0, k1, 1, k2) |
︙ |