游戏王残局简化版

Annotation For single/测试局_1.lua
Login

Annotation For single/测试局_1.lua

Lines of single/测试局_1.lua from check-in 5c845c58c9 that are changed by the sequence of edits moving toward check-in 8ee222a163:

                         1: --[[message
5c845c58c9 2024-06-27    2: 维护:2024-06-21
5c845c58c9 2024-06-27    3: 简语:灵摆区的怪兽卡
5c845c58c9 2024-06-27    4: 标签:#枯岳说书人 #顽雨沉风 #test #测试
                         5: ]]
                         6: Debug.SetAIName("test")
                         7: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 4)
                         8: Debug.SetPlayerInfo(0, 100, 0, 0)
                         9: Debug.SetPlayerInfo(1, 5950, 0, 0)
                        10: 
                        11: Debug.AddCard(4582942, 0, 0, LOCATION_SZONE, 0, POS_FACEDOWN)
                        12: Debug.AddCard(4582942, 0, 0, LOCATION_SZONE, 1, POS_FACEDOWN)
                        13: Debug.AddCard(3048768, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
                        14: 
                        15: Debug.ReloadFieldEnd()
                        16: aux.BeginPuzzle()