Fixed issue531.
This commit is contained in:
@@ -412,6 +412,8 @@ quilled_sliver.txt
|
||||
rain_of_filth_i206.txt
|
||||
rain_of_filth_i283.txt
|
||||
rampant_growth.txt
|
||||
rancid_earth_with_threshold.txt
|
||||
rancid_earth_without_threshold.txt
|
||||
rancor.txt
|
||||
ray_of_command.txt
|
||||
ray_of_command_i176.txt
|
||||
|
||||
25
projects/mtg/bin/Res/test/rancid_earth_with_threshold.txt
Normal file
25
projects/mtg/bin/Res/test/rancid_earth_with_threshold.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
#Testing Rancid Earth without Treshold.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Rancid Earth
|
||||
inplay:Raging Goblin
|
||||
graveyard:Swamp,Swamp,Swamp,Swamp,Swamp,Swamp,Swamp
|
||||
life:20
|
||||
manapool:{1}{B}{B}
|
||||
[PLAYER2]
|
||||
inplay:Mountain,Lightning Elemental
|
||||
life:20
|
||||
[DO]
|
||||
Rancid Earth
|
||||
Mountain
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:Raging Goblin,Rancid Earth,Swamp,Swamp,Swamp,Swamp,Swamp,Swamp,Swamp
|
||||
manapool:{0}
|
||||
life:19
|
||||
[PLAYER2]
|
||||
graveyard:Lightning Elemental,Mountain
|
||||
life:19
|
||||
[END]
|
||||
27
projects/mtg/bin/Res/test/rancid_earth_without_threshold.txt
Normal file
27
projects/mtg/bin/Res/test/rancid_earth_without_threshold.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
#Testing Rancid Earth without Treshold.
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:Rancid Earth
|
||||
inplay:Raging Goblin
|
||||
graveyard:Swamp
|
||||
life:20
|
||||
manapool:{1}{B}{B}
|
||||
[PLAYER2]
|
||||
inplay:Mountain,Lightning Elemental
|
||||
life:20
|
||||
[DO]
|
||||
Rancid Earth
|
||||
Mountain
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Raging Goblin
|
||||
graveyard:Rancid Earth,Swamp
|
||||
manapool:{0}
|
||||
life:20
|
||||
[PLAYER2]
|
||||
inplay:Lightning Elemental
|
||||
graveyard:Mountain
|
||||
life:20
|
||||
[END]
|
||||
Reference in New Issue
Block a user