- fix for issue 301 (creatures go to graveyard)
- This adds an important change to "movedTo", which now accepts a "full" target description in both "from" and "movedTo". The point is that a card does not move to "creature|graveyard" from "battlefield" but moves from "creature|battlefield" to "graveyard".
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-21 14:12:11 +00:00
parent 0948dc611a
commit 3edc364d8e
19 changed files with 58 additions and 49 deletions
+3 -3
View File
@@ -397,7 +397,7 @@ rarity=U
mana={3}{B}
auto=@next my endofturn:bury
auto=@next my endofturn:life:-8 controller
auto=@movedto(* other|graveyard):moveto(opponentBattlefield)
auto=@movedto(graveyard) from(* other|*):moveto(opponentBattlefield)
type=Enchantment
[/card]
[card]
@@ -540,8 +540,8 @@ toughness=1
[/card]
[card]
text=When a creature you control is put into a graveyard from the battlefield, sacrifice Promise of Bunrei. If you do, put four 1/1 colorless Spirit creature tokens onto the battlefield.
auto=@movedto(creature|graveyard) from(myBattlefield):token(Spirit,Creature Spirit,1/1,)*4
auto=@movedto(creature|graveyard) from(myBattlefield):bury
auto=@movedto(graveyard) from(creature|myBattlefield):token(Spirit,Creature Spirit,1/1,)*4
auto=@movedto(graveyard) from(creature|myBattlefield):bury
id=84376
name=Promise of Bunrei
rarity=R