instruction
stringclasses
1 value
input
stringlengths
15
680
output
stringlengths
63
11.3k
text
stringlengths
353
11.8k
Create the Forge script for this magic card
{"name": "Zoetic Glyph", "mana_cost": "{2}{U}", "type_line": "Enchantment \u2014 Aura", "oracle_text": "Enchant artifact\nEnchanted artifact is a Golem creature with base power and toughness 5/4 in addition to its other types.\nWhen Zoetic Glyph is put into a graveyard from the battlefield, discover 3."}
Name:Zoetic Glyph\nManaCost:2 U\nTypes:Enchantment Aura\nK:Enchant artifact\nA:SP$ Attach | ValidTgts$ Artifact | TgtPrompt$ Select target artifact | AILogic$ Animate\nS:Mode$ Continuous | Affected$ Artifact.EnchantedBy | AddType$ Creature & Golem | SetPower$ 5 | SetToughness$ 4 | Description$ Enchanted artifact is a G...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Zoetic Glyph", "mana_cost": "{2}{U}", "type_line": "Enchantment \u2014 Aura", "oracle_text": "Enchant artifact\nEnchanted artifact is a Golem creature with base po...
Create the Forge script for this magic card
{"name": "Vampire Spawn", "mana_cost": "{2}{B}", "type_line": "Creature \u2014 Vampire", "oracle_text": "When Vampire Spawn enters the battlefield, each opponent loses 2 life and you gain 2 life.", "power": "2", "toughness": "3"}
Name:Vampire Spawn\nManaCost:2 B\nTypes:Creature Vampire\nPT:2/3\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigLoseLife | TriggerDescription$ When CARDNAME enters the battlefield, each opponent loses 2 life and you gain 2 life.\nSVar:TrigLoseLife:DB$ LoseLife | Defi...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Vampire Spawn", "mana_cost": "{2}{B}", "type_line": "Creature \u2014 Vampire", "oracle_text": "When Vampire Spawn enters the battlefield, each opponent loses 2 lif...
Create the Forge script for this magic card
{"name": "Lost in the Maze"}
Name:Lost in the Maze\nManaCost:X U U \nTypes:Enchantment\nK:Flash\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTap | TriggerDescription$ When CARDNAME enters the battlefield, tap X target creatures. Put a stun counter on each of those creatures you don't control. ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Lost in the Maze"} ### Response: Name:Lost in the Maze\nManaCost:X U U \nTypes:Enchantment\nK:Flash\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield |...
Create the Forge script for this magic card
{"name": "Soulstealer Axe", "mana_cost": "{1}", "type_line": "Artifact \u2014 Equipment", "oracle_text": "Equipped creature has trample.\nWhenever equipped creature deals combat damage to a player, seek a card with mana value equal to that damage.\nEquip {2}"}
Name:Soulstealer Axe\nManaCost:1\nTypes:Artifact Equipment\nS:Mode$ Continuous | Affected$ Creature.EquippedBy | AddKeyword$ Trample | Description$ Equipped creature has trample.\nT:Mode$ DamageDone | ValidSource$ Creature.EquippedBy | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigSeek | TriggerZones$ Battlef...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Soulstealer Axe", "mana_cost": "{1}", "type_line": "Artifact \u2014 Equipment", "oracle_text": "Equipped creature has trample.\nWhenever equipped creature deals co...
Create the Forge script for this magic card
{"name": "Immobilizing Ink", "mana_cost": "{1}{U}", "type_line": "Enchantment \u2014 Aura", "oracle_text": "Enchant creature\nEnchanted creature doesn't untap during its controller's untap step.\nEnchanted creature has \"{1}, Discard a card: Untap this creature.\""}
Name:Immobilizing Ink\nManaCost:1 U\nTypes:Enchantment Aura\nK:Enchant creature\nA:SP$ Attach | Cost$ 1 U | ValidTgts$ Creature | AILogic$ KeepTapped\nS:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ Enchanted creature doesn't untap du...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Immobilizing Ink", "mana_cost": "{1}{U}", "type_line": "Enchantment \u2014 Aura", "oracle_text": "Enchant creature\nEnchanted creature doesn't untap during its con...
Create the Forge script for this magic card
{"name": "Crimson Manticore", "mana_cost": "{2}{R}{R}", "type_line": "Creature \u2014 Manticore", "oracle_text": "Flying\n{R}, {T}: Crimson Manticore deals 1 damage to target attacking or blocking creature.", "power": "2", "toughness": "2"}
Name:Crimson Manticore\nManaCost:2 R R\nTypes:Creature Manticore\nPT:2/2\nK:Flying\nA:AB$ DealDamage | Cost$ R T | ValidTgts$ Creature.attacking,Creature.blocking | TgtPrompt$ Select target attacking or blocking creature | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to target attacking or blocking creature.\n...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Crimson Manticore", "mana_cost": "{2}{R}{R}", "type_line": "Creature \u2014 Manticore", "oracle_text": "Flying\n{R}, {T}: Crimson Manticore deals 1 damage to targe...
Create the Forge script for this magic card
{"name": "Convolute", "mana_cost": "{2}{U}", "type_line": "Instant", "oracle_text": "Counter target spell unless its controller pays {4}."}
Name:Convolute\nManaCost:2 U\nTypes:Instant\nA:SP$ Counter | Cost$ 2 U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | UnlessCost$ 4 | SpellDescription$ Counter target spell unless its controller pays {4}.\nOracle:Counter target spell unless its controller pays {4}.
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Convolute", "mana_cost": "{2}{U}", "type_line": "Instant", "oracle_text": "Counter target spell unless its controller pays {4}."} ### Response: Name:Convolute\nMan...
Create the Forge script for this magic card
{"name": "Crash Landing", "mana_cost": "{2}{G}", "type_line": "Instant", "oracle_text": "Target creature with flying loses flying until end of turn. Crash Landing deals damage to that creature equal to the number of Forests you control."}
Name:Crash Landing\nManaCost:2 G\nTypes:Instant\nA:SP$ Debuff | Cost$ 2 G | ValidTgts$ Creature.withFlying | TgtPrompt$ Select target creature with flying | Keywords$ Flying | SubAbility$ DBDamage | SpellDescription$ Target creature with flying loses flying until end of turn. CARDNAME deals damage to that creature equa...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Crash Landing", "mana_cost": "{2}{G}", "type_line": "Instant", "oracle_text": "Target creature with flying loses flying until end of turn. Crash Landing deals dama...
Create the Forge script for this magic card
{"name": "Gate Colossus", "mana_cost": "{8}", "type_line": "Artifact Creature \u2014 Construct", "oracle_text": "This spell costs {1} less to cast for each Gate you control.\nGate Colossus can't be blocked by creatures with power 2 or less.\nWhenever a Gate enters the battlefield under your control, you may put Gate Co...
Name:Gate Colossus\nManaCost:8\nTypes:Artifact Creature Construct\nPT:8/8\nS:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone$ All | Description$ CARDNAME costs {1} less to cast for each Gate you control.\nSVar:X:Count$Valid Gate.YouCtrl\nS:Mode$ CantBlockBy | ValidAttacker$ Creature.Self ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Gate Colossus", "mana_cost": "{8}", "type_line": "Artifact Creature \u2014 Construct", "oracle_text": "This spell costs {1} less to cast for each Gate you control....
Create the Forge script for this magic card
{"name": "Reap the Seagraf", "mana_cost": "{2}{B}", "type_line": "Sorcery", "oracle_text": "Create a 2/2 black Zombie creature token.\nFlashback {4}{U} (You may cast this card from your graveyard for its flashback cost. Then exile it.)"}
Name:Reap the Seagraf\nManaCost:2 B\nTypes:Sorcery\nK:Flashback:4 U\nA:SP$ Token | Cost$ 2 B | TokenAmount$ 1 | TokenScript$ b_2_2_zombie | TokenOwner$ You | SpellDescription$ Create a 2/2 black Zombie creature token.\nOracle:Create a 2/2 black Zombie creature token.\nFlashback {4}{U} (You may cast this card from your ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Reap the Seagraf", "mana_cost": "{2}{B}", "type_line": "Sorcery", "oracle_text": "Create a 2/2 black Zombie creature token.\nFlashback {4}{U} (You may cast this ca...
Create the Forge script for this magic card
{"name": "Flowstone Strike", "mana_cost": "{1}{R}", "type_line": "Instant", "oracle_text": "Target creature gets +1/-1 and gains haste until end of turn."}
Name:Flowstone Strike\nManaCost:1 R\nTypes:Instant\nA:SP$ Pump | Cost$ 1 R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | NumDef$ -1 | KW$ Haste | SpellDescription$ Target creature gets +1/-1 and gains haste until end of turn.\nOracle:Target creature gets +1/-1 and gains haste until end of tur...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Flowstone Strike", "mana_cost": "{1}{R}", "type_line": "Instant", "oracle_text": "Target creature gets +1/-1 and gains haste until end of turn."} ### Response: Nam...
Create the Forge script for this magic card
{"name": "Final Parting", "mana_cost": "{3}{B}{B}", "type_line": "Sorcery", "oracle_text": "Search your library for two cards. Put one into your hand and the other into your graveyard. Then shuffle."}
Name:Final Parting\nManaCost:3 B B\nTypes:Sorcery\nA:SP$ ChangeZone | Cost$ 3 B B | Origin$ Library | Destination$ Library | ChangeType$ Card | ChangeNum$ 2 | Mandatory$ True | RememberChanged$ True | Shuffle$ False | StackDescription$ SpellDescription | SubAbility$ DBChangeZone1 | SpellDescription$ Search your library...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Final Parting", "mana_cost": "{3}{B}{B}", "type_line": "Sorcery", "oracle_text": "Search your library for two cards. Put one into your hand and the other into your...
Create the Forge script for this magic card
{"name": "Beluna Grandsquall"}
Name:Beluna Grandsquall\nManaCost:G U R\nTypes:Legendary Creature Giant Noble\nPT:4/4\nK:Trample\nS:Mode$ ReduceCost | ValidCard$ Permanent.AdventureCard | Type$ Spell | Activator$ You | Amount$ 1 | Description$ Permanent spells you cast that have an Adventure cost {1} less to cast.\nDeckHints:Type$Adventure\nDeckHas:A...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Beluna Grandsquall"} ### Response: Name:Beluna Grandsquall\nManaCost:G U R\nTypes:Legendary Creature Giant Noble\nPT:4/4\nK:Trample\nS:Mode$ ReduceCost | ValidCard...
Create the Forge script for this magic card
{"name": "Lieutenants of the Guard", "mana_cost": "{4}{W}", "type_line": "Creature \u2014 Human Soldier", "oracle_text": "Council's dilemma \u2014 When Lieutenants of the Guard enters the battlefield, starting with you, each player votes for strength or numbers. Put a +1/+1 counter on Lieutenants of the Guard for each ...
Name:Lieutenants of the Guard\nManaCost:4 W\nTypes:Creature Human Soldier\nPT:2/2\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ Council's dilemma — When CARDNAME enters the battlefield, starting with you, each player votes for streng...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Lieutenants of the Guard", "mana_cost": "{4}{W}", "type_line": "Creature \u2014 Human Soldier", "oracle_text": "Council's dilemma \u2014 When Lieutenants of the Gu...
Create the Forge script for this magic card
{"name": "Phyrexian Reaper", "mana_cost": "{4}{B}", "type_line": "Creature \u2014 Phyrexian Zombie", "oracle_text": "Whenever Phyrexian Reaper becomes blocked by a green creature, destroy that creature. It can't be regenerated.", "power": "3", "toughness": "3"}
Name:Phyrexian Reaper\nManaCost:4 B\nTypes:Creature Phyrexian Zombie\nPT:3/3\nT:Mode$ AttackerBlocked | ValidCard$ Card.Self | ValidBlocker$ Creature.Green | Execute$ TrigDestroyBlocker | TriggerDescription$ Whenever CARDNAME becomes blocked by a green creature, destroy that creature. It can't be regenerated.\nSVar:Tri...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Phyrexian Reaper", "mana_cost": "{4}{B}", "type_line": "Creature \u2014 Phyrexian Zombie", "oracle_text": "Whenever Phyrexian Reaper becomes blocked by a green cre...
Create the Forge script for this magic card
{"name": "A-Warm Welcome", "mana_cost": "{3}{G}", "type_line": "Sorcery", "oracle_text": "Look at the top five cards of your library. You may reveal a creature card from among them and put it into your hand. Put the rest on the bottom of your library in a random order. Create two 1/1 green and white Citizen creature to...
Name:A-Warm Welcome\nManaCost:3 G\nTypes:Sorcery\nA:SP$ Dig | DigNum$ 5 | ChangeNum$ 1 | Optional$ True | ForceRevealToController$ True | ChangeValid$ Card.Creature | RestRandomOrder$ True | SubAbility$ DBToken | SpellDescription$ Look at the top five cards of your library. You may reveal a creature card from among the...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "A-Warm Welcome", "mana_cost": "{3}{G}", "type_line": "Sorcery", "oracle_text": "Look at the top five cards of your library. You may reveal a creature card from amo...
Create the Forge script for this magic card
{"name": "Jared Carthalion, True Heir", "mana_cost": "{R}{G}{W}", "type_line": "Legendary Creature \u2014 Human Warrior", "oracle_text": "When Jared Carthalion, True Heir enters the battlefield, target opponent becomes the monarch. You can't become the monarch this turn.\nIf damage would be dealt to Jared Carthalion wh...
Name:Jared Carthalion, True Heir\nManaCost:R G W\nTypes:Legendary Creature Human Warrior\nPT:3/3\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, target opponent becomes the monarch. You can't become t...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Jared Carthalion, True Heir", "mana_cost": "{R}{G}{W}", "type_line": "Legendary Creature \u2014 Human Warrior", "oracle_text": "When Jared Carthalion, True Heir en...
Create the Forge script for this magic card
{"name": "Laurine, the Diversion", "mana_cost": "{2}{R}", "type_line": "Legendary Creature \u2014 Human Rogue", "oracle_text": "Partner with Kamber, the Plunderer (When this creature enters the battlefield, target player may put Kamber into their hand from their library, then shuffle.)\nFirst strike\n{2}, Sacrifice an ...
Name:Laurine, the Diversion\nManaCost:2 R\nTypes:Legendary Creature Human Rogue\nPT:3/3\nK:Partner:Kamber, the Plunderer\nK:First Strike\nA:AB$ Goad | Cost$ 2 Sac<1/Artifact;Creature/artifact or creature> | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Goad target creature.\nSVar:AIPrefere...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Laurine, the Diversion", "mana_cost": "{2}{R}", "type_line": "Legendary Creature \u2014 Human Rogue", "oracle_text": "Partner with Kamber, the Plunderer (When this...
Create the Forge script for this magic card
{"name": "Nissa's Renewal", "mana_cost": "{5}{G}", "type_line": "Sorcery", "oracle_text": "Search your library for up to three basic land cards, put them onto the battlefield tapped, then shuffle. You gain 7 life."}
Name:Nissa's Renewal\nManaCost:5 G\nTypes:Sorcery\nA:SP$ ChangeZone | Cost$ 5 G | Origin$ Library | Destination$ Battlefield | Tapped$ True | ChangeType$ Land.Basic | ChangeNum$ 3 | SubAbility$ DBGainLife | SpellDescription$ Search your library for up to three basic land cards, put them onto the battlefield tapped, the...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Nissa's Renewal", "mana_cost": "{5}{G}", "type_line": "Sorcery", "oracle_text": "Search your library for up to three basic land cards, put them onto the battlefiel...
Create the Forge script for this magic card
{"name": "Get the Point", "mana_cost": "{3}{B}{R}", "type_line": "Instant", "oracle_text": "Destroy target creature. Scry 1."}
Name:Get the Point\nManaCost:3 B R\nTypes:Instant\nA:SP$ Destroy | Cost$ 3 B R | ValidTgts$ Creature | TgtPrompt$ Select target creature | SubAbility$ DBScry | SpellDescription$ Destroy target creature. Scry 1.\nSVar:DBScry:DB$ Scry | ScryNum$ 1\nOracle:Destroy target creature. Scry 1.
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Get the Point", "mana_cost": "{3}{B}{R}", "type_line": "Instant", "oracle_text": "Destroy target creature. Scry 1."} ### Response: Name:Get the Point\nManaCost:3 B...
Create the Forge script for this magic card
{"name": "Sublime Epiphany", "mana_cost": "{4}{U}{U}", "type_line": "Instant", "oracle_text": "Choose one or more \u2014\n\u2022 Counter target spell.\n\u2022 Counter target activated or triggered ability.\n\u2022 Return target nonland permanent to its owner's hand.\n\u2022 Create a token that's a copy of target creatu...
Name:Sublime Epiphany\nManaCost:4 U U\nTypes:Instant\nA:SP$ Charm | MinCharmNum$ 1 | CharmNum$ 5 | Choices$ DBCounterSpell,DBCounterAbility,DBReturn,DBCopy,DBDraw\nSVar:DBCounterSpell:DB$ Counter | TargetType$ Spell | ValidTgts$ Card | TgtPrompt$ Select target spell | SpellDescription$ Counter target spell.\nSVar:DBCou...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Sublime Epiphany", "mana_cost": "{4}{U}{U}", "type_line": "Instant", "oracle_text": "Choose one or more \u2014\n\u2022 Counter target spell.\n\u2022 Counter target...
Create the Forge script for this magic card
{"name": "Cumber Stone", "mana_cost": "{3}{U}", "type_line": "Artifact", "oracle_text": "Creatures your opponents control get -1/-0."}
Name:Cumber Stone\nManaCost:3 U\nTypes:Artifact\nS:Mode$ Continuous | Affected$ Creature.OppCtrl | AddPower$ -1 | Description$ Creatures your opponents control get -1/-0.\nSVar:PlayMain1:TRUE\nOracle:Creatures your opponents control get -1/-0.
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Cumber Stone", "mana_cost": "{3}{U}", "type_line": "Artifact", "oracle_text": "Creatures your opponents control get -1/-0."} ### Response: Name:Cumber Stone\nManaC...
Create the Forge script for this magic card
{"name": "Jin-Gitaxias, Core Augur", "mana_cost": "{8}{U}{U}", "type_line": "Legendary Creature \u2014 Phyrexian Praetor", "oracle_text": "Flash\nAt the beginning of your end step, draw seven cards.\nEach opponent's maximum hand size is reduced by seven.", "power": "5", "toughness": "4"}
Name:Jin-Gitaxias, Core Augur\nManaCost:8 U U\nTypes:Legendary Creature Phyrexian Praetor\nPT:5/4\nK:Flash\nS:Mode$ Continuous | Affected$ Opponent | RaiseMaxHandSize$ -7 | Description$ Each opponent's maximum hand size is reduced by seven.\nT:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefi...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Jin-Gitaxias, Core Augur", "mana_cost": "{8}{U}{U}", "type_line": "Legendary Creature \u2014 Phyrexian Praetor", "oracle_text": "Flash\nAt the beginning of your en...
Create the Forge script for this magic card
{"name": "Kavu Primarch", "mana_cost": "{3}{G}", "type_line": "Creature \u2014 Kavu", "oracle_text": "Kicker {4} (You may pay an additional {4} as you cast this spell.)\nConvoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\n...
Name:Kavu Primarch\nManaCost:3 G\nTypes:Creature Kavu\nPT:3/3\nK:Convoke\nK:Kicker:4\nK:etbCounter:P1P1:4:CheckSVar$ WasKicked:If CARDNAME was kicked, it enters the battlefield with four +1/+1 counters on it.\nSVar:WasKicked:Count$Kicked.1.0\nOracle:Kicker {4} (You may pay an additional {4} as you cast this spell.)\nCo...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Kavu Primarch", "mana_cost": "{3}{G}", "type_line": "Creature \u2014 Kavu", "oracle_text": "Kicker {4} (You may pay an additional {4} as you cast this spell.)\nCon...
Create the Forge script for this magic card
{"name": "Trained Condor", "mana_cost": "{2}{U}", "type_line": "Creature \u2014 Bird", "oracle_text": "Flying\nWhenever Trained Condor attacks, another target creature you control gains flying until end of turn.", "power": "2", "toughness": "1"}
Name:Trained Condor\nManaCost:2 U\nTypes:Creature Bird\nPT:2/1\nK:Flying\nT:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, another target creature you control gains flying until end of turn.\nSVar:TrigPump:DB$ Pump | ValidTgts$ Creat...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Trained Condor", "mana_cost": "{2}{U}", "type_line": "Creature \u2014 Bird", "oracle_text": "Flying\nWhenever Trained Condor attacks, another target creature you c...
Create the Forge script for this magic card
{"name": "Hymn to the Ages"}
Name:Hymn to the Ages\nManaCost:4 U\nTypes:Instant Chorus\nK:Starting intensity:3\nA:SP$ Draw | Defined$ You | NumCards$ X | SubAbility$ DBIntensify | SpellDescription$ Draw a number of cards equal to this spell's intensity.\nSVar:DBIntensify:DB$ Intensify | AllDefined$ Card.YouOwn+Chorus | DefinedDesc$ all Chorus card...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Hymn to the Ages"} ### Response: Name:Hymn to the Ages\nManaCost:4 U\nTypes:Instant Chorus\nK:Starting intensity:3\nA:SP$ Draw | Defined$ You | NumCards$ X | SubAb...
Create the Forge script for this magic card
{"name": "Ancestral Anger", "mana_cost": "{R}", "type_line": "Sorcery", "oracle_text": "Target creature gains trample and gets +X/+0 until end of turn, where X is 1 plus the number of cards named Ancestral Anger in your graveyard.\nDraw a card."}
Name:Ancestral Anger\nManaCost:R\nTypes:Sorcery\nA:SP$ Pump | Cost$ R | ValidTgts$ Creature | KW$ Trample | NumAtt$ +X | SubAbility$ DBDraw | SpellDescription$ Until end of turn, target creature gains trample and gets +X/+0, where X is 1 plus the number of cards named Ancestral Anger in your graveyard.\nSVar:DBDraw:DB$...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Ancestral Anger", "mana_cost": "{R}", "type_line": "Sorcery", "oracle_text": "Target creature gains trample and gets +X/+0 until end of turn, where X is 1 plus the...
Create the Forge script for this magic card
{"name": "Primeval Spawn", "mana_cost": "{5}{W}{U}{B}{R}{G}", "type_line": "Creature \u2014 Avatar", "oracle_text": "If Primeval Spawn would enter the battlefield and it wasn't cast or no mana was spent to cast it, exile it instead.\nVigilance, trample, lifelink\nWhen Primeval Spawn leaves the battlefield, exile the to...
Name:Primeval Spawn\nManaCost:5 W U B R G\nTypes:Creature Avatar\nPT:10/10\nK:Vigilance\nK:Trample\nK:Lifelink\nR:Event$ Moved | ActiveZones$ Battlefield | Destination$ Battlefield | ValidCard$ Card.Self+wasNotCast,Card.Self+CastSa Spell.ManaSpent EQ0 | ReplaceWith$ Exile | Description$ If CARDNAME would enter the batt...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Primeval Spawn", "mana_cost": "{5}{W}{U}{B}{R}{G}", "type_line": "Creature \u2014 Avatar", "oracle_text": "If Primeval Spawn would enter the battlefield and it was...
Create the Forge script for this magic card
{"name": "Dreampod Druid", "mana_cost": "{1}{G}", "type_line": "Creature \u2014 Human Druid", "oracle_text": "At the beginning of each upkeep, if Dreampod Druid is enchanted, create a 1/1 green Saproling creature token.", "power": "2", "toughness": "2"}
Name:Dreampod Druid\nManaCost:1 G\nTypes:Creature Human Druid\nPT:2/2\nT:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | Execute$ TrigToken | IsPresent$ Card.Self+enchanted | TriggerDescription$ At the beginning of each upkeep, if CARDNAME is enchanted, create a 1/1 green Saproling creature token.\nSVar:TrigT...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Dreampod Druid", "mana_cost": "{1}{G}", "type_line": "Creature \u2014 Human Druid", "oracle_text": "At the beginning of each upkeep, if Dreampod Druid is enchanted...
Create the Forge script for this magic card
{"name": "Keen-Eyed Archers", "mana_cost": "{2}{W}", "type_line": "Creature \u2014 Elf Archer", "oracle_text": "Reach (This creature can block creatures with flying.)", "power": "2", "toughness": "2"}
Name:Keen-Eyed Archers\nManaCost:2 W\nTypes:Creature Elf Archer\nPT:2/2\nK:Reach\nOracle:Reach (This creature can block creatures with flying.)
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Keen-Eyed Archers", "mana_cost": "{2}{W}", "type_line": "Creature \u2014 Elf Archer", "oracle_text": "Reach (This creature can block creatures with flying.)", "pow...
Create the Forge script for this magic card
{"name": "Welcoming Vampire", "mana_cost": "{2}{W}", "type_line": "Creature \u2014 Vampire", "oracle_text": "Flying\nWhenever one or more other creatures with power 2 or less enter the battlefield under your control, draw a card. This ability triggers only once each turn.", "power": "2", "toughness": "3"}
Name:Welcoming Vampire\nManaCost:2 W\nTypes:Creature Vampire\nPT:2/3\nK:Flying\nT:Mode$ ChangesZoneAll | ValidCards$ Creature.powerLE2+YouCtrl+Other | Destination$ Battlefield | TriggerZones$ Battlefield | ActivationLimit$ 1 | Execute$ TrigDraw | TriggerDescription$ Whenever one or more other creatures with power 2 or ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Welcoming Vampire", "mana_cost": "{2}{W}", "type_line": "Creature \u2014 Vampire", "oracle_text": "Flying\nWhenever one or more other creatures with power 2 or les...
Create the Forge script for this magic card
{"name": "Burning-Rune Demon", "mana_cost": "{4}{B}{B}", "type_line": "Creature \u2014 Demon Berserker", "oracle_text": "Flying\nWhen Burning-Rune Demon enters the battlefield, you may search your library for exactly two cards not named Burning-Rune Demon that have different names. If you do, reveal those cards. An opp...
Name:Burning-Rune Demon\nManaCost:4 B B\nTypes:Creature Demon Berserker\nPT:6/6\nK:Flying\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChange | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library for exactly ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Burning-Rune Demon", "mana_cost": "{4}{B}{B}", "type_line": "Creature \u2014 Demon Berserker", "oracle_text": "Flying\nWhen Burning-Rune Demon enters the battlefie...
Create the Forge script for this magic card
{"name": "Null Chamber", "mana_cost": "{3}{W}", "type_line": "World Enchantment", "oracle_text": "As Null Chamber enters the battlefield, you and an opponent each choose a card name other than a basic land card name.\nSpells with the chosen names can't be cast and lands with the chosen names can't be played."}
Name:Null Chamber\nManaCost:3 W\nTypes:World Enchantment\nK:ETBReplacement:Other:DBNameCard\nSVar:DBNameCard:DB$ NameCard | ValidCards$ Card.nonBasic | ValidDesc$ card other than a basic land | SubAbility$ ChooseP | SpellDescription$ As CARDNAME enters the battlefield, you and an opponent each choose a card name other ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Null Chamber", "mana_cost": "{3}{W}", "type_line": "World Enchantment", "oracle_text": "As Null Chamber enters the battlefield, you and an opponent each choose a c...
Create the Forge script for this magic card
{"name": "Call of the Herd", "mana_cost": "{2}{G}", "type_line": "Sorcery", "oracle_text": "Create a 3/3 green Elephant creature token.\nFlashback {3}{G} (You may cast this card from your graveyard for its flashback cost. Then exile it.)"}
Name:Call of the Herd\nManaCost:2 G\nTypes:Sorcery\nK:Flashback:3 G\nA:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_3_3_elephant | TokenOwner$ You | SpellDescription$ Create a 3/3 green Elephant creature token.\nOracle:Create a 3/3 green Elephant creature token.\nFlashback {3}{G} (You may cast this card from...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Call of the Herd", "mana_cost": "{2}{G}", "type_line": "Sorcery", "oracle_text": "Create a 3/3 green Elephant creature token.\nFlashback {3}{G} (You may cast this ...
Create the Forge script for this magic card
{"name": "Chandra Ablaze", "mana_cost": "{4}{R}{R}", "type_line": "Legendary Planeswalker \u2014 Chandra", "oracle_text": "+1: Discard a card. If a red card is discarded this way, Chandra Ablaze deals 4 damage to any target.\n\u22122: Each player discards their hand, then draws three cards.\n\u22127: Cast any number of...
Name:Chandra Ablaze\nManaCost:4 R R\nTypes:Legendary Planeswalker Chandra\nLoyalty:5\nA:AB$ Discard | Cost$ AddCounter<1/LOYALTY> | Mode$ TgtChoose | NumCards$ 1 | Defined$ You | Planeswalker$ True | RememberDiscarded$ True | SubAbility$ DBChandraDealDamage | SpellDescription$ Discard a card. If a red card is discarded...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Chandra Ablaze", "mana_cost": "{4}{R}{R}", "type_line": "Legendary Planeswalker \u2014 Chandra", "oracle_text": "+1: Discard a card. If a red card is discarded thi...
Create the Forge script for this magic card
{"name": "Mogg Squad", "mana_cost": "{1}{R}", "type_line": "Creature \u2014 Goblin", "oracle_text": "Mogg Squad gets -1/-1 for each other creature on the battlefield.", "power": "3", "toughness": "3"}
Name:Mogg Squad\nManaCost:1 R\nTypes:Creature Goblin\nPT:3/3\nS:Mode$ Continuous | Affected$ Card.Self | AddPower$ -X | AddToughness$ -X | Description$ CARDNAME gets -1/-1 for each other creature on the battlefield.\nSVar:X:Count$Valid Creature.Other\nSVar:AntiBuffedBy:Creature\nAI:RemoveDeck:All\nOracle:Mogg Squad get...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Mogg Squad", "mana_cost": "{1}{R}", "type_line": "Creature \u2014 Goblin", "oracle_text": "Mogg Squad gets -1/-1 for each other creature on the battlefield.", "pow...
Create the Forge script for this magic card
{"name": "Cavalier of Night", "mana_cost": "{2}{B}{B}{B}", "type_line": "Creature \u2014 Elemental Knight", "oracle_text": "Lifelink\nWhen Cavalier of Night enters the battlefield, you may sacrifice another creature. When you do, destroy target creature an opponent controls.\nWhen Cavalier of Night dies, return target ...
Name:Cavalier of Night\nManaCost:2 B B B\nTypes:Creature Elemental Knight\nPT:4/5\nK:Lifelink\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | TriggerDescription$ When CARDNAME enters the battlefield, you may sacrifice another creature. When you do, destroy targe...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Cavalier of Night", "mana_cost": "{2}{B}{B}{B}", "type_line": "Creature \u2014 Elemental Knight", "oracle_text": "Lifelink\nWhen Cavalier of Night enters the battl...
Create the Forge script for this magic card
{"name": "Gnathosaur", "mana_cost": "{4}{R}{R}", "type_line": "Creature \u2014 Dinosaur", "oracle_text": "Sacrifice an artifact: Gnathosaur gains trample until end of turn.", "power": "5", "toughness": "4"}
Name:Gnathosaur\nManaCost:4 R R\nTypes:Creature Dinosaur\nPT:5/4\nA:AB$ Pump | Cost$ Sac<1/Artifact> | Defined$ Self | KW$ Trample | SpellDescription$ CARDNAME gains trample until end of turn.\nAI:RemoveDeck:All\nOracle:Sacrifice an artifact: Gnathosaur gains trample until end of turn.
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Gnathosaur", "mana_cost": "{4}{R}{R}", "type_line": "Creature \u2014 Dinosaur", "oracle_text": "Sacrifice an artifact: Gnathosaur gains trample until end of turn."...
Create the Forge script for this magic card
{"name": "Custodi Lich", "mana_cost": "{3}{B}{B}", "type_line": "Creature \u2014 Zombie Cleric", "oracle_text": "When Custodi Lich enters the battlefield, you become the monarch.\nWhenever you become the monarch, target player sacrifices a creature.", "power": "4", "toughness": "2"}
Name:Custodi Lich\nManaCost:3 B B\nTypes:Creature Zombie Cleric\nPT:4/2\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch.\nSVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You\nT:Mo...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Custodi Lich", "mana_cost": "{3}{B}{B}", "type_line": "Creature \u2014 Zombie Cleric", "oracle_text": "When Custodi Lich enters the battlefield, you become the mon...
Create the Forge script for this magic card
{"name": "Vanish into Memory", "mana_cost": "{2}{W}{U}", "type_line": "Instant", "oracle_text": "Exile target creature. You draw cards equal to that creature's power. At the beginning of your next upkeep, return that card to the battlefield under its owner's control. If you do, discard cards equal to that creature's to...
Name:Vanish into Memory\nManaCost:2 W U\nTypes:Instant\nA:SP$ ChangeZone | Cost$ 2 W U | ValidTgts$ Creature | TgtPrompt$ Select target creature | RememberLKI$ True | ForgetOtherRemembered$ True | Imprint$ True | SubAbility$ DBDraw | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target creature. Yo...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Vanish into Memory", "mana_cost": "{2}{W}{U}", "type_line": "Instant", "oracle_text": "Exile target creature. You draw cards equal to that creature's power. At the...
Create the Forge script for this magic card
{"name": "Call of the Wild", "mana_cost": "{2}{G}{G}", "type_line": "Enchantment", "oracle_text": "{2}{G}{G}: Reveal the top card of your library. If it's a creature card, put it onto the battlefield. Otherwise, put it into your graveyard."}
Name:Call of the Wild\nManaCost:2 G G\nTypes:Enchantment\nA:AB$ Dig | Cost$ 2 G G | DigNum$ 1 | Reveal$ True | ChangeNum$ All | ChangeValid$ Creature | DestinationZone$ Battlefield | DestinationZone2$ Graveyard | SpellDescription$ Reveal the top card of your library. If it's a creature card, put it onto the battlefield...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Call of the Wild", "mana_cost": "{2}{G}{G}", "type_line": "Enchantment", "oracle_text": "{2}{G}{G}: Reveal the top card of your library. If it's a creature card, p...
Create the Forge script for this magic card
{"name": "Woolly Thoctar", "mana_cost": "{R}{G}{W}", "type_line": "Creature \u2014 Beast", "oracle_text": "", "power": "5", "toughness": "4"}
Name:Woolly Thoctar\nManaCost:R G W\nTypes:Creature Beast\nPT:5/4\nOracle:
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Woolly Thoctar", "mana_cost": "{R}{G}{W}", "type_line": "Creature \u2014 Beast", "oracle_text": "", "power": "5", "toughness": "4"} ### Response: Name:Woolly Thoct...
Create the Forge script for this magic card
{"name": "Demonic Hordes", "mana_cost": "{3}{B}{B}{B}", "type_line": "Creature \u2014 Demon", "oracle_text": "{T}: Destroy target land.\nAt the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.", "power": "5", "toughness": "5"}
Name:Demonic Hordes\nManaCost:3 B B B\nTypes:Creature Demon\nPT:5/5\nT:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DBTap | TriggerDescription$ At the beginning of your upkeep, unless you pay {B}{B}{B}, tap Demonic Hordes and sacrifice a land of an opponent's choice.\nA:AB$ Dest...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Demonic Hordes", "mana_cost": "{3}{B}{B}{B}", "type_line": "Creature \u2014 Demon", "oracle_text": "{T}: Destroy target land.\nAt the beginning of your upkeep, unl...
Create the Forge script for this magic card
{"name": "Muse Vortex", "mana_cost": "{X}{U}{U}", "type_line": "Sorcery", "oracle_text": "Exile the top X cards of your library. You may cast an instant or sorcery spell with mana value X or less from among them without paying its mana cost. Then put the exiled instant and sorcery cards that weren't cast this way into ...
Name:Muse Vortex\nManaCost:X U U\nTypes:Sorcery\nA:SP$ Dig | Cost$ X U U | Defined$ You | DigNum$ X | ChangeNum$ All | DestinationZone$ Exile | RememberChanged$ True | SubAbility$ DBPlay | StackDescription$ SpellDescription | SpellDescription$ Exile the top X cards of your library. You may cast an instant or sorcery sp...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Muse Vortex", "mana_cost": "{X}{U}{U}", "type_line": "Sorcery", "oracle_text": "Exile the top X cards of your library. You may cast an instant or sorcery spell wit...
Create the Forge script for this magic card
{"name": "Mouth"}
Name:Mouth\nManaCost:2 G\nTypes:Sorcery\nA:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_3_3_hippo | TokenOwner$ You | SpellDescription$ Create a 3/3 green Hippo creature token.\nDeckHas:Ability$Token\nAlternateMode:Split\nOracle:Create a 3/3 green Hippo creature token.\n\nALTERNATE\n\nName:Feed\nManaCost:3 G...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Mouth"} ### Response: Name:Mouth\nManaCost:2 G\nTypes:Sorcery\nA:SP$ Token | Cost$ 2 G | TokenAmount$ 1 | TokenScript$ g_3_3_hippo | TokenOwner$ You | SpellDescrip...
Create the Forge script for this magic card
{"name": "Molten Firebird", "mana_cost": "{4}{R}", "type_line": "Creature \u2014 Phoenix", "oracle_text": "Flying\nWhen Molten Firebird dies, return it to the battlefield under its owner's control at the beginning of the next end step and you skip your next draw step.\n{4}{R}: Exile Molten Firebird.", "power": "2", "to...
Name:Molten Firebird\nManaCost:4 R\nTypes:Creature Phoenix\nPT:2/2\nK:Flying\nT:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Battlefield | Destination$ Graveyard | Execute$ TrigSkipDraw | TriggerDescription$ When CARDNAME dies, return it to the battlefield under its owner's control at the beginning of the next en...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Molten Firebird", "mana_cost": "{4}{R}", "type_line": "Creature \u2014 Phoenix", "oracle_text": "Flying\nWhen Molten Firebird dies, return it to the battlefield un...
Create the Forge script for this magic card
{"name": "Shadow Alley Denizen", "mana_cost": "{B}", "type_line": "Creature \u2014 Vampire Rogue", "oracle_text": "Whenever another black creature enters the battlefield under your control, target creature gains intimidate until end of turn. (It can't be blocked except by artifact creatures and/or creatures that share ...
Name:Shadow Alley Denizen\nManaCost:B\nTypes:Creature Vampire Rogue\nPT:1/1\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Other+YouCtrl+Black | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever another black creature enters the battlefield under your cont...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Shadow Alley Denizen", "mana_cost": "{B}", "type_line": "Creature \u2014 Vampire Rogue", "oracle_text": "Whenever another black creature enters the battlefield und...
Create the Forge script for this magic card
{"name": "Apocalypse Chime", "mana_cost": "{2}", "type_line": "Artifact", "oracle_text": "{2}, {T}, Sacrifice Apocalypse Chime: Destroy all nontoken permanents with a name originally printed in the Homelands expansion. They can't be regenerated."}
Name:Apocalypse Chime\nManaCost:2\nTypes:Artifact\nA:AB$ DestroyAll | Cost$ 2 T Sac<1/CARDNAME> | ValidCards$ Permanent.nonToken+setHML | NoRegen$ True | SpellDescription$ Destroy all nontoken permanents with a name originally printed in the Homelands expansion. They can't be regenerated.\nAI:RemoveDeck:Random\nOracle:...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Apocalypse Chime", "mana_cost": "{2}", "type_line": "Artifact", "oracle_text": "{2}, {T}, Sacrifice Apocalypse Chime: Destroy all nontoken permanents with a name o...
Create the Forge script for this magic card
{"name": "Dedicated Dollmaker", "mana_cost": "{1}{W}", "type_line": "Creature \u2014 Dwarf Artificer", "oracle_text": "When Dedicated Dollmaker enters the battlefield, exile up to one other target nonland, nontoken permanent. Its controller creates a token that's a copy of it, except it's not legendary and it's an arti...
Name:Dedicated Dollmaker\nManaCost:1 W\nTypes:Creature Dwarf Artificer\nPT:2/2\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile up to one other target nonland, nontoken permanent. Its controller cr...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Dedicated Dollmaker", "mana_cost": "{1}{W}", "type_line": "Creature \u2014 Dwarf Artificer", "oracle_text": "When Dedicated Dollmaker enters the battlefield, exile...
Create the Forge script for this magic card
{"name": "Field of Reality", "mana_cost": "{2}{U}", "type_line": "Enchantment \u2014 Aura", "oracle_text": "Enchant creature\nEnchanted creature can't be blocked by Spirits.\n{1}{U}: Return Field of Reality to its owner's hand."}
Name:Field of Reality\nManaCost:2 U\nTypes:Enchantment Aura\nK:Enchant creature\nA:SP$ Attach | Cost$ 2 U | ValidTgts$ Creature | AILogic$ Pump\nS:Mode$ CantBlockBy | ValidAttacker$ Creature.EnchantedBy | ValidBlocker$ Creature.Spirit | Description$ Enchanted creature can't be blocked by Spirits.\nA:AB$ ChangeZone | Co...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Field of Reality", "mana_cost": "{2}{U}", "type_line": "Enchantment \u2014 Aura", "oracle_text": "Enchant creature\nEnchanted creature can't be blocked by Spirits....
Create the Forge script for this magic card
{"name": "Angelic Field Marshal", "mana_cost": "{2}{W}{W}", "type_line": "Creature \u2014 Angel", "oracle_text": "Flying\nLieutenant \u2014 As long as you control your commander, Angelic Field Marshal gets +2/+2 and creatures you control have vigilance.", "power": "3", "toughness": "3"}
Name:Angelic Field Marshal\nManaCost:2 W W\nTypes:Creature Angel\nPT:3/3\nK:Flying\nS:Mode$ Continuous | Affected$ Creature.YouCtrl | AddKeyword$ Vigilance | IsPresent$ Card.IsCommander+YouOwn+YouCtrl | Description$ Lieutenant — As long as you control your commander, CARDNAME gets +2/+2 and creatures you control have v...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Angelic Field Marshal", "mana_cost": "{2}{W}{W}", "type_line": "Creature \u2014 Angel", "oracle_text": "Flying\nLieutenant \u2014 As long as you control your comma...
Create the Forge script for this magic card
{"name": "Warhost's Frenzy", "mana_cost": "{2}{R}", "type_line": "Instant", "oracle_text": "Kicker {B} (You may pay an additional {B} as you cast this spell.)\nCreatures you control get +2/+0 until end of turn. If this spell was kicked, whenever a creature you control dies this turn, draw a card."}
Name:Warhost's Frenzy\nManaCost:2 R\nTypes:Instant\nK:Kicker:B\nA:SP$ PumpAll | ValidCards$ Creature.YouCtrl | NumAtt$ 2 | SubAbility$ DBEffect | SpellDescription$ Creatures you control get +2/+0 until end of turn. If this spell was kicked, whenever a creature you control dies this turn, draw a card.\nSVar:DBEffect:DB$...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Warhost's Frenzy", "mana_cost": "{2}{R}", "type_line": "Instant", "oracle_text": "Kicker {B} (You may pay an additional {B} as you cast this spell.)\nCreatures you...
Create the Forge script for this magic card
{"name": "Master Transmuter", "mana_cost": "{3}{U}", "type_line": "Artifact Creature \u2014 Human Artificer", "oracle_text": "{U}, {T}, Return an artifact you control to its owner's hand: You may put an artifact card from your hand onto the battlefield.", "power": "1", "toughness": "2"}
Name:Master Transmuter\nManaCost:3 U\nTypes:Artifact Creature Human Artificer\nPT:1/2\nA:AB$ ChangeZone | Cost$ U T Return<1/Artifact> | Origin$ Hand | Destination$ Battlefield | ChangeType$ Artifact | ChangeNum$ 1 | SpellDescription$ You may put an artifact card from your hand onto the battlefield.\nAI:RemoveDeck:Rand...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Master Transmuter", "mana_cost": "{3}{U}", "type_line": "Artifact Creature \u2014 Human Artificer", "oracle_text": "{U}, {T}, Return an artifact you control to its...
Create the Forge script for this magic card
{"name": "Akroma, Angel of Fury", "mana_cost": "{5}{R}{R}{R}", "type_line": "Legendary Creature \u2014 Angel", "oracle_text": "This spell can't be countered.\nFlying, trample, protection from white and from blue\n{R}: Akroma, Angel of Fury gets +1/+0 until end of turn.\nMorph {3}{R}{R}{R} (You may cast this card face d...
Name:Akroma, Angel of Fury\nManaCost:5 R R R\nTypes:Legendary Creature Angel\nPT:6/6\nK:Flying\nK:Trample\nK:Protection from white\nK:Protection from blue\nA:AB$ Pump | Cost$ R | Defined$ Self | NumAtt$ 1 | SpellDescription$ CARDNAME gets +1/+0 until end of turn.\nK:Morph:3 R R R\nR:Event$ Counter | ValidCard$ Card.Sel...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Akroma, Angel of Fury", "mana_cost": "{5}{R}{R}{R}", "type_line": "Legendary Creature \u2014 Angel", "oracle_text": "This spell can't be countered.\nFlying, trampl...
Create the Forge script for this magic card
{"name": "Terrifying Presence", "mana_cost": "{1}{G}", "type_line": "Instant", "oracle_text": "Prevent all combat damage that would be dealt by creatures other than target creature this turn."}
Name:Terrifying Presence\nManaCost:1 G\nTypes:Instant\nA:SP$ Effect | Cost$ 1 G | Name$ Terrifying Presence Effect | ValidTgts$ Creature | TgtPrompt$ Select target creature | ReplacementEffects$ RPrevent | RememberObjects$ Targeted | SpellDescription$ Prevent all damage that would be dealt this turn by creatures other ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Terrifying Presence", "mana_cost": "{1}{G}", "type_line": "Instant", "oracle_text": "Prevent all combat damage that would be dealt by creatures other than target c...
Create the Forge script for this magic card
{"name": "Earthquake Dragon", "mana_cost": "{14}{G}", "type_line": "Creature \u2014 Elemental Dragon", "oracle_text": "This spell costs {X} less to cast, where X is the total mana value of Dragons you control.\nFlying, trample\n{2}{G}, Sacrifice a land: Return Earthquake Dragon from your graveyard to your hand.", "powe...
Name:Earthquake Dragon\nManaCost:14 G\nTypes:Creature Elemental Dragon\nPT:10/10\nK:Flying\nK:Trample\nS:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | EffectZone$ All | Description$ This spell costs {X} less to cast, where X is the total mana value of Dragons you control.\nA:AB$ ChangeZone | Cost$...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Earthquake Dragon", "mana_cost": "{14}{G}", "type_line": "Creature \u2014 Elemental Dragon", "oracle_text": "This spell costs {X} less to cast, where X is the tota...
Create the Forge script for this magic card
{"name": "Endless Sands", "mana_cost": "", "type_line": "Land \u2014 Desert", "oracle_text": "{T}: Add {C}.\n{2}, {T}: Exile target creature you control.\n{4}, {T}, Sacrifice Endless Sands: Return each creature card exiled with Endless Sands to the battlefield under its owner's control."}
Name:Endless Sands\nManaCost:no cost\nTypes:Land Desert\nA:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}.\nA:AB$ ChangeZone | Cost$ 2 T | ValidTgts$ Creature.YouCtrl | Origin$ Battlefield | Destination$ Exile | TgtPrompt$ Select target creature you control | SpellDescription$ Exile target creature you co...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Endless Sands", "mana_cost": "", "type_line": "Land \u2014 Desert", "oracle_text": "{T}: Add {C}.\n{2}, {T}: Exile target creature you control.\n{4}, {T}, Sacrific...
Create the Forge script for this magic card
{"name": "Dakmor Ghoul", "mana_cost": "{2}{B}{B}", "type_line": "Creature \u2014 Zombie", "oracle_text": "When Dakmor Ghoul enters the battlefield, target opponent loses 2 life and you gain 2 life.", "power": "2", "toughness": "2"}
Name:Dakmor Ghoul\nManaCost:2 B B\nTypes:Creature Zombie\nPT:2/2\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDrain | TriggerDescription$ When CARDNAME enters the battlefield, target opponent loses 2 life and you gain 2 life.\nSVar:TrigDrain:DB$ LoseLife | ValidTgt...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Dakmor Ghoul", "mana_cost": "{2}{B}{B}", "type_line": "Creature \u2014 Zombie", "oracle_text": "When Dakmor Ghoul enters the battlefield, target opponent loses 2 l...
Create the Forge script for this magic card
{"name": "Darling of the Masses", "mana_cost": "{2}{G}{W}", "type_line": "Creature \u2014 Elf Citizen", "oracle_text": "Other Citizens you control get +1/+0.\nWhenever Darling of the Masses attacks, create a 1/1 green and white Citizen creature token.", "power": "2", "toughness": "4"}
Name:Darling of the Masses\nManaCost:2 G W\nTypes:Creature Elf Citizen\nPT:2/4\nS:Mode$ Continuous | Affected$ Creature.Citizen+Other+YouCtrl | AddPower$ 1 | Description$ Other Citizens you control get +1/+0.\nT:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Darling of the Masses", "mana_cost": "{2}{G}{W}", "type_line": "Creature \u2014 Elf Citizen", "oracle_text": "Other Citizens you control get +1/+0.\nWhenever Darli...
Create the Forge script for this magic card
{"name": "Hearthcage Giant", "mana_cost": "{6}{R}{R}", "type_line": "Creature \u2014 Giant Warrior", "oracle_text": "When Hearthcage Giant enters the battlefield, create two 3/1 red Elemental Shaman creature tokens.\nSacrifice an Elemental: Target Giant creature gets +3/+1 until end of turn.", "power": "5", "toughness"...
Name:Hearthcage Giant\nManaCost:6 R R\nTypes:Creature Giant Warrior\nPT:5/5\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 3/1 red Elemental Shaman creature tokens.\nSVar:TrigToken:DB$ Token...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Hearthcage Giant", "mana_cost": "{6}{R}{R}", "type_line": "Creature \u2014 Giant Warrior", "oracle_text": "When Hearthcage Giant enters the battlefield, create two...
Create the Forge script for this magic card
{"name": "Cytospawn Shambler", "mana_cost": "{6}{G}", "type_line": "Creature \u2014 Elemental Mutant", "oracle_text": "Graft 6 (This creature enters the battlefield with six +1/+1 counters on it. Whenever another creature enters the battlefield, you may move a +1/+1 counter from this creature onto it.)\n{G}: Target cre...
Name:Cytospawn Shambler\nManaCost:6 G\nTypes:Creature Elemental Mutant\nPT:0/0\nK:Graft:6\nA:AB$ Pump | Cost$ G | ValidTgts$ Creature.counters_GE1_P1P1 | TgtPrompt$ Select target creature with a +1/+1 counter | KW$ Trample | SpellDescription$ Target creature with a +1/+1 counter on it gains trample until end of turn.\n...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Cytospawn Shambler", "mana_cost": "{6}{G}", "type_line": "Creature \u2014 Elemental Mutant", "oracle_text": "Graft 6 (This creature enters the battlefield with six...
Create the Forge script for this magic card
{"name": "Armored Skaab", "mana_cost": "{2}{U}", "type_line": "Creature \u2014 Zombie Warrior", "oracle_text": "When Armored Skaab enters the battlefield, mill four cards.", "power": "1", "toughness": "4"}
Name:Armored Skaab\nManaCost:2 U\nTypes:Creature Zombie Warrior\nPT:1/4\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ When CARDNAME enters the battlefield, mill four cards.\nSVar:TrigMill:DB$ Mill | NumCards$ 4 | Defined$ You\nOracle:When ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Armored Skaab", "mana_cost": "{2}{U}", "type_line": "Creature \u2014 Zombie Warrior", "oracle_text": "When Armored Skaab enters the battlefield, mill four cards.",...
Create the Forge script for this magic card
{"name": "Sworn Guardian", "mana_cost": "{1}{U}", "type_line": "Creature \u2014 Merfolk Warrior", "oracle_text": "", "power": "1", "toughness": "3"}
Name:Sworn Guardian\nManaCost:1 U\nTypes:Creature Merfolk Warrior\nPT:1/3\nOracle:
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Sworn Guardian", "mana_cost": "{1}{U}", "type_line": "Creature \u2014 Merfolk Warrior", "oracle_text": "", "power": "1", "toughness": "3"} ### Response: Name:Sworn...
Create the Forge script for this magic card
{"name": "Thieves' Guild Enforcer", "mana_cost": "{B}", "type_line": "Creature \u2014 Human Rogue", "oracle_text": "Flash\nWhenever Thieves' Guild Enforcer or another Rogue enters the battlefield under your control, each opponent mills two cards.\nAs long as an opponent has eight or more cards in their graveyard, Thiev...
Name:Thieves' Guild Enforcer\nManaCost:B\nTypes:Creature Human Rogue\nPT:1/1\nK:Flash\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Rogue.Other+YouCtrl | Execute$ TrigMill | TriggerDescription$ Whenever CARDNAME or another Rogue enters the battlefield under your control, each oppo...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Thieves' Guild Enforcer", "mana_cost": "{B}", "type_line": "Creature \u2014 Human Rogue", "oracle_text": "Flash\nWhenever Thieves' Guild Enforcer or another Rogue ...
Create the Forge script for this magic card
{"name": "Ephara's Radiance", "mana_cost": "{W}", "type_line": "Enchantment \u2014 Aura", "oracle_text": "Enchant creature\nEnchanted creature has \"{1}{W}, {T}: You gain 3 life.\""}
Name:Ephara's Radiance\nManaCost:W\nTypes:Enchantment Aura\nK:Enchant creature\nA:SP$ Attach | Cost$ W | ValidTgts$ Creature | AILogic$ Pump\nS:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddAbility$ ABGainLife | Description$ Enchanted creature has "{1}{W}, {T}: You gain 3 life."\nSVar:ABGainLife:AB$ GainLife |...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Ephara's Radiance", "mana_cost": "{W}", "type_line": "Enchantment \u2014 Aura", "oracle_text": "Enchant creature\nEnchanted creature has \"{1}{W}, {T}: You gain 3 ...
Create the Forge script for this magic card
{"name": "Sarkhan, Soul Aflame", "mana_cost": "{1}{U}{R}", "type_line": "Legendary Creature \u2014 Human Shaman", "oracle_text": "Dragon spells you cast cost {1} less to cast.\nWhenever a Dragon enters the battlefield under your control, you may have Sarkhan, Soul Aflame become a copy of it until end of turn, except it...
Name:Sarkhan, Soul Aflame\nManaCost:1 U R\nTypes:Legendary Creature Human Shaman\nPT:2/4\nS:Mode$ ReduceCost | ValidCard$ Dragon | Type$ Spell | Activator$ You | Amount$ 1 | Description$ Dragon spells you cast cost {1} less to cast.\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Dragon.YouCt...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Sarkhan, Soul Aflame", "mana_cost": "{1}{U}{R}", "type_line": "Legendary Creature \u2014 Human Shaman", "oracle_text": "Dragon spells you cast cost {1} less to cas...
Create the Forge script for this magic card
{"name": "Akoum Warrior"}
Name:Akoum Warrior\nManaCost:5 R\nTypes:Creature Minotaur Warrior\nPT:4/5\nK:Trample\nAlternateMode:Modal\nOracle:Trample\n\nALTERNATE\n\nName:Akoum Teeth\nManaCost:no cost\nTypes:Land\nK:CARDNAME enters the battlefield tapped.\nA:AB$ Mana | Cost$ T | Produced$ R | SpellDescription$ Add {R}.\nOracle:Akoum Teeth enters ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Akoum Warrior"} ### Response: Name:Akoum Warrior\nManaCost:5 R\nTypes:Creature Minotaur Warrior\nPT:4/5\nK:Trample\nAlternateMode:Modal\nOracle:Trample\n\nALTERNAT...
Create the Forge script for this magic card
{"name": "Okk", "mana_cost": "{1}{R}", "type_line": "Creature \u2014 Goblin", "oracle_text": "Okk can't attack unless a creature with greater power also attacks.\nOkk can't block unless a creature with greater power also blocks.", "power": "4", "toughness": "4"}
Name:Okk\nManaCost:1 R\nTypes:Creature Goblin\nPT:4/4\nK:CARDNAME can't attack unless a creature with greater power also attacks.\nK:CARDNAME can't block unless a creature with greater power also blocks.\nOracle:Okk can't attack unless a creature with greater power also attacks.\nOkk can't block unless a creature with ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Okk", "mana_cost": "{1}{R}", "type_line": "Creature \u2014 Goblin", "oracle_text": "Okk can't attack unless a creature with greater power also attacks.\nOkk can't ...
Create the Forge script for this magic card
{"name": "Jhessian Zombies", "mana_cost": "{4}{U}{B}", "type_line": "Creature \u2014 Zombie", "oracle_text": "Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)\nIslandcycling {2}, swampcycling {2} ({2}, Discard this card: Search your library for an Island or Swamp card, reveal i...
Name:Jhessian Zombies\nManaCost:4 U B\nTypes:Creature Zombie\nPT:2/4\nK:Fear\nK:TypeCycling:Swamp:2\nK:TypeCycling:Island:2\nOracle:Fear (This creature can't be blocked except by artifact creatures and/or black creatures.)\nIslandcycling {2}, swampcycling {2} ({2}, Discard this card: Search your library for an Island o...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Jhessian Zombies", "mana_cost": "{4}{U}{B}", "type_line": "Creature \u2014 Zombie", "oracle_text": "Fear (This creature can't be blocked except by artifact creatur...
Create the Forge script for this magic card
{"name": "Wirewood Guardian", "mana_cost": "{5}{G}{G}", "type_line": "Creature \u2014 Elf Mutant", "oracle_text": "Forestcycling {2} ({2}, Discard this card: Search your library for a Forest card, reveal it, put it into your hand, then shuffle.)", "power": "6", "toughness": "6"}
Name:Wirewood Guardian\nManaCost:5 G G\nTypes:Creature Elf Mutant\nPT:6/6\nK:TypeCycling:Forest:2\nOracle:Forestcycling {2} ({2}, Discard this card: Search your library for a Forest card, reveal it, put it into your hand, then shuffle.)
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Wirewood Guardian", "mana_cost": "{5}{G}{G}", "type_line": "Creature \u2014 Elf Mutant", "oracle_text": "Forestcycling {2} ({2}, Discard this card: Search your lib...
Create the Forge script for this magic card
{"name": "Chainflail Centipede", "mana_cost": "{2}{B}", "type_line": "Artifact Creature \u2014 Equipment Insect", "oracle_text": "Whenever Chainflail Centipede or equipped creature attacks, it gets +2/+0 until end of turn.\nReconfigure {2} ({2}: Attach to target creature you control; or unattach from a creature. Reconf...
Name:Chainflail Centipede\nManaCost:2 B\nTypes:Artifact Creature Equipment Insect\nPT:2/2\nK:Reconfigure:2\nT:Mode$ Attacks | ValidCard$ Card.Self,Creature.EquippedBy | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME or equipped creature attacks, it gets +2/+0 until end of turn.\nSVar:TrigPump:DB$ Pump | Defi...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Chainflail Centipede", "mana_cost": "{2}{B}", "type_line": "Artifact Creature \u2014 Equipment Insect", "oracle_text": "Whenever Chainflail Centipede or equipped c...
Create the Forge script for this magic card
{"name": "Savior of Ollenbock", "mana_cost": "{1}{W}{W}", "type_line": "Creature \u2014 Human Soldier", "oracle_text": "Training (Whenever this creature attacks with another creature with greater power, put a +1/+1 counter on this creature.)\nWhenever Savior of Ollenbock trains, exile up to one other target creature fr...
Name:Savior of Ollenbock\nManaCost:1 W W\nTypes:Creature Human Soldier\nPT:1/2\nK:Training\nT:Mode$ Trains | ValidCard$ Card.Self | Execute$ TrigExile | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME trains, exile up to one other target creature from the battlefield or creature card from a graveyard....
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Savior of Ollenbock", "mana_cost": "{1}{W}{W}", "type_line": "Creature \u2014 Human Soldier", "oracle_text": "Training (Whenever this creature attacks with another...
Create the Forge script for this magic card
{"name": "Aven Trailblazer", "mana_cost": "{2}{W}", "type_line": "Creature \u2014 Bird Soldier", "oracle_text": "Flying\nDomain \u2014 Aven Trailblazer's toughness is equal to the number of basic land types among lands you control.", "power": "2", "toughness": "*"}
Name:Aven Trailblazer\nManaCost:2 W\nTypes:Creature Bird Soldier\nPT:2/*\nK:Flying\nS:Mode$ Continuous | EffectZone$ All | CharacteristicDefining$ True | SetToughness$ X | Description$ Domain — CARDNAME's toughness is equal to the number of basic land types among lands you control.\nSVar:X:Count$Domain\nOracle:Flying\n...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Aven Trailblazer", "mana_cost": "{2}{W}", "type_line": "Creature \u2014 Bird Soldier", "oracle_text": "Flying\nDomain \u2014 Aven Trailblazer's toughness is equal ...
Create the Forge script for this magic card
{"name": "Might Weaver", "mana_cost": "{1}{G}", "type_line": "Creature \u2014 Human Wizard", "oracle_text": "{2}: Target red or white creature gains trample until end of turn. (It can deal excess combat damage to the player or planeswalker it's attacking.)", "power": "2", "toughness": "1"}
Name:Might Weaver\nManaCost:1 G\nTypes:Creature Human Wizard\nPT:2/1\nA:AB$ Pump | Cost$ 2 | ValidTgts$ Creature.Red,Creature.White | KW$ Trample | SpellDescription$ Target red or white creature gains trample until end of turn. (It can deal excess combat damage to the player or planeswalker it's attacking.) | TgtPrompt...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Might Weaver", "mana_cost": "{1}{G}", "type_line": "Creature \u2014 Human Wizard", "oracle_text": "{2}: Target red or white creature gains trample until end of tur...
Create the Forge script for this magic card
{"name": "Lullmage Mentor", "mana_cost": "{1}{U}{U}", "type_line": "Creature \u2014 Merfolk Wizard", "oracle_text": "Whenever a spell or ability you control counters a spell, you may create a 1/1 blue Merfolk creature token.\nTap seven untapped Merfolk you control: Counter target spell.", "power": "2", "toughness": "2"...
Name:Lullmage Mentor\nManaCost:1 U U\nTypes:Creature Merfolk Wizard\nPT:2/2\nT:Mode$ Countered | ValidCause$ SpellAbility.YouCtrl | ValidSA$ Spell | OptionalDecider$ You | TriggerZones$ Battlefield | Execute$ TrigToken | TriggerDescription$ Whenever a spell or ability you control counters a spell, you may create a 1/1 ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Lullmage Mentor", "mana_cost": "{1}{U}{U}", "type_line": "Creature \u2014 Merfolk Wizard", "oracle_text": "Whenever a spell or ability you control counters a spell...
Create the Forge script for this magic card
{"name": "Luminous Angel", "mana_cost": "{4}{W}{W}{W}", "type_line": "Creature \u2014 Angel", "oracle_text": "Flying\nAt the beginning of your upkeep, you may create a 1/1 white Spirit creature token with flying.", "power": "4", "toughness": "4"}
Name:Luminous Angel\nManaCost:4 W W W\nTypes:Creature Angel\nPT:4/4\nK:Flying\nT:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, you may create a 1/1 white Spirit creature token with flying.\nSV...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Luminous Angel", "mana_cost": "{4}{W}{W}{W}", "type_line": "Creature \u2014 Angel", "oracle_text": "Flying\nAt the beginning of your upkeep, you may create a 1/1 w...
Create the Forge script for this magic card
{"name": "Journey to Eternity"}
Name:Journey to Eternity\nManaCost:1 B G\nTypes:Legendary Enchantment Aura\nK:Enchant creature you control\nA:SP$ Attach | Cost$ 1 B G | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | AILogic$ Pump\nT:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Encha...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Journey to Eternity"} ### Response: Name:Journey to Eternity\nManaCost:1 B G\nTypes:Legendary Enchantment Aura\nK:Enchant creature you control\nA:SP$ Attach | Cost...
Create the Forge script for this magic card
{"name": "Riddlemaster Sphinx", "mana_cost": "{4}{U}{U}", "type_line": "Creature \u2014 Sphinx", "oracle_text": "Flying (This creature can't be blocked except by creatures with flying or reach.)\nWhen Riddlemaster Sphinx enters the battlefield, you may return target creature an opponent controls to its owner's hand.", ...
Name:Riddlemaster Sphinx\nManaCost:4 U U\nTypes:Creature Sphinx\nPT:5/5\nK:Flying\nT:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigBounce | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may return target creature an opponent contr...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Riddlemaster Sphinx", "mana_cost": "{4}{U}{U}", "type_line": "Creature \u2014 Sphinx", "oracle_text": "Flying (This creature can't be blocked except by creatures w...
Create the Forge script for this magic card
{"name": "Garruk's Packleader", "mana_cost": "{4}{G}", "type_line": "Creature \u2014 Beast", "oracle_text": "Whenever another creature with power 3 or greater enters the battlefield under your control, you may draw a card.", "power": "4", "toughness": "4"}
Name:Garruk's Packleader\nManaCost:4 G\nTypes:Creature Beast\nPT:4/4\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.powerGE3+Other+YouCtrl | OptionalDecider$ You | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever another creature with power 3 or greater e...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Garruk's Packleader", "mana_cost": "{4}{G}", "type_line": "Creature \u2014 Beast", "oracle_text": "Whenever another creature with power 3 or greater enters the bat...
Create the Forge script for this magic card
{"name": "Tainted Remedy", "mana_cost": "{2}{B}", "type_line": "Enchantment", "oracle_text": "If an opponent would gain life, that player loses that much life instead."}
Name:Tainted Remedy\nManaCost:2 B\nTypes:Enchantment\nR:Event$ GainLife | ActiveZones$ Battlefield | ValidPlayer$ Opponent | ReplaceWith$ RLoseLife | AILogic$ LoseLife | Description$ If an opponent would gain life, that player loses that much life instead.\nSVar:RLoseLife:DB$ LoseLife | LifeAmount$ X | Defined$ Replace...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Tainted Remedy", "mana_cost": "{2}{B}", "type_line": "Enchantment", "oracle_text": "If an opponent would gain life, that player loses that much life instead."} ###...
Create the Forge script for this magic card
{"name": "Fledgling Imp", "mana_cost": "{2}{B}", "type_line": "Creature \u2014 Imp", "oracle_text": "{B}, Discard a card: Fledgling Imp gains flying until end of turn.", "power": "2", "toughness": "2"}
Name:Fledgling Imp\nManaCost:2 B\nTypes:Creature Imp\nPT:2/2\nA:AB$ Pump | Cost$ B Discard<1/Card> | Defined$ Self | KW$ Flying | SpellDescription$ CARDNAME gains flying until end of turn.\nOracle:{B}, Discard a card: Fledgling Imp gains flying until end of turn.
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Fledgling Imp", "mana_cost": "{2}{B}", "type_line": "Creature \u2014 Imp", "oracle_text": "{B}, Discard a card: Fledgling Imp gains flying until end of turn.", "po...
Create the Forge script for this magic card
{"name": "Hurl into History", "mana_cost": "{3}{U}{U}", "type_line": "Instant", "oracle_text": "Counter target artifact or creature spell. Discover X, where X is that spell's mana value. (Exile cards from the top of your library until you exile a nonland card with that mana value or less. Cast it without paying its man...
Name:Hurl into History\nManaCost:3 U U\nTypes:Instant\nA:SP$ Counter | TargetType$ Spell | TgtPrompt$ Select target artifact or creature spell | ValidTgts$ Artifact,Creature | RememberCounteredCMC$ True | SubAbility$ DBDiscover | SpellDescription$ Counter target artifact or creature spell.\nSVar:DBDiscover:DB$ Discover...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Hurl into History", "mana_cost": "{3}{U}{U}", "type_line": "Instant", "oracle_text": "Counter target artifact or creature spell. Discover X, where X is that spell'...
Create the Forge script for this magic card
{"name": "Flashfreeze", "mana_cost": "{1}{U}", "type_line": "Instant", "oracle_text": "Counter target red or green spell."}
Name:Flashfreeze\nManaCost:1 U\nTypes:Instant\nA:SP$ Counter | Cost$ 1 U | TargetType$ Spell | TgtPrompt$ Select target Red or Green spell | ValidTgts$ Card.Red,Card.Green | SpellDescription$ Counter target red or green spell.\nOracle:Counter target red or green spell.
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Flashfreeze", "mana_cost": "{1}{U}", "type_line": "Instant", "oracle_text": "Counter target red or green spell."} ### Response: Name:Flashfreeze\nManaCost:1 U\nTyp...
Create the Forge script for this magic card
{"name": "Highland Forest", "mana_cost": "", "type_line": "Snow Land \u2014 Mountain Forest", "oracle_text": "({T}: Add {R} or {G}.)\nHighland Forest enters the battlefield tapped."}
Name:Highland Forest\nManaCost:no cost\nTypes:Snow Land Mountain Forest\nK:CARDNAME enters the battlefield tapped.\nOracle:({T}: Add {R} or {G}.)\nHighland Forest enters the battlefield tapped.
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Highland Forest", "mana_cost": "", "type_line": "Snow Land \u2014 Mountain Forest", "oracle_text": "({T}: Add {R} or {G}.)\nHighland Forest enters the battlefield ...
Create the Forge script for this magic card
{"name": "Thicket Elemental", "mana_cost": "{3}{G}{G}", "type_line": "Creature \u2014 Elemental", "oracle_text": "Kicker {1}{G} (You may pay an additional {1}{G} as you cast this spell.)\nWhen Thicket Elemental enters the battlefield, if it was kicked, you may reveal cards from the top of your library until you reveal ...
Name:Thicket Elemental\nManaCost:3 G G\nTypes:Creature Elemental\nPT:4/4\nK:Kicker:1 G\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+kicked | Execute$ ThicketKicker | TriggerDescription$ When CARDNAME enters the battlefield, if it was kicked, you may reveal cards from the top of y...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Thicket Elemental", "mana_cost": "{3}{G}{G}", "type_line": "Creature \u2014 Elemental", "oracle_text": "Kicker {1}{G} (You may pay an additional {1}{G} as you cast...
Create the Forge script for this magic card
{"name": "Balefire Liege", "mana_cost": "{2}{R/W}{R/W}{R/W}", "type_line": "Creature \u2014 Spirit Horror", "oracle_text": "Other red creatures you control get +1/+1.\nOther white creatures you control get +1/+1.\nWhenever you cast a red spell, Balefire Liege deals 3 damage to target player or planeswalker.\nWhenever y...
Name:Balefire Liege\nManaCost:2 RW RW RW\nTypes:Creature Spirit Horror\nPT:2/4\nS:Mode$ Continuous | Affected$ Creature.Red+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1 | Description$ Other red creatures you control get +1/+1.\nS:Mode$ Continuous | Affected$ Creature.White+Other+YouCtrl | AddPower$ 1 | AddToughness$ 1...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Balefire Liege", "mana_cost": "{2}{R/W}{R/W}{R/W}", "type_line": "Creature \u2014 Spirit Horror", "oracle_text": "Other red creatures you control get +1/+1.\nOther...
Create the Forge script for this magic card
{"name": "Shallow Grave", "mana_cost": "{1}{B}", "type_line": "Instant", "oracle_text": "Return the top creature card of your graveyard to the battlefield. That creature gains haste until end of turn. Exile it at the beginning of the next end step."}
Name:Shallow Grave\nManaCost:1 B\nTypes:Instant\nA:SP$ ChangeZone | Cost$ 1 B | Origin$ Graveyard | Destination$ Battlefield | ChangeType$ Creature.TopGraveyardCreature+YouCtrl | Hidden$ True | Mandatory$ True | RememberChanged$ True | SubAbility$ DBPump | SpellDescription$ Return the top creature card of your graveyar...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Shallow Grave", "mana_cost": "{1}{B}", "type_line": "Instant", "oracle_text": "Return the top creature card of your graveyard to the battlefield. That creature gai...
Create the Forge script for this magic card
{"name": "Airdrop Aeronauts", "mana_cost": "{3}{W}{W}", "type_line": "Creature \u2014 Dwarf Scout", "oracle_text": "Flying\nRevolt \u2014 When Airdrop Aeronauts enters the battlefield, if a permanent you controlled left the battlefield this turn, you gain 5 life.", "power": "4", "toughness": "3"}
Name:Airdrop Aeronauts\nManaCost:3 W W\nTypes:Creature Dwarf Scout\nPT:4/3\nK:Flying\nT:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGainLife | Revolt$ True | TriggerDescription$ Revolt — When CARDNAME enters the battlefield, if a permanent you controlled left the bat...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Airdrop Aeronauts", "mana_cost": "{3}{W}{W}", "type_line": "Creature \u2014 Dwarf Scout", "oracle_text": "Flying\nRevolt \u2014 When Airdrop Aeronauts enters the b...
Create the Forge script for this magic card
{"name": "Atomwheel Acrobats", "mana_cost": "{3}{G}", "type_line": "Creature \u2014 Elf Performer", "oracle_text": "Whenever you roll a 1 or 2, put that many +1/+1 counters on Atomwheel Acrobats.\n{2}{G}: Roll a six-sided die.", "power": "3", "toughness": "2"}
Name:Atomwheel Acrobats\nManaCost:3 G\nTypes:Creature Elf Performer\nPT:3/2\nT:Mode$ RolledDie | TriggerZones$ Battlefield | Execute$ TrigPutCounter | ValidResult$ 1,2 | ValidPlayer$ You | TriggerDescription$ Whenever you roll a 1 or 2, put that many +1/+1 counters on CARDNAME.\nSVar:TrigPutCounter:DB$ PutCounter | Cou...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Atomwheel Acrobats", "mana_cost": "{3}{G}", "type_line": "Creature \u2014 Elf Performer", "oracle_text": "Whenever you roll a 1 or 2, put that many +1/+1 counters ...
Create the Forge script for this magic card
{"name": "Noble Stand", "mana_cost": "{4}{W}", "type_line": "Enchantment", "oracle_text": "Whenever a creature you control blocks, you gain 2 life."}
Name:Noble Stand\nManaCost:4 W\nTypes:Enchantment\nT:Mode$ Blocks | ValidCard$ Creature.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigGainLife | TriggerDescription$ Whenever a creature you control blocks, you gain 2 life.\nSVar:TrigGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2\nOracle:Whenever a creature yo...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Noble Stand", "mana_cost": "{4}{W}", "type_line": "Enchantment", "oracle_text": "Whenever a creature you control blocks, you gain 2 life."} ### Response: Name:Nobl...
Create the Forge script for this magic card
{"name": "Kheru Bloodsucker", "mana_cost": "{2}{B}", "type_line": "Creature \u2014 Vampire", "oracle_text": "Whenever a creature you control with toughness 4 or greater dies, each opponent loses 2 life and you gain 2 life.\n{2}{B}, Sacrifice another creature: Put a +1/+1 counter on Kheru Bloodsucker.", "power": "2", "t...
Name:Kheru Bloodsucker\nManaCost:2 B\nTypes:Creature Vampire\nPT:2/2\nT:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Creature.YouCtrl+toughnessGE4 | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever a creature you control with toughness 4 or greater dies, ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Kheru Bloodsucker", "mana_cost": "{2}{B}", "type_line": "Creature \u2014 Vampire", "oracle_text": "Whenever a creature you control with toughness 4 or greater dies...
Create the Forge script for this magic card
{"name": "Jaded Analyst"}
Name:Jaded Analyst\nManaCost:1 U\nTypes:Creature Human Detective\nPT:3/2\nK:Defender\nT:Mode$ Drawn | ValidCard$ Card.YouCtrl | Number$ 2 | TriggerZones$ Battlefield | Execute$ TrigDebuff | TriggerDescription$ Whenever you draw your second card each turn, CARDNAME loses defender and gains vigilance until end of turn.\n...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Jaded Analyst"} ### Response: Name:Jaded Analyst\nManaCost:1 U\nTypes:Creature Human Detective\nPT:3/2\nK:Defender\nT:Mode$ Drawn | ValidCard$ Card.YouCtrl | Numbe...
Create the Forge script for this magic card
{"name": "Drench the Soil in Their Blood", "mana_cost": "", "type_line": "Scheme", "oracle_text": "When you set this scheme in motion, after this main phase, there is an additional combat phase followed by an additional main phase. Creatures you control gain vigilance until end of turn."}
Name:Drench the Soil in Their Blood\nManaCost:no cost\nTypes:Scheme\nT:Mode$ SetInMotion | ValidCard$ Card.Self | Execute$ BloodyCombat | TriggerZones$ Command | TriggerDescription$ When you set this scheme in motion, after this main phase, there is an additional combat phase followed by an additional main phase. Creat...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Drench the Soil in Their Blood", "mana_cost": "", "type_line": "Scheme", "oracle_text": "When you set this scheme in motion, after this main phase, there is an add...
Create the Forge script for this magic card
{"name": "Coat with Venom", "mana_cost": "{B}", "type_line": "Instant", "oracle_text": "Target creature gets +1/+2 and gains deathtouch until end of turn. (Any amount of damage it deals to a creature is enough to destroy it.)"}
Name:Coat with Venom\nManaCost:B\nTypes:Instant\nA:SP$ Pump | Cost$ B | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +1 | NumDef$ +2 | KW$ Deathtouch | SpellDescription$ Target creature gets +1/+2 and gains deathtouch until end of turn.\nOracle:Target creature gets +1/+2 and gains deathtouch until ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Coat with Venom", "mana_cost": "{B}", "type_line": "Instant", "oracle_text": "Target creature gets +1/+2 and gains deathtouch until end of turn. (Any amount of dam...
Create the Forge script for this magic card
{"name": "Hunter's Mark", "mana_cost": "{3}{G}", "type_line": "Instant", "oracle_text": "This spell costs {3} less to cast if it targets a blue permanent you don't control.\nThis spell can't be countered.\nTarget creature you control gets +1/+1 until end of turn. Then it deals damage equal to its power to target creatu...
Name:Hunter's Mark\nManaCost:3 G\nTypes:Instant\nR:Event$ Counter | ValidCard$ Card.Self | ValidSA$ Spell | Layer$ CantHappen | Description$ This spell can't be countered.\nS:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ 3 | ValidTarget$ Card.Blue+YouDontCtrl | EffectZone$ All | Description$ This spel...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Hunter's Mark", "mana_cost": "{3}{G}", "type_line": "Instant", "oracle_text": "This spell costs {3} less to cast if it targets a blue permanent you don't control.\...
Create the Forge script for this magic card
{"name": "Arboretum Elemental", "mana_cost": "{7}{G}{G}", "type_line": "Creature \u2014 Elemental", "oracle_text": "Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nHexproof (This creature can't be the target of spells ...
Name:Arboretum Elemental\nManaCost:7 G G\nTypes:Creature Elemental\nPT:7/5\nK:Convoke\nK:Hexproof\nOracle:Convoke (Your creatures can help cast this spell. Each creature you tap while casting this spell pays for {1} or one mana of that creature's color.)\nHexproof (This creature can't be the target of spells or abiliti...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Arboretum Elemental", "mana_cost": "{7}{G}{G}", "type_line": "Creature \u2014 Elemental", "oracle_text": "Convoke (Your creatures can help cast this spell. Each cr...
Create the Forge script for this magic card
{"name": "Expel the Interlopers", "mana_cost": "{3}{W}{W}", "type_line": "Sorcery", "oracle_text": "Choose a number between 0 and 10. Destroy all creatures with power greater than or equal to the chosen number."}
Name:Expel the Interlopers\nManaCost:3 W W\nTypes:Sorcery\nA:SP$ ChooseNumber | Defined$ You | Min$ 0 | Max$ 10 | SubAbility$ DBDestroyAll | AILogic$ SweepCreatures | SpellDescription$ Choose a number between 0 and 10.\nSVar:DBDestroyAll:DB$ DestroyAll | ValidCards$ Creature.powerGEX | SpellDescription$ Destroy all cre...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Expel the Interlopers", "mana_cost": "{3}{W}{W}", "type_line": "Sorcery", "oracle_text": "Choose a number between 0 and 10. Destroy all creatures with power greate...
Create the Forge script for this magic card
{"name": "Eight-and-a-Half-Tails", "mana_cost": "{W}{W}", "type_line": "Legendary Creature \u2014 Fox Cleric", "oracle_text": "{1}{W}: Target permanent you control gains protection from white until end of turn.\n{1}: Target spell or permanent becomes white until end of turn.", "power": "2", "toughness": "2"}
Name:Eight-and-a-Half-Tails\nManaCost:W W\nTypes:Legendary Creature Fox Cleric\nPT:2/2\nA:AB$ Protection | Cost$ 1 W | ValidTgts$ Permanent.YouCtrl | TgtPrompt$ Select target permanent you control | Gains$ white | SpellDescription$ Target permanent you control gains protection from white until end of turn.\nA:AB$ Anima...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Eight-and-a-Half-Tails", "mana_cost": "{W}{W}", "type_line": "Legendary Creature \u2014 Fox Cleric", "oracle_text": "{1}{W}: Target permanent you control gains pro...
Create the Forge script for this magic card
{"name": "Backslide", "mana_cost": "{1}{U}", "type_line": "Instant", "oracle_text": "Turn target creature with a morph ability face down.\nCycling {U} ({U}, Discard this card: Draw a card.)"}
Name:Backslide\nManaCost:1 U\nTypes:Instant\nA:SP$ SetState | Cost$ 1 U | ValidTgts$ Creature.withMorph,Creature.withMegamorph | TgtPrompt$ Select target creature with morph. | Mode$ TurnFaceDown | SpellDescription$ Turn target creature with a morph ability face down.\nK:Cycling:U\nAI:RemoveDeck:All\nOracle:Turn target...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Backslide", "mana_cost": "{1}{U}", "type_line": "Instant", "oracle_text": "Turn target creature with a morph ability face down.\nCycling {U} ({U}, Discard this car...
Create the Forge script for this magic card
{"name": "Rising Miasma", "mana_cost": "{3}{B}", "type_line": "Sorcery", "oracle_text": "All creatures get -2/-2 until end of turn.\nAwaken 3\u2014{5}{B}{B} (If you cast this spell for {5}{B}{B}, also put three +1/+1 counters on target land you control and it becomes a 0/0 Elemental creature with haste. It's still a la...
Name:Rising Miasma\nManaCost:3 B\nTypes:Sorcery\nA:SP$ PumpAll | Cost$ 3 B | ValidCards$ Creature | NumAtt$ -2 | NumDef$ -2 | IsCurse$ True | SpellDescription$ All creatures get -2/-2 until end of turn.\nK:Awaken:3:5 B B\nOracle:All creatures get -2/-2 until end of turn.\nAwaken 3—{5}{B}{B} (If you cast this spell for ...
Below is an instruction that describes a task then the input and response. ### Instruction: Create the Forge script for this magic card ### Input: {"name": "Rising Miasma", "mana_cost": "{3}{B}", "type_line": "Sorcery", "oracle_text": "All creatures get -2/-2 until end of turn.\nAwaken 3\u2014{5}{B}{B} (If you cast thi...