Fixed Buried Alive.
Moved Reiver Demon to mtg_todo.dat. This card can only work after some engine fixing... .
This commit is contained in:
@@ -28758,6 +28758,18 @@ mana={2}
|
|||||||
type=Artifact
|
type=Artifact
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
#####Never worked! Needs some engine fixing....
|
||||||
|
name=Reiver Demon
|
||||||
|
abilities=flying
|
||||||
|
auto=@movedTo(this|myBattlefield) from(mystack):destroy all(creature[-black;-artifact])
|
||||||
|
text=Flying -- When Reiver Demon enters the battlefield, if you cast it from your hand, destroy all nonartifact, nonblack creatures. They can't be regenerated.
|
||||||
|
mana={4}{B}{B}{B}{B}
|
||||||
|
type=Creature
|
||||||
|
subtype=Demon
|
||||||
|
power=6
|
||||||
|
toughness=6
|
||||||
|
[/card]
|
||||||
|
[card]
|
||||||
name=Rekindled Flame
|
name=Rekindled Flame
|
||||||
target=creature,player
|
target=creature,player
|
||||||
text=Rekindled Flame deals 4 damage to target creature or player. -- At the beginning of your upkeep, if an opponent has no cards in hand, you may return Rekindled Flame from your graveyard to your hand.
|
text=Rekindled Flame deals 4 damage to target creature or player. -- At the beginning of your upkeep, if an opponent has no cards in hand, you may return Rekindled Flame from your graveyard to your hand.
|
||||||
|
|||||||
@@ -6142,9 +6142,9 @@ type=Sorcery
|
|||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Buried Alive
|
name=Buried Alive
|
||||||
target=*|myLibrary
|
target=creature|myLibrary
|
||||||
auto=moveto(mygraveyard)
|
auto=moveto(mygraveyard)
|
||||||
auto=may moveto(mygraveyard) target(*|myLibrary)
|
auto=may moveto(mygraveyard) target(creature|myLibrary)
|
||||||
auto=token(-1111115)
|
auto=token(-1111115)
|
||||||
text=Search your library for up to three creature cards and put them into your graveyard. Then shuffle your library.
|
text=Search your library for up to three creature cards and put them into your graveyard. Then shuffle your library.
|
||||||
mana={2}{B}
|
mana={2}{B}
|
||||||
@@ -6153,7 +6153,7 @@ type=Sorcery
|
|||||||
[card]
|
[card]
|
||||||
name=3rd Creature Buried Alive
|
name=3rd Creature Buried Alive
|
||||||
auto=counter(0/0,1,Buried Alive)
|
auto=counter(0/0,1,Buried Alive)
|
||||||
auto=@movedTo(creature|mygraveyard) from(myLibrary):thisforeach(counter{0/0.1.Buried Alive}>0) may moveto(mygraveyard) target(*|myLibrary) && counter(0/0,-1,Buried Alive) && counter(0/0,1,Bury)
|
auto=@movedTo(creature|mygraveyard) from(myLibrary):thisforeach(counter{0/0.1.Buried Alive}>0) may moveto(mygraveyard) target(creature|myLibrary) && counter(0/0,-1,Buried Alive) && counter(0/0,1,Bury)
|
||||||
auto=thisforeach(counter{0/0.1.Bury}>0) bury
|
auto=thisforeach(counter{0/0.1.Bury}>0) bury
|
||||||
id=-1111115
|
id=-1111115
|
||||||
type=Nothing
|
type=Nothing
|
||||||
@@ -35454,17 +35454,6 @@ id=-1111135
|
|||||||
type=Nothing
|
type=Nothing
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
name=Reiver Demon
|
|
||||||
abilities=flying
|
|
||||||
auto=@movedTo(this|myBattlefield) from(mystack):destroy all(creature[-black;-artifact])
|
|
||||||
text=Flying -- When Reiver Demon enters the battlefield, if you cast it from your hand, destroy all nonartifact, nonblack creatures. They can't be regenerated.
|
|
||||||
mana={4}{B}{B}{B}{B}
|
|
||||||
type=Creature
|
|
||||||
subtype=Demon
|
|
||||||
power=6
|
|
||||||
toughness=6
|
|
||||||
[/card]
|
|
||||||
[card]
|
|
||||||
name=Rejuvenate
|
name=Rejuvenate
|
||||||
auto=life:6
|
auto=life:6
|
||||||
autohand={2}:cycling
|
autohand={2}:cycling
|
||||||
|
|||||||
Reference in New Issue
Block a user