游戏王残局简化版

Annotation For single/LV-017.lua
Login

Annotation For single/LV-017.lua

Lines of single/LV-017.lua from check-in 01f4d02028 that are changed by the sequence of edits moving toward check-in c767cde2b3:

                         1: --puzzle1
                         2: Debug.SetAIName("Level-017")
                         3: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
                         4: Debug.SetPlayerInfo(0,8000,0,0)
01f4d02028 2023-07-30    5: Debug.SetPlayerInfo(1,1000,0,0)
                         6: 
                         7: Debug.AddCard(63519819,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
                         8: 
                         9: Debug.AddCard(34853266,0,0,LOCATION_HAND,0,POS_FACEDOWN)
                        10: Debug.AddCard(14087893,0,0,LOCATION_HAND,0,POS_FACEDOWN)
                        11: 
                        12: Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
                        13: Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
                        14: Debug.AddCard(89631139,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
                        15: 
                        16: Debug.ReloadFieldEnd()
                        17: aux.BeginPuzzle()