游戏王残局简化版

Annotation For single/LV_3A_04.lua
Login

Annotation For single/LV_3A_04.lua

Lines of single/LV_3A_04.lua from check-in 9007d6bd34 that are changed by the sequence of edits moving toward check-in 860deb8bab:

                         1: --[[message
9007d6bd34 2024-06-24    2: 维护:2024-02-10
                         3: ]]
                         4: --puzzle1
                         5: Debug.SetAIName("QQ群181175613")
                         6: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 3)
                         7: Debug.SetPlayerInfo(0, 8000, 0, 0)
                         8: Debug.SetPlayerInfo(1, 1100, 0, 0)
                         9: 
                        10: Debug.AddCard(64631466, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
                        11: 
                        12: Debug.AddCard(34853266, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
                        13: Debug.AddCard(14087893, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
                        14: 
                        15: Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 3, POS_FACEUP_ATTACK)
                        16: Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
                        17: Debug.AddCard(89631139, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)
                        18: 
                        19: Debug.ReloadFieldEnd()
                        20: aux.BeginPuzzle()