Added 66 successfully tested cards based on the last revisions. There are several cards groups in this package:
- 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.
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
#Testing Evoke (Briarhorn)
|
||||
[INIT]
|
||||
COMBATATTACKERS
|
||||
[PLAYER1]
|
||||
hand:Briarhorn
|
||||
inplay:Grizzly Bears
|
||||
manapool:{G}{G}
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
Briarhorn
|
||||
choice 0
|
||||
Grizzly Bears
|
||||
Grizzly Bears
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#combatdamage 2
|
||||
next
|
||||
#endofcombat 2
|
||||
[ASSERT]
|
||||
COMBATEND
|
||||
[PLAYER1]
|
||||
inplay:Grizzly Bears
|
||||
graveyard:Briarhorn
|
||||
manapool:{0}
|
||||
life:20
|
||||
[PLAYER2]
|
||||
life:15
|
||||
[END]
|
||||
Reference in New Issue
Block a user