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:
@@ -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]
|
||||
Reference in New Issue
Block a user