Psyringe - added some cards with zero activation cost: Blinking Spirit (ICE), Hyalopterous Lemure (ICE), Hopping Automaton (USG), Flowstone Hellion (STH), Viscid Lemures (TSP), Jodah's Avenger (PLC). Added couple of scripts to the test suite to make sure that the creatures work, and keep working.

This commit is contained in:
Psyyringe
2009-11-15 04:55:40 +00:00
parent 203967cb2f
commit 072c3d15d5
15 changed files with 177 additions and 74 deletions
@@ -0,0 +1,44 @@
#NAME: Jodah's Avenger
#DESC: Test whether the abilities
#DESC: can be chosen correctly
[INIT]
firstmain
[PLAYER1]
inplay:Jodah's Avenger,Mountain
hand:Shock
[PLAYER2]
inplay:Craw Wurm
[DO]
# Give Protection from Red
Jodah's Avenger
choice 1
# Give Shadow
Jodah's Avenger
choice 3
# Try to cast Shock on Jodah's Avenger
# Shouldn't work if it gained Protection from Red
Mountain
Shock
Jodah's Avenger
# Cast Shock on Craw Wurm instead
Craw Wurm
next
next
# select attacker
Jodah's Avenger
choice 0
next
# Try to block with non-shadow creature
# Shouldn't work if Avenger really gained Shadow
Craw Wurm
next
next
[ASSERT]
combatend
[PLAYER1]
inplay:Jodah's Avenger,Mountain
graveyard:Shock
[PLAYER2]
inplay:Craw Wurm
life:18
[END]