- Completed code for Helm of Kaldra.

- Added Kaldra token (keyword:"newtarget" --> rev2922).

- Added test for Kaldra.
This commit is contained in:
solo81@web.de
2011-01-29 16:05:01 +00:00
parent 11dc8ac671
commit 5e4902c229
4 changed files with 49 additions and 6 deletions
+1
View File
@@ -340,6 +340,7 @@ jodahs_avenger.txt
juggernaut.txt
jump.txt
juniper_order_ranger.txt
kaldra.txt
karns_touch_i233.txt
keldon_warlord.txt
keldon_warlord2.txt
+31
View File
@@ -0,0 +1,31 @@
#Testing Kaldra token (keyword:newtarget).
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Fervor,Sword of Kaldra,Shield of Kaldra,Helm of Kaldra
manapool:{1}
life:20
[PLAYER2]
life:20
[DO]
Helm of Kaldra
next
#combatbegins
next
#attackers
Kaldra
next
#blockers
next
#combatdamage
next
#combatend
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Fervor,Sword of Kaldra,Shield of Kaldra,Helm of Kaldra,Kaldra
manapool:{0}
life:20
[PLAYER2]
life:11
[END]