游戏王残局简化版

Annotation For single/Naim_Lyrilusc.lua
Login

Annotation For single/Naim_Lyrilusc.lua

Lines of single/Naim_Lyrilusc.lua from check-in 15d4c4c64f that are changed by the sequence of edits moving toward check-in 8af1500208:

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