mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
add Runed Arch (from Ice Age)
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
12
res/cardsfolder/runed_arch.txt
Normal file
12
res/cardsfolder/runed_arch.txt
Normal 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
|
||||
Reference in New Issue
Block a user