Added One Dozen Eyes (the first card with Entwine in Wagic).

Added a test for One Dozen Eyes and Glimmervoid.
This commit is contained in:
solo81@web.de
2010-06-12 20:16:52 +00:00
parent 0b1fd9359f
commit 4176e1b286
4 changed files with 75 additions and 2 deletions
@@ -0,0 +1,32 @@
#Testing One Dozen Eyes (Entwine keyword)
[INIT]
FIRSTMAIN
[PLAYER1]
hand:One Dozen Eyes,Beast of Burden
inplay:Fervor
manapool:{11}{G}{G}{G}{G}
[PLAYER2]
life:20
[DO]
One Dozen Eyes
choice 0
Beast of Burden
next
#begin
next
#attackers
Beast of Burden
next
#blockers
next
#damage
[ASSERT]
COMBATDAMAGE
[PLAYER1]
inplay:Beast of Burden,*,*,*,*,*,*,Fervor
graveyard:One Dozen Eyes
manapool:{0}
life:20
[PLAYER2]
life:13
[END]