游戏王残局简化版

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

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

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

                         1: --[[message
                         2: 维护:2024-07-12
                         3: 简语:这是一个模板文件,以便于设置新局。
                         4: ]]
                         5: 
                         6: Debug.SetAIName("QQ群181175613")
                         7: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
                         8: Debug.SetPlayerInfo(0, 100, 0, 0)
                         9: Debug.SetPlayerInfo(1, 8000, 0, 0)
                        10: 
ff581725c5 2024-07-11   11: --怪兽区域
ff581725c5 2024-07-11   12: --~ Debug.AddCard(89631139, 0, 0, LOCATION_MZONE, 0, POS_FACEUP_ATTACK)
ff581725c5 2024-07-11   13: --魔陷区域
ff581725c5 2024-07-11   14: --卡组区域
ff581725c5 2024-07-11   15: --外组区域
ff581725c5 2024-07-11   16: --墓地区域
ff581725c5 2024-07-11   17: --除外区域
ff581725c5 2024-07-11   18: --手卡区域
ff581725c5 2024-07-11   19: 
ff581725c5 2024-07-11   20: Debug.ReloadFieldEnd("这一个残局之核心卡之卡名")
                        21: aux.BeginPuzzle()