diff --git a/.gitattributes b/.gitattributes index 20bde0dcacc..fe8c80bbdef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/res/cardsfolder/v/veiled_sentry.txt b/res/cardsfolder/v/veiled_sentry.txt new file mode 100644 index 00000000000..3edb21647d4 --- /dev/null +++ b/res/cardsfolder/v/veiled_sentry.txt @@ -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 \ No newline at end of file