Added a test for Celestial Sword, representing a small card group with complex "newability" structures.
This commit is contained in:
@@ -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
|
||||
|
||||
37
projects/mtg/bin/Res/test/celestial_sword.txt
Normal file
37
projects/mtg/bin/Res/test/celestial_sword.txt
Normal 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]
|
||||
Reference in New Issue
Block a user