From 8fe80f7752dba2fe458477aff4ecbb6e45dea443 Mon Sep 17 00:00:00 2001 From: jeffwadsworth Date: Tue, 14 Feb 2012 23:38:24 +0000 Subject: [PATCH] - Added Opal Titan. --- .gitattributes | 1 + res/cardsfolder/o/opal_titan.txt | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 res/cardsfolder/o/opal_titan.txt diff --git a/.gitattributes b/.gitattributes index 892bb3ca986..377c6bd77ae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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_gargoyle.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/opaline_bracers.txt svneol=native#text/plain res/cardsfolder/o/open_the_vaults.txt svneol=native#text/plain diff --git a/res/cardsfolder/o/opal_titan.txt b/res/cardsfolder/o/opal_titan.txt new file mode 100644 index 00000000000..f4e4ee2259a --- /dev/null +++ b/res/cardsfolder/o/opal_titan.txt @@ -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 \ No newline at end of file