游戏王残局简化版

Annotation For single/测试局_2.lua
Login

Annotation For single/测试局_2.lua

Lines of single/测试局_2.lua from check-in 689a44aced that are changed by the sequence of edits moving toward check-in cbc3c04979:

                         1: --[[message
                         2: 可以提前进入被禁止的区域
                         3: ]]
                         4: Debug.SetAIName("QQ群181175613")
                         5: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
                         6: Debug.SetPlayerInfo(0, 100, 0, 0)
                         7: Debug.SetPlayerInfo(1, 5950, 0, 0)
                         8: 
689a44aced 2024-07-18    9: --怪兽区域
689a44aced 2024-07-18   10: --魔陷区域
689a44aced 2024-07-18   11: Debug.AddCard(97077563, 0, 0, LOCATION_SZONE, 0, POS_FACEDOWN)
689a44aced 2024-07-18   12: --卡组区域
689a44aced 2024-07-18   13: --外组区域
689a44aced 2024-07-18   14: --墓地区域
689a44aced 2024-07-18   15: Debug.AddCard(89631139, 0, 0, LOCATION_GRAVE, 0, POS_FACEUP)
689a44aced 2024-07-18   16: --除外区域
689a44aced 2024-07-18   17: --手卡区域
689a44aced 2024-07-18   18: Debug.AddCard(90502999, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
689a44aced 2024-07-18   19: Debug.AddCard(19230407, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
                        20: 
                        21: Debug.ReloadFieldEnd()
                        22: aux.BeginPuzzle()