游戏王残局简化版

Annotation For single/测试局_3.lua
Login

Annotation For single/测试局_3.lua

Lines of single/测试局_3.lua from check-in 50e6cd1850 that are changed by the sequence of edits moving toward check-in bdce887b34:

                         1: --[[message
                         2: 维护:2024-06-28
                         3: 简语:可以提前进入被禁止的区域
                         4: ]]
                         5: Debug.SetAIName("test")
                         6: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
                         7: Debug.SetPlayerInfo(0, 8000, 0, 0)
                         8: Debug.SetPlayerInfo(1, 8000, 0, 0)
                         9: 
50e6cd1850 2024-06-28   10: Debug.AddCard(11366199, 1, 1, LOCATION_MZONE, 0, POS_FACEDOWN)
                        11: Debug.AddCard(35480699, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
                        12: 
                        13: Debug.ReloadFieldEnd()
                        14: aux.BeginPuzzle()