游戏王残局简化版

定式局_07.lua at [1b5c7d83d6]
Login

定式局_07.lua at [1b5c7d83d6]

File single/定式局_07.lua artifact 71d20e76f8 part of check-in 1b5c7d83d6


--[[message
时间:2024-07-01
简介:Multiple attackers are fun when you can abuse them. Even funnier if they can attack directly.
标签:#Naim_Lyrilusc #枯岳说书人
]]

Debug.SetAIName("QQ群181175613")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN + DUEL_SIMPLE_AI + DUEL_PSEUDO_SHUFFLE, 5)
Debug.SetPlayerInfo(0, 100, 0, 0)
Debug.SetPlayerInfo(1, 14900, 0, 0)

--your hand
Debug.AddCard(97949165, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --turquoise
Debug.AddCard(34550857, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --cobalt
Debug.AddCard(85431040, 0, 0, LOCATION_HAND, 0, POS_FACEUP_ATTACK) --evil thorn
Debug.AddCard(45452224, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --where arf thou
Debug.AddCard(43422537, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --double summon

--your deck
Debug.AddCard(85431040, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --evil thorn
Debug.AddCard(85431040, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --evil thorn
Debug.AddCard(60954556, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --sapphire
Debug.AddCard(60954556, 0, 0, LOCATION_DECK, 0, POS_FACEDOWN) --sapphire

--your extra deck
Debug.AddCard(8491961, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --recite starling
Debug.AddCard(8491961, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --recite starling
Debug.AddCard(48608796, 0, 0, LOCATION_EXTRA, 0, POS_FACEDOWN) --assembly nightingale

--opponent's
Debug.AddCard(46986414, 1, 1, LOCATION_MZONE, 2, POS_FACEUP_ATTACK) --Legendary Fisherman III

--Insert any message here
--insert additional message here
Debug.ReloadFieldEnd("青玉燕")
aux.BeginPuzzle(2)