游戏王残局简化版

Annotation For single/RashFaustinho_a01 5_18_2000.lua
Login

Annotation For single/RashFaustinho_a01 5_18_2000.lua

Origin for each line in single/RashFaustinho_a01 5_18_2000.lua from check-in d4b7da7b26:

25dec624a1 2024-02-28    1: --Created using senpaizuri's Puzzle Maker (updated by Naim & Larry126)
25dec624a1 2024-02-28    2: --Partially rewritten by edo9300
25dec624a1 2024-02-28    3: 
25dec624a1 2024-02-28    4: --[[message
d4b7da7b26 2024-06-24    5: 维护:2024-02-28
25dec624a1 2024-02-28    6: 简语:Help Exodia obliterate the opponent's field!
25dec624a1 2024-02-28    7: ]]
25dec624a1 2024-02-28    8: 
4f763a9b61 2024-02-28    9: Debug.SetAIName("RashFaustinho_a01")
25dec624a1 2024-02-28   10: Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,5)
25dec624a1 2024-02-28   11: Debug.SetPlayerInfo(0,1000,0,0)
25dec624a1 2024-02-28   12: Debug.SetPlayerInfo(1,4000,0,0)
25dec624a1 2024-02-28   13: 
25dec624a1 2024-02-28   14: --Main Deck (yours)
25dec624a1 2024-02-28   15: Debug.AddCard(38033121,0,0,LOCATION_DECK,0,POS_FACEDOWN)
25dec624a1 2024-02-28   16: Debug.AddCard(80161395,0,0,LOCATION_DECK,0,POS_FACEDOWN)
25dec624a1 2024-02-28   17: Debug.AddCard(91152256,0,0,LOCATION_DECK,0,POS_FACEDOWN)
25dec624a1 2024-02-28   18: 
25dec624a1 2024-02-28   19: -- Grave (yours)
25dec624a1 2024-02-28   20: Debug.AddCard(71703785,0,0,LOCATION_GRAVE,0,POS_FACEUP)
25dec624a1 2024-02-28   21: Debug.AddCard(46986414,0,0,LOCATION_GRAVE,0,POS_FACEUP)
25dec624a1 2024-02-28   22: 
25dec624a1 2024-02-28   23: --Extra Deck (yours)
25dec624a1 2024-02-28   24: Debug.AddCard(50237654,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
25dec624a1 2024-02-28   25: Debug.AddCard(11765832,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
25dec624a1 2024-02-28   26: Debug.AddCard(73452089,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
25dec624a1 2024-02-28   27: Debug.AddCard(39915560,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
25dec624a1 2024-02-28   28: Debug.AddCard(10817524,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
25dec624a1 2024-02-28   29: Debug.AddCard(54757758,0,0,LOCATION_EXTRA,0,POS_FACEDOWN)
25dec624a1 2024-02-28   30: 
25dec624a1 2024-02-28   31: --Hand (yours)
25dec624a1 2024-02-28   32: Debug.AddCard(84133008,0,0,LOCATION_HAND,0,POS_FACEDOWN)
25dec624a1 2024-02-28   33: Debug.AddCard(24094653,0,0,LOCATION_HAND,0,POS_FACEDOWN)
25dec624a1 2024-02-28   34: Debug.AddCard(32062913,0,0,LOCATION_HAND,0,POS_FACEDOWN)
25dec624a1 2024-02-28   35: Debug.AddCard(39910367,0,0,LOCATION_HAND,0,POS_FACEDOWN)
25dec624a1 2024-02-28   36: Debug.AddCard(21570001,0,0,LOCATION_HAND,0,POS_FACEDOWN)
25dec624a1 2024-02-28   37: Debug.AddCard(53046408,0,0,LOCATION_HAND,0,POS_FACEDOWN)
25dec624a1 2024-02-28   38: Debug.AddCard(23020408,0,0,LOCATION_HAND,0,POS_FACEDOWN)
25dec624a1 2024-02-28   39: 
25dec624a1 2024-02-28   40: --Monster Zones (yours)
25dec624a1 2024-02-28   41: Debug.AddCard(70903634,0,0,LOCATION_MZONE,1,POS_FACEUP_ATTACK,true)
25dec624a1 2024-02-28   42: Debug.AddCard(44519536,0,0,LOCATION_MZONE,4,POS_FACEUP_ATTACK,true)
25dec624a1 2024-02-28   43: Debug.AddCard(8124921,0,0,LOCATION_MZONE,0,POS_FACEUP_ATTACK,true)
25dec624a1 2024-02-28   44: Debug.AddCard(7902349,0,0,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true)
25dec624a1 2024-02-28   45: Debug.AddCard(58604027,0,0,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true)
25dec624a1 2024-02-28   46: 
25dec624a1 2024-02-28   47: --Hand (opponent's)
25dec624a1 2024-02-28   48: Debug.AddCard(42352091,1,1,LOCATION_HAND,0,POS_FACEDOWN)
25dec624a1 2024-02-28   49: 
25dec624a1 2024-02-28   50: --Monster Zones (opponent's)
25dec624a1 2024-02-28   51: Debug.AddCard(89631139,1,1,LOCATION_MZONE,2,POS_FACEUP_ATTACK,true)
25dec624a1 2024-02-28   52: Debug.AddCard(89631139,1,1,LOCATION_MZONE,3,POS_FACEUP_ATTACK,true)
25dec624a1 2024-02-28   53: Debug.AddCard(89631139,1,1,LOCATION_MZONE,1,POS_FACEUP_ATTACK,true)
25dec624a1 2024-02-28   54: 
25dec624a1 2024-02-28   55: Debug.ReloadFieldEnd()
25dec624a1 2024-02-28   56: aux.BeginPuzzle()
25dec624a1 2024-02-28   57: 
25dec624a1 2024-02-28   58: --[[Solution
25dec624a1 2024-02-28   59: 1-Activate Magic Citadel of Endymion
25dec624a1 2024-02-28   60: 2-Activate Polymerization, and immediately chain Soul Servant first and Emergency Provisions afterwards
25dec624a1 2024-02-28   61: 3-With Emergency Provisions' effect, send all spells (except for the field spell) to the grave to gain 2000 LP
25dec624a1 2024-02-28   62: 4-With Soul Servant's Effect, return Palladium Oracle Mahad to the top of the deck
25dec624a1 2024-02-28   63: 5-With Polymerization's Effect, special summon Garura from the extra deck by fusing two "Forbidden One" Normal monsters
25dec624a1 2024-02-28   64: 6-Normal summon Monster Eye, use effect to pay 1000 LP and recover Polymerization from the GY
25dec624a1 2024-02-28   65: 7-Use Polymerization, fuse the two other "Forbidden One" Normal monsters into First of The Dragons
25dec624a1 2024-02-28   66: 8-Monster Eye, use effect to pay 1000 LP and recover Polymerization from the GY
25dec624a1 2024-02-28   67: 9-Use Polymerization, fuse the two Fusion monsters into Starving Venom
25dec624a1 2024-02-28   68: 10-Activate Garura effect, activate Mahad effect
25dec624a1 2024-02-28   69: 11-Activate Clear New World, destroy Mahad, special summon Celtic Guardian, special summon Dark Magician via Mahad's effect
25dec624a1 2024-02-28   70: 12-Soul Servant effect in the GY, draw 2, use Mystic Wok to tribute Starting Venom and gain 3600 LP
25dec624a1 2024-02-28   71: 13-Monster Eye, use effect to pay 1000 LP and recover Polymerization from the GY
25dec624a1 2024-02-28   72: 14-Fuse Dark Magician and Celtig Guardian into Dark Cavalry
25dec624a1 2024-02-28   73: 15-Monster Eye, use effect to pay 1000 LP and recover Polymerization from the GY
25dec624a1 2024-02-28   74: 16-Fuse Dark Cavalry and Dark Magician Girl into The Dark Magicians
25dec624a1 2024-02-28   75: 17-Monster Eye, use effect to pay 1000 LP and recover Polymerization from the GY
25dec624a1 2024-02-28   76: 18-Fuse The Dark Magicians and Monster Eye into Mudragon of The Swamp
25dec624a1 2024-02-28   77: 19-Activate Mega Ton Magical Cannon
25dec624a1 2024-02-28   78: 20-Attack with The Legendary Exodia Incarnate for game
25dec624a1 2024-02-28   79: ]]