JON4TH4N - added a few more cards + test script

This commit is contained in:
leungclj
2009-12-12 17:26:26 +00:00
parent b4e9541cb8
commit f84cd15c4b
9 changed files with 99 additions and 53 deletions
+1 -3
View File
@@ -106,7 +106,6 @@ belligerent_hatchling.txt
benalish_knight.txt
black_vise.txt
blessed_wine.txt
blight_sickle.txt
blinking_spirit.txt
bloodfire_colossus.txt
bloodhall_ooze.txt
@@ -288,6 +287,7 @@ reclusive_wight.txt
reclusive_wight2.txt
recover.txt
regal_force.txt
resounding_roar.txt
resurrection.txt
rhox_meditant.txt
rhox_meditant2.txt
@@ -352,8 +352,6 @@ wall_of_diffusion.txt
wall_of_diffusion2.txt
warren_instigator.txt
welkin_hawk.txt
whispersilk_cloak.txt
whispersilk_cloak2.txt
white_knight1.txt
windswept_heath.txt
wrath_of_god.txt
@@ -0,0 +1,28 @@
#Testing Cycling
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Resounding Roar
inplay:Runeclaw Bear
library:forest
manapool:{5}{R}{G}{W}
[PLAYER2]
[DO]
Resounding Roar
choice 1
Runeclaw Bear
next
next
Runeclaw Bear
next
next
next
[ASSERT]
combatend
[PLAYER1]
inplay:Runeclaw Bear
graveyard:Resounding Roar
hand:forest
[PLAYER2]
life:12
[END]