Bug fixes and typos, Afterlife token macros
Wild Magic Surge had unbalanced parenthesis # Afterlife #AUTO_DEFINE _AFTERLIFETOKEN_ create(Spirit:Creature Spirit:1/1:white:black:flying) Kaya, Ghost Assassin was crashing the game Read the Bones "Edict like" effects should not target, so you can select creatures with shroud ALL test successful
This commit is contained in:
@@ -29270,7 +29270,7 @@ toughness=2
|
||||
[card]
|
||||
name=Diabolic Edict
|
||||
target=player
|
||||
auto=ability$!name(sacrifice) target(creature|mybattlefield) sacrifice!$ targetedplayer
|
||||
auto=ability$!name(sacrifice) notAtarget(creature|mybattlefield) sacrifice!$ targetedplayer
|
||||
text=Target player sacrifices a creature.
|
||||
mana={1}{B}
|
||||
type=Instant
|
||||
@@ -38088,7 +38088,7 @@ name=Extricator of Sin
|
||||
backside=Extricator of Flesh
|
||||
restriction=compare(isflipped)~equalto~0
|
||||
anyzone={0}:doubleside(backside)
|
||||
auto=may name(Sacrifice permanent) sacrifice target(*|mybattlefield) && token(Eldrazi Horror) controller
|
||||
auto=may name(Sacrifice permanent) sacrifice notAtarget(*|mybattlefield) && token(Eldrazi Horror) controller
|
||||
auto=@each upkeep restriction{delirium}:flip(backside)
|
||||
text=When Extricator of Sin enters the battlefield, you may sacrifice another permanent. If you do, put a 3/2 colorless Eldrazi Horror creature token onto the battlefield. -- Delirium -- At the beginning of your upkeep, if there are four or more card types among cards in your graveyard, transform Extricator of Sin. // Extricator of Flesh
|
||||
mana={2}{W}
|
||||
@@ -57412,7 +57412,7 @@ type=Enchantment
|
||||
[card]
|
||||
name=Imperial Edict
|
||||
target=opponent
|
||||
auto=ability$!name(sacrifice) target(creature|mybattlefield) destroy!$ targetedplayer
|
||||
auto=ability$!name(sacrifice) notAtarget(creature|mybattlefield) destroy!$ targetedplayer
|
||||
text=Target opponent chooses a creature he or she controls. Destroy it.
|
||||
mana={1}{B}
|
||||
type=Sorcery
|
||||
@@ -76475,8 +76475,8 @@ toughness=4
|
||||
[/card]
|
||||
[card]
|
||||
name=Morkrut Necropod
|
||||
auto=_ATTACKING_sacrifice target(other creature,land|mybattlefield)
|
||||
auto=@combat(blocking) source(this):sacrifice target(other creature,land|mybattlefield)
|
||||
auto=_ATTACKING_sacrifice notAtarget(other creature,land|mybattlefield)
|
||||
auto=@combat(blocking) source(this):sacrifice notAtarget(other creature,land|mybattlefield)
|
||||
text=Menace (This creature can't be blocked except by two or more creatures.) -- Whenever Morkrut Necropod attacks or blocks, sacrifice another creature or land.
|
||||
mana={5}{B}
|
||||
abilities=menace
|
||||
@@ -92697,7 +92697,7 @@ subtype=Arcane
|
||||
[card]
|
||||
name=Read the Bones
|
||||
aicode=activate transforms((,newability[draw:2 controller],newability[life:-2 controller])) oneshot
|
||||
auto=scry:2 scrycore delayed draw:2 controller && life:2 controller scrycoreend scryend
|
||||
auto=scry:2 scrycore delayed draw:2 controller && life:-2 controller scrycoreend scryend
|
||||
text=Scry 2, then draw two cards. You lose 2 life. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)
|
||||
mana={2}{B}
|
||||
type=Sorcery
|
||||
|
||||
Reference in New Issue
Block a user