- Added MBS. 124 out of 155 could be added (that's over 80%).

- Added a test for livingweapon.

- Reverted one part of rev2975.
This commit is contained in:
solo81@web.de
2011-01-29 20:46:37 +00:00
parent 1c119f2ace
commit ac3b65995b
5 changed files with 2146 additions and 31 deletions
+1
View File
@@ -370,6 +370,7 @@ lightmine_field1.txt
lightmine_field2.txt
living_artifact_i169.txt
living_lands.txt
livingweapon.txt
lord_of_the_pit.txt
lord_of_the_pit2.txt
magma_spray.txt
@@ -0,0 +1,32 @@
#Testing Flayer Husk (keyword:livingweapon).
[INIT]
FIRSTMAIN
[PLAYER1]
hand:Flayer Husk
inplay:Fervor
manapool:{1}
life:20
[PLAYER2]
life:20
[DO]
Flayer Husk
next
#combatbegins
next
#attackers
Germ
next
#blockers
next
#combatdamage
next
#combatend
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Fervor,Flayer Husk,*
manapool:{0}
life:20
[PLAYER2]
life:19
[END]