From b9410db1a2d00c7f3aaf72f8b610d19dbcf35710 Mon Sep 17 00:00:00 2001 From: jendave Date: Sat, 6 Aug 2011 20:55:12 +0000 Subject: [PATCH] - Added Fatal Mutation and Frontline Strategist --- .gitattributes | 2 ++ res/cardsfolder/fatal_mutation.txt | 11 +++++++++++ res/cardsfolder/frontline_strategist.txt | 12 ++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 res/cardsfolder/fatal_mutation.txt create mode 100644 res/cardsfolder/frontline_strategist.txt diff --git a/.gitattributes b/.gitattributes index 679ef200479..2a4d7423fd0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2131,6 +2131,7 @@ res/cardsfolder/farsight_mask.txt -text svneol=native#text/plain res/cardsfolder/fastbond.txt -text svneol=native#text/plain res/cardsfolder/fatal_blow.txt -text svneol=native#text/plain res/cardsfolder/fatal_frenzy.txt svneol=native#text/plain +res/cardsfolder/fatal_mutation.txt -text svneol=native#text/plain res/cardsfolder/fatestitcher.txt svneol=native#text/plain res/cardsfolder/fathom_seer.txt svneol=native#text/plain res/cardsfolder/fault_line.txt -text svneol=native#text/plain @@ -2408,6 +2409,7 @@ res/cardsfolder/frogmite.txt -text svneol=native#text/plain res/cardsfolder/frogtosser_banneret.txt -text svneol=native#text/plain res/cardsfolder/frontier_guide.txt -text svneol=native#text/plain res/cardsfolder/frontline_sage.txt -text svneol=native#text/plain +res/cardsfolder/frontline_strategist.txt -text svneol=native#text/plain res/cardsfolder/frost_giant.txt -text svneol=native#text/plain res/cardsfolder/frost_marsh.txt -text svneol=native#text/plain res/cardsfolder/frost_ogre.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/fatal_mutation.txt b/res/cardsfolder/fatal_mutation.txt new file mode 100644 index 00000000000..41f48a3d24a --- /dev/null +++ b/res/cardsfolder/fatal_mutation.txt @@ -0,0 +1,11 @@ +Name:Fatal Mutation +ManaCost:B +Types:Enchantment Aura +Text:no text +K:Enchant creature +K:enPumpCurse:0/0 +T:Mode$ TurnFaceUp | ValidCard$ Card.AttachedBy | Execute$ TrigDestroy | TriggerDescription$ When enchanted creature is turned face up, destroy it. It can't be regenerated. +SVar:TrigDestroy:AB$Destroy | Cost$ 0 | Defined$ TriggeredCard | NoRegen$ True +SVar:Rarity:Uncommon +SVar:Picture:http://www.wizards.com/global/images/magic/general/fatal_mutation.jpg +End \ No newline at end of file diff --git a/res/cardsfolder/frontline_strategist.txt b/res/cardsfolder/frontline_strategist.txt new file mode 100644 index 00000000000..1c15639fa8c --- /dev/null +++ b/res/cardsfolder/frontline_strategist.txt @@ -0,0 +1,12 @@ +Name:Frontline Strategist +ManaCost:W +Types:Creature Human Soldier +Text:no text +PT:1/1 +K:Morph:W +T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigPumpAll | TriggerDescription$ When CARDNAME is turned face up, prevent all combat damage non-Soldier creatures would deal this turn. +SVar:TrigPumpAll:AB$PumpAll | Cost$ 0 | ValidCards$ Creature.nonSoldier | KW$ HIDDEN Prevent all combat damage that would be dealt by CARDNAME. +SVar:RemRandomDeck:True +SVar:Rarity:Common +SVar:Picture:http://www.wizards.com/global/images/magic/general/frontline_strategist.jpg +End \ No newline at end of file