mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Nonfunctional change that allows the oracle script to update the oracle texts of cards in the future.
11 lines
643 B
Plaintext
11 lines
643 B
Plaintext
Name:Wave of Indifference
|
|
ManaCost:X R
|
|
Types:Sorcery
|
|
A:SP$ Pump | Cost$ X R | KW$ HIDDEN CARDNAME can't block. | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Creature | TgtPrompt$ Select target creature | References$ X,MaxTgts | 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:Picture:http://www.wizards.com/global/images/magic/general/wave_of_indifference.jpg
|
|
Oracle:X target creatures can't block this turn.
|