diff --git a/.gitattributes b/.gitattributes index 6e18dbb7e52..3c783d826b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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/aurochs.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/avatar_of_fury.txt -text svneol=native#text/plain res/cardsfolder/avatar_of_might.txt -text svneol=native#text/plain diff --git a/res/cardsfolder/avalanche.txt b/res/cardsfolder/avalanche.txt new file mode 100644 index 00000000000..6a4115784fc --- /dev/null +++ b/res/cardsfolder/avalanche.txt @@ -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 \ No newline at end of file