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