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,21 @@
|
||||
#Testing alternative casting cost (Example: Vine Dryad)
|
||||
[init]
|
||||
firstmain
|
||||
[player1]
|
||||
hand:Fieldmist Borderpost
|
||||
inplay:Plains
|
||||
manapool:{1}
|
||||
[player2]
|
||||
[do]
|
||||
Fieldmist Borderpost
|
||||
choice 0
|
||||
Plains
|
||||
[ASSERT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
inplay:Fieldmist Borderpost
|
||||
hand:Plains
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[END]
|
||||
Reference in New Issue
Block a user