游戏王残局简化版

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

Annotation For single/X-LV-21.lua

Lines of single/X-LV-21.lua from check-in db74118c74 that are changed by the sequence of edits moving toward check-in 75393e053b:

                         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, 500, 0, 0)
                         8: 
db74118c74 2024-07-18    9: --怪兽区域
db74118c74 2024-07-18   10: Debug.AddCard(46986414, 0, 0, LOCATION_MZONE, 2, POS_FACEDOWN_DEFENSE)
db74118c74 2024-07-18   11: Debug.AddCard(59380081, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
db74118c74 2024-07-18   12: --魔陷区域
db74118c74 2024-07-18   13: Debug.AddCard(93747864, 0, 0, LOCATION_SZONE, 1, POS_FACEDOWN)
db74118c74 2024-07-18   14: --卡组区域
db74118c74 2024-07-18   15: --外组区域
db74118c74 2024-07-18   16: --墓地区域
db74118c74 2024-07-18   17: --除外区域
db74118c74 2024-07-18   18: --手卡区域
                        19: 
                        20: Debug.ReloadFieldEnd()
                        21: aux.BeginPuzzle()
                        22: Debug.ShowHint("尝试一下反转召唤+反转")