add Withering Hex (from Onslaught)

This commit is contained in:
jendave
2011-08-07 01:52:58 +00:00
parent e50fbc684b
commit a75f7cb2c1
2 changed files with 14 additions and 0 deletions

1
.gitattributes vendored
View File

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

View File

@@ -0,0 +1,13 @@
Name:Withering Hex
ManaCost:B
Types:Enchantment Aura
Text:no text
K:Enchant Creature Curse
T:Mode$ Cycled | ValidCard$ Card | Execute$ TrigPutCounter | TriggerZones$ Battlefield | TriggerDescription$ Whenever a player cycles a card, put a plague counter on CARDNAME.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ PLAGUE | CounterNum$ 1
K:stPumpEnchanted:Creature:X/X:no condition:Enchanted creature gets -1/-1 for each plague counter on CARDNAME.
SVar:X:Count$CardCounters.PLAGUE/Times.-1
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/withering_hex.jpg
End