mtg-forge-ios/forge-gui/res/cardsfolder/s/synod_artificer.txt

13 lines
931 B
Plaintext
Raw Normal View History

Name:Synod Artificer
ManaCost:2 U
Types:Creature Vedalken Artificer
PT:1/2
A:AB$ Tap | Cost$ X T | References$ X,MaxTgts | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Artifact.nonCreature | TgtPrompt$ Select target noncreature artifact | SpellDescription$ Tap X target noncreature artifacts.
A:AB$ Untap | Cost$ X T | References$ X,MaxTgts | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Artifact.nonCreature | TgtPrompt$ Select target noncreature artifact | SpellDescription$ Untap X target noncreature artifacts.
# 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 Artifact.nonCreature
SVar:RemAIDeck:True
SVar:Picture:http://www.wizards.com/global/images/magic/general/synod_artificer.jpg
Oracle:{X}, {T}: Tap X target noncreature artifacts.\n{X}, {T}: Untap X target noncreature artifacts.