added test for leyline of the void and rest in peace and darksteel colossus
This commit is contained in:
26
projects/mtg/bin/Res/test/leyline_of_the_void.txt
Normal file
26
projects/mtg/bin/Res/test/leyline_of_the_void.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
#Testing Leyline of the Void vs Darksteel Colossus and Black Sun's Zenith
|
||||
#Darksteel Colossus must be on owners library
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Leyline of the Void, Forbidden Orchard
|
||||
hand:Black Sun's Zenith
|
||||
manapool:{B}{B}{B}{B}{B}{B}{B}{B}{B}{B}{B}{B}{B}{B}
|
||||
[PLAYER2]
|
||||
inplay:Darksteel Colossus
|
||||
library:Mountain
|
||||
[DO]
|
||||
Forbidden Orchard
|
||||
choice 2
|
||||
Black Sun's Zenith
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Leyline of the Void, Forbidden Orchard
|
||||
library:Black Sun's Zenith
|
||||
manapool:{0}
|
||||
life:20
|
||||
[PLAYER2]
|
||||
library:Mountain, Darksteel Colossus
|
||||
life:20
|
||||
[END]
|
||||
23
projects/mtg/bin/Res/test/restinpeace.txt
Normal file
23
projects/mtg/bin/Res/test/restinpeace.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
#Testing Rest in Peace vs Disenchant
|
||||
#Rest in Peace should be exiled while Disenchant must be put
|
||||
#in the owner's graveyard..
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Rest in Peace
|
||||
hand:Disenchant
|
||||
manapool:{W}{W}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
Disenchant
|
||||
Rest in Peace
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
graveyard:Disenchant
|
||||
manapool:{0}
|
||||
exile:Rest in Peace
|
||||
life:20
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[END]
|
||||
Reference in New Issue
Block a user