mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
add Opal Caryatid, Opal Gargoyle, and Opal Guardian
This commit is contained in:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -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
|
||||
|
||||
9
res/cardsfolder/opal_caryatid.txt
Normal file
9
res/cardsfolder/opal_caryatid.txt
Normal 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
|
||||
9
res/cardsfolder/opal_gargoyle.txt
Normal file
9
res/cardsfolder/opal_gargoyle.txt
Normal 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
|
||||
9
res/cardsfolder/opal_guardian.txt
Normal file
9
res/cardsfolder/opal_guardian.txt
Normal 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
|
||||
Reference in New Issue
Block a user