mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Added Witherscale Wurm
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
15
res/cardsfolder/w/witherscale_wurm.txt
Normal file
15
res/cardsfolder/w/witherscale_wurm.txt
Normal 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
|
||||
Reference in New Issue
Block a user