mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +00:00
add Withering Hex (from Onslaught)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
13
res/cardsfolder/withering_hex.txt
Normal file
13
res/cardsfolder/withering_hex.txt
Normal 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
|
||||
Reference in New Issue
Block a user