test script for unearth - pass
This commit is contained in:
@@ -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
|
||||
|
||||
29
projects/mtg/bin/Res/test/unearth1.txt
Normal file
29
projects/mtg/bin/Res/test/unearth1.txt
Normal file
@@ -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]
|
||||
30
projects/mtg/bin/Res/test/unearth2.txt
Normal file
30
projects/mtg/bin/Res/test/unearth2.txt
Normal file
@@ -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]
|
||||
Reference in New Issue
Block a user