add Haunting Wind (from Antiquities)

This commit is contained in:
jendave
2011-08-07 01:59:02 +00:00
parent b8bc145bcd
commit 7ca1abae5b
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -3259,6 +3259,7 @@ res/cardsfolder/haunting_apparition.txt svneol=native#text/plain
res/cardsfolder/haunting_echoes.txt -text svneol=native#text/plain res/cardsfolder/haunting_echoes.txt -text svneol=native#text/plain
res/cardsfolder/haunting_hymn.txt -text svneol=native#text/plain res/cardsfolder/haunting_hymn.txt -text svneol=native#text/plain
res/cardsfolder/haunting_misery.txt -text svneol=native#text/plain res/cardsfolder/haunting_misery.txt -text svneol=native#text/plain
res/cardsfolder/haunting_wind.txt svneol=native#text/plain
res/cardsfolder/havenwood_battleground.txt -text svneol=native#text/plain res/cardsfolder/havenwood_battleground.txt -text svneol=native#text/plain
res/cardsfolder/havenwood_wurm.txt -text svneol=native#text/plain res/cardsfolder/havenwood_wurm.txt -text svneol=native#text/plain
res/cardsfolder/havoc.txt -text svneol=native#text/plain res/cardsfolder/havoc.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Haunting Wind
ManaCost:3 B
Types:Enchantment
Text:no text
T:Mode$ AbilityCast | NonTapCost$ True | ValidCard$ Artifact | TriggerZones$ Battlefield | Execute$ TrigDamage | TriggerDescription$ Whenever an artifact becomes tapped or a player activates an artifact's ability without T in its activation cost, CARDNAME deals 1 damage to that artifact's controller.
T:Mode$ Taps | ValidCard$ Artifact | TriggerZones$ Battlefield | Execute$ TrigDamage | Secondary$ True | TriggerDescription$ Whenever an artifact becomes tapped or a player activates an artifact's ability without T in its activation cost, CARDNAME deals 1 damage to that artifact's controller.
SVar:TrigDamage:AB$DealDamage | Cost$ 0 | Defined$ TriggeredCardController | NumDmg$ 1
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/haunting_wind.jpg
End