doublewumpus
First Post
Hey guys, just got a message from [MENTION=33291]Kelvor Ravenstar[/MENTION] that the solo monster HP calculations in power2ool aren't correct. This is the formula that I use:
where alpha = 4 if level < 11 and 5 otherwise.
I can't find any errata mentioning a change to solo HP calculations, although I did find a discussion here. Is there a new, generally-accepted calculation?
PS: If there was a way to calculate solo HP without involving CON, that would be really great. It's easy for me to add to my formula, but confusing for users who probably forgot to specify sane ability scores. It also complicates level-adjustment calculations, since you have to take into account what the CON is going to be after the level adjustment.
Code:
HP_solo = alpha * (8 * (level + 1) + con)
where alpha = 4 if level < 11 and 5 otherwise.
I can't find any errata mentioning a change to solo HP calculations, although I did find a discussion here. Is there a new, generally-accepted calculation?
PS: If there was a way to calculate solo HP without involving CON, that would be really great. It's easy for me to add to my formula, but confusing for users who probably forgot to specify sane ability scores. It also complicates level-adjustment calculations, since you have to take into account what the CON is going to be after the level adjustment.
Last edited: