Readded Mephidross Vampire.
Added a few tests.
This commit is contained in:
@@ -212,6 +212,7 @@ drain_life.txt
|
||||
dream_fracture_i142.txt
|
||||
drift_of_the_dead.txt
|
||||
dromad_purebred.txt
|
||||
dross_golem.txt
|
||||
dross_harvester.txt
|
||||
duskwalker.txt
|
||||
dust_corona.txt
|
||||
@@ -311,6 +312,7 @@ juniper_order_ranger.txt
|
||||
karns_touch_i233.txt
|
||||
keldon_warlord.txt
|
||||
keldon_warlord2.txt
|
||||
khalni_hydra.txt
|
||||
kird_ape.txt
|
||||
kjeldoran_frostbeast1.txt
|
||||
kjeldoran_frostbeast2_i167.txt
|
||||
@@ -347,6 +349,7 @@ maze_of_ith.txt
|
||||
meekstone.txt
|
||||
memnarch.txt
|
||||
memory_erosion.txt
|
||||
mephidross_vampire.txt
|
||||
millstone.txt
|
||||
mirri_the_cursed.txt
|
||||
mirri_the_cursed2_i284.txt
|
||||
@@ -393,6 +396,7 @@ rampant_growth.txt
|
||||
rancor.txt
|
||||
ray_of_command.txt
|
||||
ray_of_command_i176.txt
|
||||
razor_golem.txt
|
||||
reclusive_wight.txt
|
||||
reclusive_wight2.txt
|
||||
recover.txt
|
||||
|
||||
18
projects/mtg/bin/Res/test/dross_golem.txt
Normal file
18
projects/mtg/bin/Res/test/dross_golem.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
#Testing Dross Golem (keyword:AFFINITYSWAMP)
|
||||
#Affinity for swamps (This spell costs {1} less to cast for each swamp you control.)
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Swamp,Swamp,Swamp,Swamp
|
||||
hand:Dross Golem
|
||||
manapool:{1}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Dross Golem
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Swamp,Swamp,Swamp,Swamp,Dross Golem
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
18
projects/mtg/bin/Res/test/khalni_hydra.txt
Normal file
18
projects/mtg/bin/Res/test/khalni_hydra.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
#Testing Khalni Hydra (keyword:AFFINITYGREENCREATURES)
|
||||
#Affinity for swamps (This spell costs {G} less to cast for each green creature you control.)
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Grizzly Bears,Grizzly Bears,Grizzly Bears,Grizzly Bears
|
||||
hand:Khalni Hydra
|
||||
manapool:{G}{G}{G}{G}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Khalni Hydra
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Grizzly Bears,Grizzly Bears,Grizzly Bears,Grizzly Bears,Khalni Hydra
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
44
projects/mtg/bin/Res/test/mephidross_vampire.txt
Normal file
44
projects/mtg/bin/Res/test/mephidross_vampire.txt
Normal file
@@ -0,0 +1,44 @@
|
||||
#Testing Mephidross Vampire.
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
inplay:Mephidross Vampire,Hill Giant
|
||||
[PLAYER2]
|
||||
inplay:Grizzly Bears
|
||||
life:20
|
||||
[DO]
|
||||
Hill Giant
|
||||
next
|
||||
Grizzly Bears
|
||||
next
|
||||
next
|
||||
#combat end
|
||||
next
|
||||
#main 2
|
||||
eot
|
||||
eot
|
||||
#untap
|
||||
next
|
||||
#upkeep
|
||||
next
|
||||
#draw
|
||||
next
|
||||
#main
|
||||
next
|
||||
#combat
|
||||
next
|
||||
#attackers
|
||||
Hill Giant
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#damage
|
||||
next
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:Mephidross Vampire,Hill Giant
|
||||
[PLAYER2]
|
||||
graveyard:Grizzly Bears
|
||||
life:16
|
||||
[END]
|
||||
18
projects/mtg/bin/Res/test/razor_golem.txt
Normal file
18
projects/mtg/bin/Res/test/razor_golem.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
#Testing Razor Golem (keyword:AFFINITYPLAINS)
|
||||
#Affinity for artifacts (This spell costs {1} less to cast for each artifact you control.)
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Plains,Plains,Plains,Plains,Plains
|
||||
hand:Razor Golem
|
||||
manapool:{1}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Razor Golem
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Plains,Plains,Plains,Plains,Plains,Razor Golem
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user