mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Added Opal Titan.
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
14
res/cardsfolder/o/opal_titan.txt
Normal file
14
res/cardsfolder/o/opal_titan.txt
Normal 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
|
||||
Reference in New Issue
Block a user