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