add Wave of Indifference (from Onslaught)

This commit is contained in:
jendave
2011-08-07 01:53:11 +00:00
parent 005d8fcc6f
commit d45a1f5cb0
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -8081,6 +8081,7 @@ res/cardsfolder/waterspout_weavers.txt -text svneol=native#text/plain
res/cardsfolder/waterveil_cavern.txt -text svneol=native#text/plain
res/cardsfolder/watery_grave.txt -text svneol=native#text/plain
res/cardsfolder/wave_elemental.txt -text svneol=native#text/plain
res/cardsfolder/wave_of_indifference.txt svneol=native#text/plain
res/cardsfolder/wave_of_terror.txt -text svneol=native#text/plain
res/cardsfolder/waveskimmer_aven.txt -text svneol=native#text/plain
res/cardsfolder/wayfarers_bauble.txt svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Wave of Indifference
ManaCost:X R
Types:Sorcery
Text:no text
A:SP$ Pump | Cost$ X R | KW$ HIDDEN CARDNAME can't block. | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ X target creatures can't block this turn.
# It may seem wrong to not use X in the target, but since the Targets are what defines X, it's redundant (and not supported by the code)
SVar:X:Targeted$Amount
SVar:MaxTgts:Count$Valid Creature
SVar:RemAIDeck:True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/wave_of_indifference.jpg
End