Karlinator / roll20-character-sheets

My fork of the Roll20 characters sheets. Used for developing the Stars Without Number: Revised sheet. My code here: https://github.com/Karlinator/roll20-character-sheets/tree/master/Stars_Without_Number_Revised
MIT License
1 stars 3 forks source link

Change the `Hit Points` button to do the correct thing when the Heroic option is chosen #54

Closed svmnotn closed 5 years ago

svmnotn commented 5 years ago

It would be nice if when the heroic option is chosen the Hit Points text button would do the correct math, as Heroic characters don't roll HP so much as just max out the dice and then half the total.

I've been using this on my campaigns: ceil(([[6*@{level}]] [Level] + [[@{level}*@{con_bonus}]] [Con] + [[@{level}*?{Per Level Bonus|0}]] [Bonus])/2) so that the players don't have to do the math.

Karlinator commented 5 years ago

This seems to have been mostly overlooked when either Heroic support or the HP button was added. Will look into it.

Karlinator commented 5 years ago

Done as part of v2.4.0