mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
10 lines
707 B
Plaintext
10 lines
707 B
Plaintext
Name:Prismatic Boon
|
|
ManaCost:X W U
|
|
Types:Instant
|
|
A:SP$ Protection | Cost$ X W U | TargetMin$ 0 | TargetMax$ MaxTgts | References$ X,MaxTgts | ValidTgts$ Creature | TgtPrompt$ Select target creatures | Gains$ Choice | Choices$ AnyColor | SpellDescription$ X target creatures gain protection from the chosen color until end of 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:Picture:http://www.wizards.com/global/images/magic/general/prismatic_boon.jpg
|
|
Oracle:Choose a color. X target creatures gain protection from the chosen color until end of turn.
|