- Added Opal Titan.

This commit is contained in:
jeffwadsworth
2012-02-14 23:38:24 +00:00
parent 0eb64ce8cf
commit 8fe80f7752
2 changed files with 15 additions and 0 deletions

1
.gitattributes vendored
View File

@@ -6132,6 +6132,7 @@ res/cardsfolder/o/opal_caryatid.txt svneol=native#text/plain
res/cardsfolder/o/opal_champion.txt svneol=native#text/plain res/cardsfolder/o/opal_champion.txt svneol=native#text/plain
res/cardsfolder/o/opal_gargoyle.txt svneol=native#text/plain res/cardsfolder/o/opal_gargoyle.txt svneol=native#text/plain
res/cardsfolder/o/opal_guardian.txt svneol=native#text/plain res/cardsfolder/o/opal_guardian.txt svneol=native#text/plain
res/cardsfolder/o/opal_titan.txt -text svneol=unset#text/plain
res/cardsfolder/o/opalescence.txt svneol=native#text/plain res/cardsfolder/o/opalescence.txt svneol=native#text/plain
res/cardsfolder/o/opaline_bracers.txt svneol=native#text/plain res/cardsfolder/o/opaline_bracers.txt svneol=native#text/plain
res/cardsfolder/o/open_the_vaults.txt svneol=native#text/plain res/cardsfolder/o/open_the_vaults.txt svneol=native#text/plain

View File

@@ -0,0 +1,14 @@
Name:Opal Titan
ManaCost:2 W W
Types:Enchantment
Text:no text
T:Mode$ SpellCast | ValidCard$ Creature | ValidActivatingPlayer$ Opponent | Execute$ TrigOpalTitanAnimate | IsPresent$ Card.Self+Enchantment | TriggerZones$ Battlefield | TriggerDescription$ When an opponent casts a creature spell, if CARDNAME is an enchantment, CARDNAME becomes a 4/4 Giant creature with protection from each of that spell's colors.
SVar:TrigOpalTitanAnimate:AB$ Animate | Cost$ 0 | Defined$ Self | Types$ Creature,Giant | Power$ 4 | Toughness$ 4 | OverwriteTypes$ True | Permanent$ True | SubAbility$ DBOpalTitanProtectionWhite | Permanent$ True
SVar:DBOpalTitanProtectionWhite:DB$ Protection | Gains$ white | ConditionDefined$ TriggeredCard | ConditionPresent$ Card.White | ConditionCompare$ GE1 | SubAbility$ DBOpalTitanProtectionBlue | Permanent$ True
SVar:DBOpalTitanProtectionBlue:DB$ Protection | Gains$ blue | ConditionDefined$ TriggeredCard | ConditionPresent$ Card.Blue | ConditionCompare$ GE1 | SubAbility$ DBOpalTitanProtectionBlack | Permanent$ True
SVar:DBOpalTitanProtectionBlack:DB$ Protection | Gains$ black | ConditionDefined$ TriggeredCard | ConditionPresent$ Card.Black | ConditionCompare$ GE1 | SubAbility$ DBOpalTitanProtectionGreen | Permanent$ True
SVar:DBOpalTitanProtectionGreen:DB$ Protection | Gains$ green | ConditionDefined$ TriggeredCard | ConditionPresent$ Card.Green | ConditionCompare$ GE1 | SubAbility$ DBOpalTitanProtectionRed | Permanent$ True
SVar:DBOpalTitanProtectionRed:DB$ Protection | Gains$ red | ConditionDefined$ TriggeredCard | ConditionPresent$ Card.Red | ConditionCompare$ GE1 | Permanent$ True
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/opal_titan.jpg
End