JON4TH4N - fixes, need confirmation
This commit is contained in:
@@ -1116,8 +1116,8 @@ toughness=2
|
||||
[card]
|
||||
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
|
||||
auto=@each my endofturn:aslongas(Sphinx Sovereign[-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 controller
|
||||
auto=@each my endofturn:aslongas(this[tapped]|myinplay) life:-3 opponent
|
||||
name=Sphinx Sovereign
|
||||
rarity=M
|
||||
type=Artifact Creature
|
||||
|
||||
@@ -90,7 +90,7 @@ subtype=Demon Illusion
|
||||
power=4
|
||||
toughness=3
|
||||
text=Flying When you play a spell, sacrifice Illusory Demon.
|
||||
auto=@movedTo(*|mystack):bury
|
||||
auto=@movedTo(*[-land]|mystack):bury
|
||||
rarity=U
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
@@ -187,7 +187,7 @@ subtype=Aura
|
||||
target=creature
|
||||
auto=cantattack,cantblock
|
||||
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
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
@@ -198,7 +198,7 @@ subtype=Rabbit Beast
|
||||
power=4
|
||||
toughness=5
|
||||
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
|
||||
[/card]
|
||||
[card]
|
||||
|
||||
@@ -695,7 +695,7 @@ mana={3}{B}
|
||||
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.
|
||||
target=creature
|
||||
auto=foreach(swamp|myinplay) damage:1 target(creature)
|
||||
auto=foreach(swamp|myinplay) damage:1
|
||||
auto=foreach(swamp|myinplay) life:1 controller
|
||||
rarity=C
|
||||
[/card]
|
||||
|
||||
Reference in New Issue
Block a user