游戏王残局简化版

Annotation For single/测试局_3.lua
Login

Annotation For single/测试局_3.lua

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

                         1: --[[message
d4deeab7e2 2024-07-01    2: 时间:2024-07-01
d4deeab7e2 2024-07-01    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: 
                        10: Debug.AddCard(11366199, 1, 1, LOCATION_MZONE, 0, POS_FACEUP_ATTACK)
                        11: Debug.AddCard(35480699, 0, 0, LOCATION_HAND, 0, POS_FACEDOWN)
                        12: 
                        13: Debug.ReloadFieldEnd()
                        14: aux.BeginPuzzle()