- also need to test equipment a bit more, think I found a bug. -test script for Resounding Thunder
25 lines
501 B
Plaintext
25 lines
501 B
Plaintext
#Testing Cycling + extra abilities
|
|
#Nornamlly, this will deal 3 damage
|
|
#but When you cycle Resounding Thunder
|
|
#it deals 6 damage to target creature or player.
|
|
#player 2 controlls a 6 toughness creature
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Resounding Thunder
|
|
library:forest
|
|
manapool:{5}{B}{R}{G}
|
|
[PLAYER2]
|
|
inplay:Nim Grotesque
|
|
[DO]
|
|
Resounding Thunder
|
|
choice 1
|
|
Nim Grotesque
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
graveyard:Resounding Thunder
|
|
hand:forest
|
|
[PLAYER2]
|
|
graveyard:Nim Grotesque
|
|
[END] |