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
+37
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]