added stack check, modified life check
if activating ability, playing a land or casting sorcery spell at sorcery level(timing restriction), if the stack is not empty, don't allow it. Modified the life state check, if any of the players would lose the game, allow the gamestateeffects to check... added reduceto:value for ali from cairo...
This commit is contained in:
@@ -2168,7 +2168,7 @@ toughness=1
|
||||
[/card]
|
||||
[card]
|
||||
name=Ali from Cairo
|
||||
auto=@damaged(controller) restriction{compare(lifetotal)~lessthan~1}:this(controllerlife < 1) lifeset:1 controller
|
||||
auto=this(controllerlife >= 1) transforms((,newability[reduceto:1]))
|
||||
text=Damage that would reduce your life total to less than 1 reduces it to 1 instead.
|
||||
mana={2}{R}{R}
|
||||
type=Creature
|
||||
@@ -28928,7 +28928,7 @@ toughness=6
|
||||
name=Elderscale Wurm
|
||||
abilities=trample
|
||||
auto=if compare(lifetotal)~lessthan~7 then lifeset:7 controller
|
||||
auto=this(controllerlife > 6) transforms((,newability[@damaged(controller):if compare(lifetotal)~lessthan~7 then lifeset:7 controller]))
|
||||
auto=this(controllerlife >= 7) transforms((,newability[reduceto:7]))
|
||||
text=Trample. -- When Elderscale Wurm enters the battlefield, if your life total is less than 7, your life total becomes 7. -- As long as you have 7 or more life, damage that would reduce your life total to less than 7 reduces it to 7 instead.
|
||||
mana={4}{G}{G}{G}
|
||||
type=Creature
|
||||
@@ -36160,7 +36160,7 @@ toughness=3
|
||||
name=Fortune Thief
|
||||
facedown={3}
|
||||
autofacedown={R}{R}:morph
|
||||
auto=@damaged(controller) restriction{compare(lifetotal)~lessthan~1}:this(controllerlife < 1) lifeset:1 controller
|
||||
auto=this(controllerlife >= 1) transforms((,newability[reduceto:1]))
|
||||
text=Damage that would reduce your life total to less than 1 reduces it to 1 instead. -- Morph {R}{R} (You may cast this face down as a 2/2 creature for {3}. Turn it face up any time for its morph cost.)
|
||||
mana={4}{R}
|
||||
type=Creature
|
||||
@@ -98227,6 +98227,17 @@ power=2
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Sustaining Spirit
|
||||
auto=cumulativeupcost[{1}{W}] sacrifice
|
||||
auto=this(controllerlife >= 1) transforms((,newability[reduceto:1]))
|
||||
text=Cumulative upkeep {1}{W} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) -- Damage that would reduce your life total to less than 1 reduces it to 1 instead.
|
||||
mana={1}{W}
|
||||
type=Creature
|
||||
subtype=Angel Spirit
|
||||
power=0
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Sustenance
|
||||
auto={1}{S(land|myBattlefield)}:1/1 target(creature)
|
||||
text={1}, Sacrifice a land: Target creature gets +1/+1 until end of turn.
|
||||
@@ -114654,6 +114665,13 @@ mana={3}
|
||||
type=Artifact
|
||||
[/card]
|
||||
[card]
|
||||
name=Worship
|
||||
auto=this(variable{worshipped} >= 1) transforms((,newability[reduceto:1]))
|
||||
text=If you control a creature, damage that would reduce your life total to less than 1 reduces it to 1 instead.
|
||||
mana={3}{W}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Worthy Cause
|
||||
auto=life:storedtoughness controller
|
||||
buyback={W}{2}
|
||||
|
||||
@@ -16201,15 +16201,6 @@ type=Sorcery
|
||||
text=You gain 2 life. Then if you have more life than an opponent, draw a card. Rebound (If you cast this spell from your hand, exile it as it resolves. At the beginning of your next upkeep, you may cast this card from exile without paying its mana cost.)
|
||||
[/card]
|
||||
[card]
|
||||
name=Sustaining Spirit
|
||||
text=Cumulative upkeep {1}{W} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) -- Damage that would reduce your life total to less than 1 reduces it to 1 instead.
|
||||
mana={1}{W}
|
||||
type=Creature
|
||||
subtype=Angel Spirit
|
||||
power=0
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Sutured Ghoul
|
||||
text=Trample -- As Sutured Ghoul enters the battlefield, exile any number of creature cards from your graveyard. -- Sutured Ghoul's power is equal to the total power of the exiled cards and its toughness is equal to their total toughness.
|
||||
mana={4}{B}{B}{B}
|
||||
@@ -18718,12 +18709,6 @@ mana={2}{B}{B}{B}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Worship
|
||||
text=If you control a creature, damage that would reduce your life total to less than 1 reduces it to 1 instead.
|
||||
mana={3}{W}
|
||||
type=Enchantment
|
||||
[/card]
|
||||
[card]
|
||||
name=Wort, the Raidmother
|
||||
text=When Wort, the Raidmother enters the battlefield, put two 1/1 red and green Goblin Warrior creature tokens onto the battlefield. -- Each red or green instant or sorcery spell you cast has conspire. (As you cast the spell, you may tap two untapped creatures you control that share a color with it. When you do, copy it and you may choose new targets for the copy.)
|
||||
mana={4}{RG}{RG}
|
||||
|
||||
Reference in New Issue
Block a user