Added 10 successfully tested cards with Devour.

Added a test script creatures with Devour.

Card list -> First comment
This commit is contained in:
solo81@web.de
2010-05-12 22:02:14 +00:00
parent 998e17ef25
commit 1e25fc44d4
4 changed files with 248 additions and 0 deletions
+1
View File
@@ -423,6 +423,7 @@ thallid.txt
thellon_of_havenwood.txt
threaten.txt
throne_of_bone.txt
thunder-thrash_elder.txt
titanic_ultimatum.txt
torture.txt
tranquil_domain.txt
@@ -0,0 +1,33 @@
#Testing Devour ability (Example: Thunder-Thrash Elder)
[init]
firstmain
[player1]
hand:Thunder-Thrash Elder
inplay:fervor,ornithopter,elvish berserker,grizzly bears
manapool:{2}{R}
[player2]
[do]
Thunder-Thrash Elder
choice 0
ornithopter
choice 0
elvish berserker
choice 1
next
#begin
next
#attackers
Thunder-Thrash Elder
next
#blockers
next
#damage
[ASSERT]
COMBATDAMAGE
[PLAYER1]
graveyard:ornithopter,elvish berserker
inplay:fervor,Thunder-Thrash Elder,grizzly bears
manapool:{0}
[PLAYER2]
life:13
[END]