游戏王残局简化版

Annotation For single/定式局_07.lua
Login

Annotation For single/定式局_07.lua

Lines of single/定式局_07.lua from check-in 1b5c7d83d6 that are changed by the sequence of edits moving toward check-in c8322ffe62:

                         1: --[[message
1b5c7d83d6 2024-07-03    2: 时间:2024-07-01
1b5c7d83d6 2024-07-03    3: 简介:Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
                         4: 标签:#Naim_Lyrilusc #枯岳说书人
                         5: ]]
                         6: 
                         7: Debug.SetAIName("QQ群181175613")
                         8: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI + DUEL_PSEUDO_SHUFFLE, 5)
                         9: Debug.SetPlayerInfo(0, 100, 0, 0)
                        10: Debug.SetPlayerInfo(1, 14900, 0, 0)
                        11: 
                        12: --your hand
                        13: Debug.AddCard(97949165, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --turquoise
                        14: Debug.AddCard(34550857, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --cobalt
                        15: Debug.AddCard(85431040, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --evil thorn
                        16: Debug.AddCard(45452224, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --where arf thou
                        17: Debug.AddCard(43422537, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --double summon
                        18: 
                        19: --your deck
                        20: Debug.AddCard(85431040, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --evil thorn
                        21: Debug.AddCard(85431040, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --evil thorn
                        22: Debug.AddCard(60954556, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --sapphire
                        23: Debug.AddCard(60954556, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --sapphire
                        24: 
                        25: --your extra deck
                        26: Debug.AddCard(8491961, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --recite starling
                        27: Debug.AddCard(8491961, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --recite starling
                        28: Debug.AddCard(48608796, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --assembly nightingale
                        29: 
                        30: --opponent's
                        31: Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --Legendary Fisherman III
                        32: 
                        33: --Insert any message here
                        34: --insert additional message here
                        35: Debug.ReloadFieldEnd("青玉燕")
                        36: aux.BeginPuzzle(2)