You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll look into adding this in in the next major version; I'd put it in the next minor but due to the way the hit dice are stored separately with this system it does require a little more custom work.
The HP roll feature is currently not available for the A5e system, presumably because the module cannot determine how to roll hit points.
The A5e system does not record a hit die formula. Rather, it stores separate hit dice and CON mod.
actor.data.data.attributes.hitDice (e.g., hitDice.d10.total)
actor.data.data.abilities.con.check.mod
Formula: (roll each set of hitDice) + (CON check * hitDice.total)
Check for non-zero hitDice, roll each and sum total, add Con bonus.
The text was updated successfully, but these errors were encountered: