mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Backslide and friends will work on cards with Megamorph
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Name:Backslide
|
||||
ManaCost:1 U
|
||||
Types:Instant
|
||||
A:SP$ SetState | Cost$ 1 U | ValidTgts$ Creature.faceUp+withMorph | TgtPrompt$ Select target creature with morph. | Mode$ TurnFace | SpellDescription$ Turn target creature with morph face down.
|
||||
A:SP$ SetState | Cost$ 1 U | ValidTgts$ Creature.faceUp+withMorph,Creature.faceUp+withMegamorph | TgtPrompt$ Select target creature with morph. | Mode$ TurnFace | SpellDescription$ Turn target creature with morph face down.
|
||||
K:Cycling:U
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/backslide.jpg
|
||||
|
||||
@@ -5,8 +5,8 @@ PT:1/1
|
||||
K:Flying
|
||||
K:Morph:2 U U
|
||||
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigDermoplasmChangeZone | TriggerZones$ Battlefield | TriggerDescription$ When CARDNAME is turned face up, you may put a creature card with morph from your hand onto the battlefield face up. If you do, return CARDNAME to its owner's hand.
|
||||
SVar:TrigDermoplasmChangeZone:AB$ ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature.withMorph | RememberChanged$ True | SubAbility$ DBDermoplasmBounce
|
||||
SVar:DBDermoplasmBounce:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Hand | ConditionDefined$ Remembered | ConditionPresent$ Creature.withMorph | ConditionCompare$ GE1 | SubAbility$ DBDermoplasmCleanup
|
||||
SVar:TrigDermoplasmChangeZone:AB$ ChangeZone | Cost$ 0 | Origin$ Hand | Destination$ Battlefield | ChangeType$ Creature.withMorph,Creature.withMegamorph | RememberChanged$ True | SubAbility$ DBDermoplasmBounce
|
||||
SVar:DBDermoplasmBounce:DB$ ChangeZone | Defined$ Self | Origin$ Battlefield | Destination$ Hand | ConditionDefined$ Remembered | ConditionPresent$ Creature.withMorph,Creature.withMegamorph | ConditionCompare$ GE1 | SubAbility$ DBDermoplasmCleanup
|
||||
SVar:DBDermoplasmCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/dermoplasm.jpg
|
||||
Oracle:Flying\nMorph {2}{U}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)\nWhen Dermoplasm is turned face up, you may put a creature card with morph from your hand onto the battlefield face up. If you do, return Dermoplasm to its owner's hand.
|
||||
|
||||
@@ -4,7 +4,7 @@ Types:Creature Human Wizard
|
||||
PT:2/3
|
||||
K:Morph:2 U
|
||||
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ TrigSetState | OptionalDecider$ You | TriggerZones$ Battlefield | TriggerDescription$ When CARDNAME is turned face up, you may turn target creature with morph face down.
|
||||
SVar:TrigSetState:AB$SetState | Cost$ 0 | ValidTgts$ Creature.faceUp+withMorph | TgtPrompt$ Select target creature with morph. | Mode$ TurnFace
|
||||
SVar:TrigSetState:AB$SetState | Cost$ 0 | ValidTgts$ Creature.faceUp+withMorph,Creature.faceUp+withMegamorph | TgtPrompt$ Select target creature with morph. | Mode$ TurnFace
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/master_of_the_veil.jpg
|
||||
Oracle:Morph {2}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)\nWhen Master of the Veil is turned face up, you may turn target creature with morph face down.
|
||||
|
||||
@@ -4,8 +4,8 @@ Types:Creature Beast
|
||||
PT:4/4
|
||||
K:Morph:4 U
|
||||
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ DBWeaverofLiesSetState | TriggerZones$ Battlefield | TriggerDescription$ When CARDNAME is turned face up, turn any number of target creatures with morph other than CARDNAME face down.
|
||||
SVar:DBWeaverofLiesSetState:DB$ SetState | ValidTgts$ Creature.withMorph+Other | TgtPrompt$ Select target creature | TargetMin$ 0 | TargetMax$ WeaverofLiesX | Mode$ TurnFace | References$ WeaverofLiesX | SpellDescription$ Turn CARDNAME face down.
|
||||
SVar:WeaverofLiesX:Count$Valid Creature.withMorph+Other
|
||||
SVar:DBWeaverofLiesSetState:DB$ SetState | ValidTgts$ Creature.withMorph+Other,Creature.withMegamorph+Other | TgtPrompt$ Select target creature | TargetMin$ 0 | TargetMax$ WeaverofLiesX | Mode$ TurnFace | References$ WeaverofLiesX | SpellDescription$ Turn CARDNAME face down.
|
||||
SVar:WeaverofLiesX:Count$Valid Creature.withMorph+Other,Creature.withMegamorph+Other
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/weaver_of_lies.jpg
|
||||
Oracle:Morph {4}{U} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)\nWhen Weaver of Lies is turned face up, turn any number of target creatures with morph other than Weaver of Lies face down.
|
||||
|
||||
Reference in New Issue
Block a user