Files
wagic/projects/mtg/bin/Res/test/generic/cycling2.txt
leungclj f35ec32653 JON4TH4N - added a few cards with attach, need testing, new daily_build please.
- also need to test equipment a bit more, think I found a bug.
-test script for Resounding Thunder
2009-12-13 12:29:47 +00:00

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]