mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
add Avalanche (from Ice Age)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/avalanche.txt
Normal file
12
res/cardsfolder/avalanche.txt
Normal 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
|
||||
Reference in New Issue
Block a user