- Added Veiled Sentry.

This commit is contained in:
jeffwadsworth
2012-02-02 23:43:50 +00:00
parent 091bd9999a
commit e0b62b2560
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -9466,6 +9466,7 @@ res/cardsfolder/v/vedalken_plotter.txt svneol=native#text/plain
res/cardsfolder/v/vedalken_shackles.txt svneol=native#text/plain
res/cardsfolder/v/veil_of_birds.txt svneol=native#text/plain
res/cardsfolder/v/veiled_apparition.txt svneol=native#text/plain
res/cardsfolder/v/veiled_sentry.txt -text svneol=unset#text/plain
res/cardsfolder/v/veiled_serpent.txt svneol=native#text/plain
res/cardsfolder/v/veilstone_amulet.txt -text
res/cardsfolder/v/vein_drinker.txt svneol=native#text/plain

View File

@@ -0,0 +1,10 @@
Name:Veiled Sentry
ManaCost:U
Types:Enchantment
Text:no text
T:Mode$ SpellCast | ValidCard$ Card | ValidActivatingPlayer$ Opponent | Execute$ TrigAnimate | TriggerZones$ Battlefield | IsPresent$ Card.Self+Enchantment | TriggerDescription$ When an opponent casts a spell, if CARDNAME is an enchantment, CARDNAME becomes an Illusion creature with power and toughness each equal to that spell's converted mana cost.
SVar:TrigAnimate:AB$ Animate | Cost$ 0 | Defined$ Self | Power$ X | Toughness$ X | Types$ Creature,Illusion | OverWriteTypes$ True | Permanent$ True
SVar:X:TriggeredCard$CardManaCost
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/veiled_sentry.jpg
End