Added a test for Celestial Sword, representing a small card group with complex "newability" structures.

This commit is contained in:
solo81@web.de
2011-05-08 13:51:30 +00:00
parent f8406e9de2
commit 465163cf3b
2 changed files with 38 additions and 0 deletions

View File

@@ -182,6 +182,7 @@ castle.txt
cathodion.txt
celestial_mantle.txt
celestial_purge.txt
celestial_sword.txt
chainbreaker.txt
circle_of_protection.txt
circle_of_protection_i211.txt

View File

@@ -0,0 +1,37 @@
#Testing Celestial Sword. It has a complex "newability"
[INIT]
FIRSTMAIN
[PLAYER1]
hand:shock
inplay:Celestial Sword,grizzly bears
manapool:{3}{R}
[PLAYER2]
life:20
[DO]
Celestial Sword
Grizzly Bears
Shock
Grizzly Bears
next
#begin
next
#attackers
Grizzly Bears
next
#blockers
next
#damage
eot
eot
next
next
next
[ASSERT]
FIRSTMAIN
[PLAYER1]
inplay:Celestial Sword
graveyard:Grizzly Bears,Shock
manapool:{0}
[PLAYER2]
life:15
[END]