leungclj - test for Skullclamp

When equipped creature is put into a graveyard, draw two cards.
this will also trigger if equipped creature goes else where.
This commit is contained in:
leungclj
2010-07-16 12:05:02 +00:00
parent 352394cfd8
commit 9fb7114b43
3 changed files with 74 additions and 0 deletions

View File

@@ -400,6 +400,7 @@ skullcage4_i239.txt
skullcage5_i239.txt
skullcage6_i239.txt
skullcage7_i239.txt
skullclamp.txt
shepherd_of_rot.txt
shivan_hellkite.txt
shock.txt

View File

@@ -0,0 +1,36 @@
#Testing Skillclamp with unsummon cast on equiped creature
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{1}
inplay:Runeclaw Bear,Skullclamp
library:Mountain,Forest,Swamp
[PLAYER2]
inplay:Island
hand:Unsummon
[DO]
Skullclamp
Skullclamp
Runeclaw Bear
eot
next
#upkeeep
next
#draw
next
#firstmain
Island
Unsummon
Runeclaw Bear
[ASSERT]
firstmain
[PLAYER1]
life:20
inplay:Skullclamp
library:Mountain,Forest,Swamp
hand:Runeclaw Bear
[PLAYER2]
graveyard:Unsummon
inplay:Island
life:20
[END]

View File

@@ -0,0 +1,37 @@
#Testing Skillclamp basic funtion
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{1}
inplay:Runeclaw Bear,Skullclamp
library:Mountain,Forest,Swamp
[PLAYER2]
inplay:Grizzly Bears
[DO]
Skullclamp
Skullclamp
Runeclaw Bear
next
#begin
next
#attackers
Runeclaw Bear
next
#blocker
Grizzly Bears
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
life:20
graveyard:Runeclaw Bear
inplay:Skullclamp
hand:Forest,Swamp
library:Mountain
[PLAYER2]
graveyard:Grizzly Bears
life:20
[END]