token-mold icon indicating copy to clipboard operation
token-mold copied to clipboard

[FEATURE] A5e System Support (specifically HP rolling feature)

Open epsilon7430 opened this issue 2 years ago • 3 comments

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.

epsilon7430 avatar Jun 10 '22 16:06 epsilon7430

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.

Geekswordsman avatar Jul 22 '22 12:07 Geekswordsman

Wasn't sure if it was worth making a new post for this, but are there any plans to implement rolling of Pathfinder 1e hit dice?

multiplenerdgasms avatar Sep 06 '22 10:09 multiplenerdgasms

I would make a new post with the request and I can see about doing it!

Geekswordsman avatar Sep 07 '22 00:09 Geekswordsman