add Pouncing Wurm (from Planar Chaos)

This commit is contained in:
slapshot5
2011-10-31 01:49:25 +00:00
parent 918848073c
commit 95845b4c82
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6087,6 +6087,7 @@ res/cardsfolder/p/possessed_nomad.txt svneol=native#text/plain
res/cardsfolder/p/postmortem_lunge.txt svneol=native#text/plain
res/cardsfolder/p/poultice_sliver.txt svneol=native#text/plain
res/cardsfolder/p/pouncing_jaguar.txt svneol=native#text/plain
res/cardsfolder/p/pouncing_wurm.txt -text
res/cardsfolder/p/powder_keg.txt svneol=native#text/plain
res/cardsfolder/p/power_armor.txt svneol=native#text/plain
res/cardsfolder/p/power_artifact.txt svneol=native#text/plain

View File

@@ -0,0 +1,13 @@
Name:Pouncing Wurm
ManaCost:3 G
Types:Creature Wurm
Text:no text
PT:3/3
K:Kicker:2 G
T:Mode$ ChangesZone | ValidCard$ Card.Self+kicked | Origin$ Any | Destination$ Battlefield | Execute$ TrigPut | Static$ True | TriggerDescription$ If CARDNAME was kicked, it enters the battlefield with three +1/+1 counters on it and with haste.
SVar:TrigPut:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 3 | SubAbility$ DBPump
SVar:DBPump:DB$ Pump | Defined$ Self | KW$ Haste
SVar:RemAIDeck:True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/mitotic_slime.jpg
End