From 0edb9a26b25d522002feb441f876121b3ddeb2f6 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Tue, 22 Nov 2011 21:31:32 +0000 Subject: [PATCH] - Added Witherscale Wurm --- .gitattributes | 1 + res/cardsfolder/w/witherscale_wurm.txt | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 res/cardsfolder/w/witherscale_wurm.txt diff --git a/.gitattributes b/.gitattributes index 9c540e76b80..168db6b7446 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/w/witherscale_wurm.txt b/res/cardsfolder/w/witherscale_wurm.txt new file mode 100644 index 00000000000..c5cb96c30d5 --- /dev/null +++ b/res/cardsfolder/w/witherscale_wurm.txt @@ -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 \ No newline at end of file