* fixed definition for Mephidross Vampire
* added Anowon, the Ruin Sage, the Ruin Sage as a borderline card since the card works as specified except that the player selects for the AI what card to sacrifice.
This commit is contained in:
@@ -572,15 +572,6 @@ mana={4}{G}
|
||||
type=Sorcery
|
||||
[/card]
|
||||
[card]
|
||||
name=Anowon, the Ruin Sage
|
||||
text=At the beginning of your upkeep, each player sacrifices a non-Vampire creature.
|
||||
mana={3}{B}{B}
|
||||
type=Legendary Creature
|
||||
subtype=Vampire Shaman
|
||||
power=4
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Antagonism
|
||||
text=At the beginning of each player's end step, Antagonism deals 2 damage to that player unless one of his or her opponents was dealt damage this turn.
|
||||
mana={3}{R}
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
grade=Borderline
|
||||
[card]
|
||||
name=Anowon, the Ruin Sage
|
||||
auto=@each my upkeep: moveTo(mygraveyard) notatarget(creature[-vampire]|myBattlefield)
|
||||
auto=@each my upkeep: moveTo(opponentgraveyard) notatarget(creature[-vampire]|opponentBattlefield)
|
||||
text=At the beginning of your upkeep, each player sacrifices a non-Vampire creature.
|
||||
mana={3}{B}{B}
|
||||
type=Legendary Creature
|
||||
subtype=Vampire Shaman
|
||||
power=4
|
||||
toughness=3
|
||||
[/card]
|
||||
[card]
|
||||
name=Autumn Willow
|
||||
abilities=opponentshroud,shroud
|
||||
auto={G}:-shroud
|
||||
|
||||
@@ -38992,7 +38992,7 @@ type=Instant
|
||||
name=Mephidross Vampire
|
||||
abilities=flying
|
||||
auto=@damaged(creature) from(creature|mybattlefield):all(trigger[from]) counter(1/1,1)
|
||||
auto=lord(creature) transforms(vampire)
|
||||
auto=lord(creature|myBattlefield) transforms(vampire)
|
||||
text=Flying -- Each creature you control is a Vampire in addition to its other creature types and has "Whenever this creature deals damage to a creature, put a +1/+1 counter on this creature."
|
||||
mana={4}{B}{B}
|
||||
type=Creature
|
||||
|
||||
Reference in New Issue
Block a user