mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
- Added Fatal Mutation and Frontline Strategist
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
11
res/cardsfolder/fatal_mutation.txt
Normal file
11
res/cardsfolder/fatal_mutation.txt
Normal 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
|
||||
12
res/cardsfolder/frontline_strategist.txt
Normal file
12
res/cardsfolder/frontline_strategist.txt
Normal 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
|
||||
Reference in New Issue
Block a user