- Added Fatal Mutation and Frontline Strategist

This commit is contained in:
jendave
2011-08-06 20:55:12 +00:00
parent de27006daa
commit b9410db1a2
3 changed files with 25 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -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/fastbond.txt -text svneol=native#text/plain
res/cardsfolder/fatal_blow.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_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/fatestitcher.txt svneol=native#text/plain
res/cardsfolder/fathom_seer.txt svneol=native#text/plain res/cardsfolder/fathom_seer.txt svneol=native#text/plain
res/cardsfolder/fault_line.txt -text 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/frogtosser_banneret.txt -text svneol=native#text/plain
res/cardsfolder/frontier_guide.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_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_giant.txt -text svneol=native#text/plain
res/cardsfolder/frost_marsh.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 res/cardsfolder/frost_ogre.txt -text svneol=native#text/plain

View File

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

View File

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