Jonathan - some random update + my first edition on MTGAbility.cpp + not tested Cruel Tutor (POR), I hope it doesn't shuffle after the card is put on to the top of the library.....

This commit is contained in:
leungclj
2009-07-26 08:00:23 +00:00
parent 94e199d92a
commit cd040a51ec
13 changed files with 35 additions and 47 deletions

View File

@@ -1103,6 +1103,8 @@ toughness=2
[/card]
[card]
text=At the beginning of your upkeep, you draw X cards and you lose X life, where X is the number of Zombies you control.
auto=@each my upkeep:foreach(zombie|myinplay) draw:1
auto=@each my upkeep:foreach(zombie|myinplay) life:-1
id=135256
name=Graveborn Muse
rarity=R
@@ -2663,6 +2665,8 @@ toughness=2
[/card]
[card]
text=Each player loses 1 life for each creature he or she controls.
auto=foreach(creature|opponentinplay) life:-1 opponent
auto=foreach(creature|myinplay) life:-1 controller
id=135197
name=Stronghold Discipline
rarity=U