JON4TH4N - added more cycling cards, added gempalm avenger and test script, it passed

This commit is contained in:
leungclj
2009-12-13 16:34:38 +00:00
parent d873b573f8
commit 1e503bc86e
6 changed files with 60 additions and 26 deletions

View File

@@ -201,6 +201,7 @@ force_of_nature2.txt
force_of_nature3.txt
fountain_of_youth.txt
gamble.txt
gempalm_avenger.txt
ghost_warden.txt
glen_elendra_archmage_i222.txt
giant_growth.txt

View File

@@ -0,0 +1,31 @@
#Testing Cycling + 2 lord effect + cycling
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Gempalm Avenger
library:forest
inplay:Ondu Cleric
manapool:{2}{W}
[PLAYER2]
inplay:Grizzly Bears
[DO]
choice 1
Gempalm Avenger
next
next
Ondu Cleric
next
Grizzly Bears
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Ondu Cleric
graveyard:Gempalm Avenger
hand:forest
[PLAYER2]
graveyard:Grizzly Bears
[END]