diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index fb6efabf4..439a76110 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -428,6 +428,8 @@ torture.txt tranquil_domain.txt twitch.txt underworld_dreams.txt +unearth1.txt +unearth2.txt unstable_mutation.txt unstable_mutation2.txt unwilling_recruit.txt diff --git a/projects/mtg/bin/Res/test/unearth1.txt b/projects/mtg/bin/Res/test/unearth1.txt new file mode 100644 index 000000000..54661cc70 --- /dev/null +++ b/projects/mtg/bin/Res/test/unearth1.txt @@ -0,0 +1,29 @@ +#Testing Unearth - text=Unearth {B} ({B}: Return this card from your graveyard to the battlefield. +#It gains haste. Exile it at the beginning of the next end step or if it would +#leave the battlefield. Unearth only as a sorcery.) +#test1- testing if it works. +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Dregscape Zombie,129754 +[PLAYER2] +inplay:Grizzly Bears +[DO] +next +next +Dregscape Zombie +next +Grizzly Bears +next +next +next +129754 +Dregscape Zombie +[ASSERT] +SECONDMAIN +[PLAYER1] +inplay:Dregscape Zombie Unearthed,129754 +[PLAYER2] +graveyard:Grizzly Bears +life:20 +[END] \ No newline at end of file diff --git a/projects/mtg/bin/Res/test/unearth2.txt b/projects/mtg/bin/Res/test/unearth2.txt new file mode 100644 index 000000000..a8299b406 --- /dev/null +++ b/projects/mtg/bin/Res/test/unearth2.txt @@ -0,0 +1,30 @@ +#Testing Unearth - text=Unearth {B} ({B}: Return this card from your graveyard to the battlefield. +#It gains haste. Exile it at the beginning of the next end step or if it would +#leave the battlefield. Unearth only as a sorcery.) +#test2- testing if it only works as a sorcery, by playing the ability other than main phase. +[INIT] +FIRSTMAIN +[PLAYER1] +inplay:Dregscape Zombie,129754 +[PLAYER2] +inplay:Grizzly Bears +[DO] +next +next +Dregscape Zombie +next +Grizzly Bears +next +next +129754 +Dregscape Zombie +next +[ASSERT] +SECONDMAIN +[PLAYER1] +graveyard:Dregscape Zombie +inplay:129754 +[PLAYER2] +graveyard:Grizzly Bears +life:20 +[END] \ No newline at end of file