Files
wagic/projects/mtg/bin/Res/test/blessed_wind.txt
solo81@web.de a3376bf08c 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.
2010-08-08 23:52:34 +00:00

20 lines
264 B
Plaintext

#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]