游戏王残局简化版

Annotation For single/房同学F_001.lua
Login

Annotation For single/房同学F_001.lua

Lines of single/房同学F_001.lua from check-in 0b319da9f6 that are changed by the sequence of edits moving toward check-in 9b66c6314a:

                         1: --puzzle1
                         2: Debug.SetAIName("房同学F_001")
                         3: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
                         4: Debug.SetPlayerInfo(0,8000,0,0)
                         5: Debug.SetPlayerInfo(1,8000,0,0)
                         6: 
                         7: Debug.AddCard(64631466,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: 
0b319da9f6 2023-07-30   12: Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK)
0b319da9f6 2023-07-30   13: Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK)
0b319da9f6 2023-07-30   14: Debug.AddCard(89631139,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK)
                        15: 
                        16: Debug.ReloadFieldEnd()
                        17: aux.BeginPuzzle()