-add Artifact Mutation (from Invasion)

-add Aura Mutation (from Invasion)
-add Death Mutation (from Apocalypse)
This commit is contained in:
jendave
2011-08-06 08:20:38 +00:00
parent 199f14749e
commit 3eff5d4513
4 changed files with 33 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -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_vampire.txt -text svneol=native#text/plain
res/cardsfolder/arrogant_wurm.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_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/artifact_ward.txt -text svneol=native#text/plain
res/cardsfolder/artisan_of_kozilek.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 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_extraction.txt -text svneol=native#text/plain
res/cardsfolder/aura_fracture.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_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/aura_of_silence.txt -text svneol=native#text/plain
res/cardsfolder/auramancer.txt -text svneol=native#text/plain res/cardsfolder/auramancer.txt -text svneol=native#text/plain
res/cardsfolder/auratog.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_baron.txt -text svneol=native#text/plain
res/cardsfolder/death_cultist.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_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_of_a_thousand_stings.txt -text svneol=native#text/plain
res/cardsfolder/death_speakers.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 res/cardsfolder/death_stroke.txt -text svneol=native#text/plain

View File

@@ -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

View File

@@ -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

View File

@@ -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