游戏王残局简化版

Annotation For single/X-LV-02.lua
Login

Annotation For single/X-LV-02.lua

Lines of single/X-LV-02.lua from check-in dc574e0d03 that are changed by the sequence of edits moving toward check-in a6e1b6e4d7:

                         1: --[[message
                         2: 新手教学
                         3: ]]
                         4: Debug.SetAIName("QQ群181175613")
                         5: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
                         6: Debug.SetPlayerInfo(0, 8000, 0, 0)
                         7: Debug.SetPlayerInfo(1, 200, 0, 0)
                         8: 
dc574e0d03 2024-07-18    9: --怪兽区域
dc574e0d03 2024-07-18   10: Debug.AddCard(27288416, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)
dc574e0d03 2024-07-18   11: Debug.AddCard(6368039, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
dc574e0d03 2024-07-18   12: Debug.AddCard(2964201, 0, 0, LOCATION_MZONE, 3, POS_FACEUP_ATTACK)
dc574e0d03 2024-07-18   13: Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)
dc574e0d03 2024-07-18   14: Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK)
dc574e0d03 2024-07-18   15: --魔陷区域
dc574e0d03 2024-07-18   16: --卡组区域
dc574e0d03 2024-07-18   17: --外组区域
dc574e0d03 2024-07-18   18: --墓地区域
dc574e0d03 2024-07-18   19: --除外区域
dc574e0d03 2024-07-18   20: --手卡区域
dc574e0d03 2024-07-18   21: Debug.AddCard(52097679, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
                        22: 
                        23: Debug.ReloadFieldEnd()
                        24: aux.BeginPuzzle()
                        25: Debug.ShowHint("尝试一下让怪兽同归于尽")