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:
solo81@web.de
2010-09-01 23:37:18 +00:00
parent a789cd4d08
commit d47b6fd4ec
9 changed files with 879 additions and 914 deletions
+20
View File
@@ -0,0 +1,20 @@
#Testing alternative casting cost (Example: Vine Dryad)
[init]
firstmain
[player1]
hand:Vine Dryad,Grizzly Bears
manapool:{0}
[player2]
[do]
Vine Dryad
choice 0
Grizzly Bears
[ASSERT]
firstmain
[PLAYER1]
inplay:Vine Dryad
exile:Grizzly Bears
manapool:{0}
[PLAYER2]
life:20
[END]