游戏王残局简化版

Annotation For single/X-LV-25.lua
Login

Annotation For single/X-LV-25.lua

Lines of single/X-LV-25.lua from check-in ea29a91e7d that are changed by the sequence of edits moving toward check-in 34537f61d8:

                         1: --[[message
                         2: 新手教学
                         3: ]]
                         4: Debug.SetAIName("QQ群181175613")
                         5: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
                         6: Debug.SetPlayerInfo(0, 8000, 0, 0)
                         7: Debug.SetPlayerInfo(1, 2500, 0, 0)
                         8: 
ea29a91e7d 2024-07-18    9: --怪兽区域
ea29a91e7d 2024-07-18   10: Debug.AddCard(23635815, 0, 0, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)
ea29a91e7d 2024-07-18   11: Debug.AddCard(38955728, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
ea29a91e7d 2024-07-18   12: Debug.AddCard(25795273, 1, 1, LOCATION_MZONE, 1, POS_FACEUP_ATTACK)
ea29a91e7d 2024-07-18   13: Debug.AddCard(59380081, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
ea29a91e7d 2024-07-18   14: --魔陷区域
ea29a91e7d 2024-07-18   15: Debug.AddCard(83102080, 0, 0, LOCATION_SZONE, 2, POS_FACEDOWN)
ea29a91e7d 2024-07-18   16: Debug.AddCard(33550694, 0, 0, LOCATION_SZONE, 5, POS_FACEUP)
ea29a91e7d 2024-07-18   17: --卡组区域
ea29a91e7d 2024-07-18   18: --外组区域
ea29a91e7d 2024-07-18   19: Debug.AddCard(10817524, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN)
ea29a91e7d 2024-07-18   20: Debug.AddCard(41517789, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN)
ea29a91e7d 2024-07-18   21: --墓地区域
ea29a91e7d 2024-07-18   22: --除外区域
ea29a91e7d 2024-07-18   23: --手卡区域
                        24: 
                        25: Debug.ReloadFieldEnd()
                        26: aux.BeginPuzzle()