Psyringe - added some test scripts for 5DN equipment. Also found some differences between my local version and the recently uploaded one and merged those.

This commit is contained in:
Psyyringe
2009-12-13 18:21:10 +00:00
parent 9ecf7afad1
commit 5b38c6b6a3
6 changed files with 159 additions and 59 deletions
@@ -0,0 +1,26 @@
#NAME: Cranial Plating
#DESC: Checks the card's main effect:
#DESC: "Equipped creature gets +1/+0 for each
#DESC: artifact you control."
#DESC: Also verifies that the "attach" command
#DESC: works outside of a main phase.
[INIT]
combatattackers
[PLAYER1]
inplay:Cranial Plating,Grizzly Bears,Rod of Ruin
hand:Swords to Plowshares
manapool:{W}{B}{B}
[PLAYER2]
[DO]
Cranial Plating
Grizzly Bears
Swords to Plowshares
Grizzly Bears
[ASSERT]
combatattackers
[PLAYER1]
inplay:Cranial Plating,Rod of Ruin
graveyard:Swords to Plowshares
life:24
[PLAYER2]
[END]