- Phantom creatures (Phantom Centaur, etc.) - Soratami - Cards with alternative casting cost (Force of Will) including almost all cards with EVOKE. - Creatures which let you look at target players hand. Added tests for several card groups. Fixed issue148. Bloodhall Ooze works now as it should.
31 lines
371 B
Plaintext
31 lines
371 B
Plaintext
#Testing prevent:*number* keyword.
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
hand:Lightning Bolt
|
|
manapool:{R}
|
|
inplay:phytohydra
|
|
[PLAYER2]
|
|
[DO]
|
|
Lightning Bolt
|
|
phytohydra
|
|
next
|
|
#begin
|
|
next
|
|
#attackers
|
|
phytohydra
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
next
|
|
#end combat
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
life:20
|
|
inplay:phytohydra
|
|
graveyard:Lightning Bolt
|
|
[PLAYER2]
|
|
life:16
|
|
[END] |