- Added Putrid Warrior.

This commit is contained in:
jeffwadsworth
2012-02-11 02:05:03 +00:00
parent e17a21c4bf
commit be9d27e128
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6703,6 +6703,7 @@ res/cardsfolder/p/putrid_cyclops.txt svneol=native#text/plain
res/cardsfolder/p/putrid_imp.txt svneol=native#text/plain
res/cardsfolder/p/putrid_leech.txt svneol=native#text/plain
res/cardsfolder/p/putrid_raptor.txt svneol=native#text/plain
res/cardsfolder/p/putrid_warrior.txt -text svneol=unset#text/plain
res/cardsfolder/p/pygmy_allosaurus.txt svneol=native#text/plain
res/cardsfolder/p/pygmy_kavu.txt svneol=native#text/plain
res/cardsfolder/p/pygmy_pyrosaur.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Putrid Warrior
ManaCost:W B
Types:Creature Zombie Soldier Warrior
Text:no text
PT:2/2
T:Mode$ DamageDone | ValidSource$ Card.Self | Execute$ TrigChoice | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals damage, choose one <20> Each player loses 1 life; or each player gains 1 life.
SVar:TrigChoice:AB$ GenericChoice | Cost$ 0 | Defined$ You | Choices$ SVar1,SVar2
SVar:SVar1:DB$ LoseLife | Defined$ Each | LifeAmount$ 1 | ChoiceDescription$ Each player loses 1 life.
SVar:SVar2:DB$ GainLife | Defined$ Each | LifeAmount$ 1 | ChoiceDescription$ Each player gains 1 life.
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/putrid_warrior.jpg
End