PDA

View Full Version : How to not use average for HP on level up?



Speculi
August 13th, 2018, 18:01
Hi, I have a question regarding the added XP on level up.

Every time I level up a character by dragging its class entry on it again, the automated level up process adds HP to the characters max, but it is always (just) the average.

Average hit points for additional Barbarian level added to 'Test Char'. (8)

Can I change this behavior to roll for added HP? With the Barbarian it would be 1d12 (or 7) + const modifier. It always takes the 7.

Moon Wizard
August 13th, 2018, 18:28
It automatically adds the average; but does not do anything to automate manual rolling.

If you want to roll instead, just roll the dice in the interface, consult your CON modifier, and apply the difference to your hit points.

Regards,
JPG

Speculi
August 13th, 2018, 19:25
So there is no option to change the behavior, or deactivate it?

I will then undo the added average, roll dice myself and modify the max HP accordingly.

Thanks for the answer.

Zacchaeus
August 13th, 2018, 19:51
No there are no options. As Moon Wizard says roll a dice into chat and adjust the hp accordingly.

lostsanityreturned
August 15th, 2018, 21:42
So there is no option to change the behavior, or deactivate it?

I will then undo the added average, roll dice myself and modify the max HP accordingly.

Thanks for the answer.

No, with 5e rolling for health isn't even listed as an variant option to the best of my memory.
But, it isn't too hard to modify in program :)

If you really want to you could dig into the LUA code and make an extension to handle it. I might take a cursory glance at it myself tomorrow when I get a chance.
I still need to write an extension for the proficiency dice mechanic.

Speculi
August 16th, 2018, 20:35
Rolling for health looked to me like it would be the default, or at least on the same level as taking just the average of the dice.

From the Barbarian class description as an example:


Hit Points
Hit Dice: 1d12 per Barbarian level
Hit Points at 1st Level: 12 + your Constitution modifier
Hit Points at Higher Levels: 1d12 (or 7) + your Constitution modifier per barbarian level after 1st.


I'm new to 5e and FG, but we want to start our first campaign next week. I'm honestly not sure if we will actually go for rolling or just take the average rule anyway. I just thought there might be an option I missed to use this rule. I like to be prepared, before I ask my players.

To be honest, currently I don't have the time to look into learning the LUA API for FG. And it wouldn't be a big deal to adjust the values afterwards, if we decide to go for rolling. :)

Zacchaeus
August 16th, 2018, 20:40
It's optional (p15 of the PHB - Beyond 1st Level). Its just not an option that FG has.

lostsanityreturned
August 16th, 2018, 20:41
Rolling for health looked to me like it would be the default, or at least on the same level as taking just the average of the dice.


To be honest, currently I don't have the time to look into learning the LUA API for FG. And it wouldn't be a big deal to adjust the values afterwards, if we decide to go for rolling. :)

You are correct (I just looked in my book), my memory was off. It is listed as an equal option right along side of the average. You choose one method and go with it, accepting the results.

I would suggest having a bit of a fiddle around when you do get time, it is a mess but you can do some fun things with it :)

deer_buster
February 4th, 2019, 05:05
Had a problem with players forgetting to subtract the average first...so I created an extension to provide a GM set houserule option to turn this default behavior off.

https://www.fantasygrounds.com/forums/showthread.php?47796-5E-Average-HP-Option-v1&p=424924#post424924

AlphaDecay
February 4th, 2019, 13:01
Why do you have to subtract the average first, just apply the difference. If the average is 7 but you roll 5, just subtract 2.

deer_buster
February 4th, 2019, 14:09
Why do you have to subtract the average first, just apply the difference. If the average is 7 but you roll 5, just subtract 2.

Because apparently "complex" math is hard for some people ;)