mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added Putrid Warrior.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/p/putrid_warrior.txt
Normal file
12
res/cardsfolder/p/putrid_warrior.txt
Normal 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
|
||||
Reference in New Issue
Block a user