Added 18 successfully tested cards based on rev2155.

Card list -> first comment

- Added tests for "lifeset" (Biorhythm,Blessed Wind)

- Removed test for Hope Charm.

- Optimized all cards with life payment as activation cost or mana cost.

- Optimized all spells with a must choice.
This commit is contained in:
solo81@web.de
2010-08-08 23:52:34 +00:00
parent ab88dfcda9
commit a3376bf08c
6 changed files with 353 additions and 283 deletions
@@ -0,0 +1,19 @@
#NAME: Blessed Wind
#DESC: Target player's life total becomes 20.
[INIT]
firstmain
[PLAYER1]
hand:Blessed Wind
manapool:{7}{W}{W}
life:10
[PLAYER2]
[DO]
Blessed Wind
p1
[ASSERT]
firstmain
[PLAYER1]
graveyard:Blessed Wind
life:20
[PLAYER2]
[END]