Psyringe - last batch of test scripts from the wiki / forum / bugtracker cleanup. Wiki and bugtracker are now completely up to date.
This commit is contained in:
25
projects/mtg/bin/Res/test/generic/trample.txt
Normal file
25
projects/mtg/bin/Res/test/generic/trample.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
#NAME: Trample
|
||||
#DESC: Simple Trample test.
|
||||
#DESC: Relies on Trample default damage as
|
||||
#DESC: calculated in the combatdamage step.
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Crash of Rhinos
|
||||
[PLAYER2]
|
||||
inplay:Grizzly Bears
|
||||
[DO]
|
||||
Crash of Rhinos
|
||||
next
|
||||
Grizzly Bears
|
||||
next
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
combatend
|
||||
[PLAYER1]
|
||||
inplay:Crash of Rhinos
|
||||
[PLAYER2]
|
||||
graveyard:Grizzly Bears
|
||||
life:14
|
||||
[END]
|
||||
@@ -0,0 +1,26 @@
|
||||
#NAME: Trample vs indestructible defender
|
||||
#DESC: Tests whether the attacker can correctly
|
||||
#DESC: trample over an indestructible defender.
|
||||
#DESC: Relies on Trample default damage as
|
||||
#DESC: calculated in the combatdamage step.
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Crash of Rhinos
|
||||
[PLAYER2]
|
||||
inplay:Timber Protector,Timber Protector
|
||||
[DO]
|
||||
Crash of Rhinos
|
||||
next
|
||||
Timber Protector
|
||||
next
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
combatend
|
||||
[PLAYER1]
|
||||
graveyard:Crash of Rhinos
|
||||
[PLAYER2]
|
||||
inplay:Timber Protector,Timber Protector
|
||||
life:19
|
||||
[END]
|
||||
26
projects/mtg/bin/Res/test/generic/trample_vs_multiblock.txt
Normal file
26
projects/mtg/bin/Res/test/generic/trample_vs_multiblock.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
#NAME: Trample vs two blockers
|
||||
#DESC: Relies on Trample default damage as
|
||||
#DESC: calculated in the combatdamage step.
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Crash of Rhinos
|
||||
[PLAYER2]
|
||||
inplay:Scryb Sprites,Grizzly Bears
|
||||
[DO]
|
||||
Crash of Rhinos
|
||||
next
|
||||
Scryb Sprites
|
||||
Grizzly Bears
|
||||
next
|
||||
next
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
combatend
|
||||
[PLAYER1]
|
||||
inplay:Crash of Rhinos
|
||||
[PLAYER2]
|
||||
graveyard:Scryb Sprites,Grizzly Bears
|
||||
life:15
|
||||
[END]
|
||||
Reference in New Issue
Block a user