add Runed Arch (from Ice Age)

This commit is contained in:
jendave
2011-08-06 18:23:11 +00:00
parent 7b386f0088
commit 399e6fd308
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -4946,6 +4946,7 @@ res/cardsfolder/rumbling_slum.txt -text svneol=native#text/plain
res/cardsfolder/rune_cervin_rider.txt -text svneol=native#text/plain
res/cardsfolder/runeboggle.txt -text svneol=native#text/plain
res/cardsfolder/runeclaw_bear.txt -text svneol=native#text/plain
res/cardsfolder/runed_arch.txt svneol=native#text/plain
res/cardsfolder/runed_servitor.txt -text svneol=native#text/plain
res/cardsfolder/runed_stalactite.txt -text svneol=native#text/plain
res/cardsfolder/runes_of_the_deus.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,12 @@
Name:Runed Arch
ManaCost:3
Types:Artifact
Text:no text
A:AB$Pump | Cost$ X T Sac<1/CARDNAME> | KW$ HIDDEN Unblockable | TargetMin$ 0 | TargetMax$ MaxTgts | ValidTgts$ Creature.powerLE2 | TgtPrompt$ Select target creature with power 2 or less | SpellDescription$ X target creatures with power 2 or less are unblockable 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:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/runed_arch.jpg
End