add Opal Caryatid, Opal Gargoyle, and Opal Guardian

This commit is contained in:
jendave
2011-08-06 20:19:55 +00:00
parent 9d65392623
commit 518838d99e
4 changed files with 30 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -4454,7 +4454,10 @@ res/cardsfolder/onyx_talisman.txt -text svneol=native#text/plain
res/cardsfolder/oonas_gatewarden.txt -text svneol=native#text/plain
res/cardsfolder/oonas_grace.txt -text svneol=native#text/plain
res/cardsfolder/opal_archangel.txt svneol=native#text/plain
res/cardsfolder/opal_caryatid.txt svneol=native#text/plain
res/cardsfolder/opal_champion.txt svneol=native#text/plain
res/cardsfolder/opal_gargoyle.txt svneol=native#text/plain
res/cardsfolder/opal_guardian.txt svneol=native#text/plain
res/cardsfolder/opaline_bracers.txt -text svneol=native#text/plain
res/cardsfolder/ophidian_eye.txt -text svneol=native#text/plain
res/cardsfolder/opportunist.txt -text svneol=native#text/plain

View File

@@ -0,0 +1,9 @@
Name:Opal Caryatid
ManaCost:W
Types:Enchantment
Text:no text
T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | IsPresent$ Card.Self+Enchantment | Execute$ TrigAnimate | TriggerDescription$ When an opponent casts a creature spell, if CARDNAME is an enchantment, CARDNAME becomes a 2/2 Soldier creature.
SVar:TrigAnimate:AB$Animate | Cost$ 0 | Defined$ Self | Power$ 2 | Toughness$ 2 | Types$ Creature,Soldier | OverwriteTypes$ True | Permanent$ True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/opal_caryatid.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Opal Gargoyle
ManaCost:1 W
Types:Enchantment
Text:no text
T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | IsPresent$ Card.Self+Enchantment | Execute$ TrigAnimate | TriggerDescription$ When an opponent casts a creature spell, if CARDNAME is an enchantment, CARDNAME becomes a 2/2 Gargoyle creature with flying.
SVar:TrigAnimate:AB$Animate | Cost$ 0 | Defined$ Self | Power$ 2 | Toughness$ 2 | Types$ Creature,Gargoyle | Keywords$ Flying | OverwriteTypes$ True | Permanent$ True
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/opal_gargoyle.jpg
End

View File

@@ -0,0 +1,9 @@
Name:Opal Guardian
ManaCost:W W W
Types:Enchantment
Text:no text
T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | IsPresent$ Card.Self+Enchantment | Execute$ TrigAnimate | TriggerDescription$ When an opponent casts a creature spell, if CARDNAME is an enchantment, CARDNAME becomes a 3/4 Gargoyle creature with flying and protection from red.
SVar:TrigAnimate:AB$Animate | Cost$ 0 | Defined$ Self | Power$ 3 | Toughness$ 4 | Types$ Creature,Gargoyle | Keywords$ Flying & Protection from red | OverwriteTypes$ True | Permanent$ True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/opal_guardian.jpg
End