Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
epsilon7430 opened this issue Jun 10, 2022 · 3 comments
Open

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

epsilon7430 opened this issue Jun 10, 2022 · 3 comments
Labels
Suggestion/Feature Request New feature or request
Milestone

Comments

@epsilon7430
Copy link

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.

@Geekswordsman
Copy link
Collaborator

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 Geekswordsman added this to the v3.0 milestone Jul 22, 2022
@Geekswordsman Geekswordsman added the Suggestion/Feature Request New feature or request label Jul 22, 2022
@multiplenerdgasms
Copy link

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?

@Geekswordsman
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Suggestion/Feature Request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants