Files
wagic/projects/mtg/bin/Res/test/generic/cycling2.txt
solo81@web.de e9139bedab Readded the new code for Resounding Roar and Resounding Thunder.
Their code was just fine and 100% accurate in concerns with the official rules.

The tests 'cycling2' and 'resounding_roar' occured because of a missing 'choice 0'. Now, the test suite passes.
2011-11-17 18:56:24 +00:00

26 lines
511 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
choice 0
Nim Grotesque
[ASSERT]
FIRSTMAIN
[PLAYER1]
graveyard:Resounding Thunder
hand:forest
[PLAYER2]
graveyard:Nim Grotesque
[END]