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