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.
20 lines
264 B
Plaintext
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]
|