diff --git a/projects/mtg/bin/Res/test/leyline_of_the_void.txt b/projects/mtg/bin/Res/test/leyline_of_the_void.txt new file mode 100644 index 000000000..48bf357b2 --- /dev/null +++ b/projects/mtg/bin/Res/test/leyline_of_the_void.txt @@ -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] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/restinpeace.txt b/projects/mtg/bin/Res/test/restinpeace.txt new file mode 100644 index 000000000..347121900 --- /dev/null +++ b/projects/mtg/bin/Res/test/restinpeace.txt @@ -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] \ No newline at end of file