mirror of
https://github.com/Relintai/mtg-forge-ios.git
synced 2024-11-14 04:17:19 +01:00
12 lines
836 B
Plaintext
12 lines
836 B
Plaintext
|
Name:Runed Arch
|
||
|
ManaCost:3
|
||
|
Types:Artifact
|
||
|
K:CARDNAME enters the battlefield tapped.
|
||
|
A:AB$ Pump | Cost$ X T Sac<1/CARDNAME> | KW$ HIDDEN Unblockable | TargetMin$ 0 | TargetMax$ MaxTgts | References$ X,MaxTgts | ValidTgts$ Creature.powerLE2 | TgtPrompt$ Select target creature with power 2 or less | SpellDescription$ X target creatures with power 2 or less can't be blocked 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.powerLE2
|
||
|
SVar:RemAIDeck:True
|
||
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/runed_arch.jpg
|
||
|
Oracle:Runed Arch enters the battlefield tapped.\n{X}, {T}, Sacrifice Runed Arch: X target creatures with power 2 or less can't be blocked this turn.
|