add Avalanche (from Ice Age)

This commit is contained in:
jendave
2011-08-06 15:50:21 +00:00
parent c11540351b
commit e7adb070ca
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -350,6 +350,7 @@ res/cardsfolder/auriok_sunchaser.txt -text svneol=native#text/plain
res/cardsfolder/auriok_transfixer.txt -text svneol=native#text/plain res/cardsfolder/auriok_transfixer.txt -text svneol=native#text/plain
res/cardsfolder/aurochs.txt -text svneol=native#text/plain res/cardsfolder/aurochs.txt -text svneol=native#text/plain
res/cardsfolder/austere_command.txt -text svneol=native#text/plain res/cardsfolder/austere_command.txt -text svneol=native#text/plain
res/cardsfolder/avalanche.txt -text svneol=native#text/plain
res/cardsfolder/avalanche_riders.txt -text svneol=native#text/plain res/cardsfolder/avalanche_riders.txt -text svneol=native#text/plain
res/cardsfolder/avatar_of_fury.txt -text svneol=native#text/plain res/cardsfolder/avatar_of_fury.txt -text svneol=native#text/plain
res/cardsfolder/avatar_of_might.txt -text svneol=native#text/plain res/cardsfolder/avatar_of_might.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Avalanche
ManaCost:X 2 R R
Types:Sorcery
Text:no text
A:SP$Destroy | Cost$ X 2 R R | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Land.Snow | TgtPrompt$ Select target snow land | SpellDescription$ Destroy X target snow lands.
# 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 Land.Snow
SVar:RemAIDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/avalanche.jpg
End