diff --git a/projects/mtg/bin/Res/sets/mtg_todo.dat b/projects/mtg/bin/Res/sets/mtg_todo.dat index 24832d9a9..cca1f67fd 100644 --- a/projects/mtg/bin/Res/sets/mtg_todo.dat +++ b/projects/mtg/bin/Res/sets/mtg_todo.dat @@ -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} diff --git a/projects/mtg/bin/Res/sets/primitives/borderline.txt b/projects/mtg/bin/Res/sets/primitives/borderline.txt index 569180568..b87c20c4e 100644 --- a/projects/mtg/bin/Res/sets/primitives/borderline.txt +++ b/projects/mtg/bin/Res/sets/primitives/borderline.txt @@ -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 diff --git a/projects/mtg/bin/Res/sets/primitives/mtg.txt b/projects/mtg/bin/Res/sets/primitives/mtg.txt index d416dcb9f..45e087c44 100644 --- a/projects/mtg/bin/Res/sets/primitives/mtg.txt +++ b/projects/mtg/bin/Res/sets/primitives/mtg.txt @@ -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