Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Raised as issue.
"A potion must be used when HP is equal to or less than 10, except on the first round"
But according this rule in the case where data = {"pHP": 5, "pATT": 9, "pDEF": 10, "pPOT": 38, "mHP": 300, "mATT": 8, "mDEF": 4}]
player takes 8 * 2 - 10 = 6 dmg and dies in first round.
I suppose, he can use potion on the first round?
spoiler flag, plz.
This comment is hidden because it contains spoiler information about the solution