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:
20
projects/mtg/bin/Res/test/Glimmervoid.txt
Normal file
20
projects/mtg/bin/Res/test/Glimmervoid.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
#Testing Glimmervoid
|
||||
[INIT]
|
||||
SECONDMAIN
|
||||
[PLAYER1]
|
||||
inplay:Swamp,Glimmervoid,Bottle Gnomes
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
Bottle Gnomes
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
CLEANUP
|
||||
[PLAYER1]
|
||||
inplay:Swamp
|
||||
graveyard:Glimmervoid,Bottle Gnomes
|
||||
life:23
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[END]
|
||||
32
projects/mtg/bin/Res/test/OneDozenEyes.txt
Normal file
32
projects/mtg/bin/Res/test/OneDozenEyes.txt
Normal file
@@ -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]
|
||||
@@ -244,6 +244,7 @@ ghost_warden.txt
|
||||
glen_elendra_archmage_i222.txt
|
||||
giant_growth.txt
|
||||
giant_growth2.txt
|
||||
Glimmervoid.txt
|
||||
glimpse_the_unthinkable.txt
|
||||
gnarled_effigy.txt
|
||||
gnat_alley_creeper1.txt
|
||||
@@ -334,6 +335,7 @@ northern_paladin.txt
|
||||
northern_paladin2.txt
|
||||
Nyxathid.txt
|
||||
ondu_cleric.txt
|
||||
OneDozenEyes.txt
|
||||
orcish_artillery.txt
|
||||
orcish_lumberjack.txt
|
||||
overrun.txt
|
||||
|
||||
Reference in New Issue
Block a user