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:
@@ -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]
|
||||
Reference in New Issue
Block a user