- Added Witherscale Wurm

This commit is contained in:
jeffwadsworth
2011-11-22 21:31:32 +00:00
parent bbbdb34e93
commit 0edb9a26b2
2 changed files with 16 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -9570,6 +9570,7 @@ res/cardsfolder/w/withered_wretch.txt svneol=native#text/plain
res/cardsfolder/w/withering_boon.txt svneol=native#text/plain
res/cardsfolder/w/withering_gaze.txt svneol=native#text/plain
res/cardsfolder/w/withering_hex.txt svneol=native#text/plain
res/cardsfolder/w/witherscale_wurm.txt -text svneol=unset#text/plain
res/cardsfolder/w/withstand.txt svneol=native#text/plain
res/cardsfolder/w/withstand_death.txt svneol=native#text/plain
res/cardsfolder/w/wits_end.txt svneol=native#text/plain

View File

@@ -0,0 +1,15 @@
Name:Witherscale Wurm
ManaCost:4 G G
Types:Creature Wurm
Text:no text
PT:9/9
T:Mode$ Blocks | ValidCard$ Card.Self | Execute$ TrigWitherBlocked | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a creature, that creature gains wither until end of turn. (It deals damage to creatures in the form of -1/-1 counters.)
T:Mode$ AttackerBlocked | ValidCard$ Card.Self | Execute$ TrigWitherBlocker | Secondary$ True | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME blocks or becomes blocked by a creature, that creature gains wither until end of turn. (It deals damage to creatures in the form of -1/-1 counters.)
Whenever CARDNAME deals damage to an opponent, remove all -1/-1 counters from it.
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | Execute$ TrigRemoveCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever CARDNAME deals damage to an opponent, remove all -1/-1 counters from it.
SVar:TrigWitherBlocked:AB$ Pump | Cost$ 0 | Defined$ TriggeredAttacker | KW$ Wither
SVar:TrigWitherBlocker:AB$ Pump | Cost$ 0 | Defined$ TriggeredBlocker | KW$ Wither
SVar:TrigRemoveCounter:AB$ RemoveCounterAll | Cost$ 0 | CounterType$ M1M1
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/witherscale_wurm.jpg
End