游戏王残局简化版

Annotation For single/印卡局_2.lua
Login

Annotation For single/印卡局_2.lua

Lines of single/印卡局_2.lua from check-in e20ed31a38 that are changed by the sequence of edits moving toward check-in 594edd8ea8:

                         1: --[[message
                         2: 您能帮助「童话动物·小兔子」渡过难关吗?
                         3: ]]
                         4: Debug.SetAIName("QQ群181175613")
                         5: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI, 5)
                         6: Debug.SetPlayerInfo(0, 100, 0, 0)
                         7: Debug.SetPlayerInfo(1, 5950, 0, 0)
                         8: 
                         9: local d = {}
e20ed31a38 2024-07-18   10: d["卡_印卡源"] = Debug.AddCard(5758500, 1, 1, LOCATION_EXTRA, 0, POS_FACEUP_ATTACK)
e20ed31a38 2024-07-18   11: 
e20ed31a38 2024-07-18   12: --怪兽区域
e20ed31a38 2024-07-18   13: Debug.AddCard(20129614, 0, 0, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
e20ed31a38 2024-07-18   14: Debug.AddCard(27288416, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK)
e20ed31a38 2024-07-18   15: --魔陷区域
e20ed31a38 2024-07-18   16: --卡组区域
e20ed31a38 2024-07-18   17: Debug.AddCard(27288416, 1, 1, LOCATION_DECK, 0, POS_FACEUP_ATTACK)
e20ed31a38 2024-07-18   18: Debug.AddCard(27288416, 1, 1, LOCATION_DECK, 0, POS_FACEUP_ATTACK)
e20ed31a38 2024-07-18   19: Debug.AddCard(27288416, 1, 1, LOCATION_DECK, 0, POS_FACEUP_ATTACK)
e20ed31a38 2024-07-18   20: Debug.AddCard(27288416, 1, 1, LOCATION_DECK, 0, POS_FACEUP_ATTACK)
e20ed31a38 2024-07-18   21: Debug.AddCard(27288416, 1, 1, LOCATION_DECK, 0, POS_FACEUP_ATTACK)
e20ed31a38 2024-07-18   22: Debug.AddCard(27288416, 1, 1, LOCATION_DECK, 0, POS_FACEUP_ATTACK)
e20ed31a38 2024-07-18   23: --外组区域
e20ed31a38 2024-07-18   24: --墓地区域
e20ed31a38 2024-07-18   25: --除外区域
e20ed31a38 2024-07-18   26: --手卡区域
e20ed31a38 2024-07-18   27: 
                        28: Debug.ReloadFieldEnd()
                        29: aux.BeginPuzzle(nil, nil, d["卡_印卡源"], 1)