JON4TH4N - fixes, need confirmation
This commit is contained in:
@@ -1116,8 +1116,8 @@ toughness=2
|
|||||||
[card]
|
[card]
|
||||||
text=Flying At the end of your turn, you gain 3 life if Sphinx Sovereign is untapped. Otherwise, each opponent loses 3 life.
|
text=Flying At the end of your turn, you gain 3 life if Sphinx Sovereign is untapped. Otherwise, each opponent loses 3 life.
|
||||||
id=175107
|
id=175107
|
||||||
auto=@each my endofturn:aslongas(Sphinx Sovereign[-tapped]|myinplay) life:3 controller
|
auto=@each my endofturn:aslongas(this[-tapped]|myinplay) life:3 controller
|
||||||
auto=@each my endofturn:aslongas(Sphinx Sovereign[tapped]|myinplay) life:-3 opponent
|
auto=@each my endofturn:aslongas(this[tapped]|myinplay) life:-3 opponent
|
||||||
name=Sphinx Sovereign
|
name=Sphinx Sovereign
|
||||||
rarity=M
|
rarity=M
|
||||||
type=Artifact Creature
|
type=Artifact Creature
|
||||||
|
|||||||
@@ -90,7 +90,7 @@ subtype=Demon Illusion
|
|||||||
power=4
|
power=4
|
||||||
toughness=3
|
toughness=3
|
||||||
text=Flying When you play a spell, sacrifice Illusory Demon.
|
text=Flying When you play a spell, sacrifice Illusory Demon.
|
||||||
auto=@movedTo(*|mystack):bury
|
auto=@movedTo(*[-land]|mystack):bury
|
||||||
rarity=U
|
rarity=U
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ subtype=Aura
|
|||||||
target=creature
|
target=creature
|
||||||
auto=cantattack,cantblock
|
auto=cantattack,cantblock
|
||||||
auto={1}{W}:moveto(ownerhand)
|
auto={1}{W}:moveto(ownerhand)
|
||||||
Enchant creature Enchanted creature can't attack or block. {1}{W}: Return Cage of Hands to its owner's hand.
|
text=Enchant creature Enchanted creature can't attack or block. {1}{W}: Return Cage of Hands to its owner's hand.
|
||||||
rarity=C
|
rarity=C
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ subtype=Rabbit Beast
|
|||||||
power=4
|
power=4
|
||||||
toughness=5
|
toughness=5
|
||||||
text=When you play a spell, return Jackalope Herd to its owner's hand.
|
text=When you play a spell, return Jackalope Herd to its owner's hand.
|
||||||
auto=@movedTo(*|mystack):moveTo(ownerHand)
|
auto=@movedTo(*[-land]|mystack):moveTo(ownerHand)
|
||||||
rarity=C
|
rarity=C
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
|||||||
@@ -695,7 +695,7 @@ mana={3}{B}
|
|||||||
type=Instant
|
type=Instant
|
||||||
text=Tendrils of Corruption deals X damage to target creature and you gain X life, where X is the number of Swamps you control.
|
text=Tendrils of Corruption deals X damage to target creature and you gain X life, where X is the number of Swamps you control.
|
||||||
target=creature
|
target=creature
|
||||||
auto=foreach(swamp|myinplay) damage:1 target(creature)
|
auto=foreach(swamp|myinplay) damage:1
|
||||||
auto=foreach(swamp|myinplay) life:1 controller
|
auto=foreach(swamp|myinplay) life:1 controller
|
||||||
rarity=C
|
rarity=C
|
||||||
[/card]
|
[/card]
|
||||||
|
|||||||
Reference in New Issue
Block a user