From 3eff5d451388035ad8b92b532f84ffb9819b2edc Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 08:20:38 +0000 Subject: [PATCH] -add Artifact Mutation (from Invasion) -add Aura Mutation (from Invasion) -add Death Mutation (from Apocalypse) --- .gitattributes | 3 +++ res/cardsfolder/artifact_mutation.txt | 10 ++++++++++ res/cardsfolder/aura_mutation.txt | 10 ++++++++++ res/cardsfolder/death_mutation.txt | 10 ++++++++++ 4 files changed, 33 insertions(+) create mode 100644 res/cardsfolder/artifact_mutation.txt create mode 100644 res/cardsfolder/aura_mutation.txt create mode 100644 res/cardsfolder/death_mutation.txt diff --git a/.gitattributes b/.gitattributes index 29345cb38e8..049af47d2e7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -212,6 +212,7 @@ res/cardsfolder/arnjlots_ascent.txt -text svneol=native#text/plain res/cardsfolder/arrogant_vampire.txt -text svneol=native#text/plain res/cardsfolder/arrogant_wurm.txt -text svneol=native#text/plain res/cardsfolder/artifact_blast.txt -text svneol=native#text/plain +res/cardsfolder/artifact_mutation.txt -text svneol=native#text/plain res/cardsfolder/artifact_ward.txt -text svneol=native#text/plain res/cardsfolder/artisan_of_kozilek.txt -text svneol=native#text/plain res/cardsfolder/ascendant_evincar.txt -text svneol=native#text/plain @@ -239,6 +240,7 @@ res/cardsfolder/aura_blast.txt -text svneol=native#text/plain res/cardsfolder/aura_extraction.txt -text svneol=native#text/plain res/cardsfolder/aura_fracture.txt -text svneol=native#text/plain res/cardsfolder/aura_gnarlid.txt -text svneol=native#text/plain +res/cardsfolder/aura_mutation.txt -text svneol=native#text/plain res/cardsfolder/aura_of_silence.txt -text svneol=native#text/plain res/cardsfolder/auramancer.txt -text svneol=native#text/plain res/cardsfolder/auratog.txt -text svneol=native#text/plain @@ -862,6 +864,7 @@ res/cardsfolder/deadly_recluse.txt -text svneol=native#text/plain res/cardsfolder/death_baron.txt -text svneol=native#text/plain res/cardsfolder/death_cultist.txt -text svneol=native#text/plain res/cardsfolder/death_grasp.txt -text svneol=native#text/plain +res/cardsfolder/death_mutation.txt -text svneol=native#text/plain res/cardsfolder/death_of_a_thousand_stings.txt -text svneol=native#text/plain res/cardsfolder/death_speakers.txt -text svneol=native#text/plain res/cardsfolder/death_stroke.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/artifact_mutation.txt b/res/cardsfolder/artifact_mutation.txt new file mode 100644 index 00000000000..feed03ae9e7 --- /dev/null +++ b/res/cardsfolder/artifact_mutation.txt @@ -0,0 +1,10 @@ +Name:Artifact Mutation +ManaCost:R G +Types:Instant +Text:Destroy target artifact. It can't be regenerated. Put X 1/1 green Saproling creature tokens onto the battlefield, where X is that artifact's converted mana cost. +K:spDestroyTgt:Artifact:NoRegen:Drawback$MakeToken<>X<>Saproling<>G 1 1 Saproling<>Controller<>G<>Creature;Saproling<>1<>1<>None +#X will be the Converted Mana Cost of the target of Mutation +SVar:X:Count$CardManaCost +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/artifact_mutation.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/aura_mutation.txt b/res/cardsfolder/aura_mutation.txt new file mode 100644 index 00000000000..7da42f883cf --- /dev/null +++ b/res/cardsfolder/aura_mutation.txt @@ -0,0 +1,10 @@ +Name:Aura Mutation +ManaCost:G W +Types:Instant +Text:Destroy target enchantment. Put X 1/1 green Saproling creature tokens onto the battlefield, where X is that enchantment's converted mana cost. +K:spDestroyTgt:Enchantment:Drawback$MakeToken<>X<>Saproling<>G 1 1 Saproling<>Controller<>G<>Creature;Saproling<>1<>1<>None +#X will be the Converted Mana Cost of the target of Mutation +SVar:X:Count$CardManaCost +SVar:Rarity:Rare +SVar:Picture:http://www.wizards.com/global/images/magic/general/aura_mutation.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/death_mutation.txt b/res/cardsfolder/death_mutation.txt new file mode 100644 index 00000000000..13850944445 --- /dev/null +++ b/res/cardsfolder/death_mutation.txt @@ -0,0 +1,10 @@ +Name:Death Mutation +ManaCost:6 B G +Types:Sorcery +Text:Destroy target nonblack creature. It can't be regenerated. Put X 1/1 green Saproling creature tokens onto the battlefield, where X is that creature's converted mana cost. +K:spDestroyTgt:Creature.nonBlack:NoRegen:Drawback$MakeToken<>X<>Saproling<>G 1 1 Saproling<>Controller<>G<>Creature;Saproling<>1<>1<>None +#X will be the Converted Mana Cost of the target of Mutation +SVar:X:Count$CardManaCost +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/death_mutation.jpg +End \ No newline at end of file