游戏王残局简化版

Annotation For single_doc/残局代码/single.lua
Login

Annotation For single_doc/残局代码/single.lua

Lines of single_doc/残局代码/single.lua from check-in 9f0ee54e0d that are changed by the sequence of edits moving toward check-in b76b739f59:

                         1: --[[message
                         2: 这是一个模板文件,以便于设置新局。
                         3: ]]
                         4: 
                         5: Debug.SetAIName("QQ群181175613")
                         6: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
                         7: Debug.SetPlayerInfo(0, 100, 0, 0)
                         8: Debug.SetPlayerInfo(1, 8000, 0, 0)
                         9: 
9f0ee54e0d 2024-07-18   10: local k1 = LOCATION_MZONE
9f0ee54e0d 2024-07-18   11: local k1 = LOCATION_SZONE
9f0ee54e0d 2024-07-18   12: local k1 = LOCATION_PZONE
9f0ee54e0d 2024-07-18   13: local k1 = LOCATION_DECK
9f0ee54e0d 2024-07-18   14: local k1 = LOCATION_EXTRA
9f0ee54e0d 2024-07-18   15: local k1 = LOCATION_GRAVE
9f0ee54e0d 2024-07-18   16: local k1 = LOCATION_REMOVED
9f0ee54e0d 2024-07-18   17: local k1 = LOCATION_HAND
                        18: 
                        19: Debug.ReloadFieldEnd("这一个残局之核心卡之完整卡名")
                        20: aux.BeginPuzzle()