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

Request for PF1 System: Add additional "slots" to automark tokens #3

Open
Koalahund opened this issue Jan 24, 2022 · 2 comments
Open

Comments

@Koalahund
Copy link

Koalahund commented Jan 24, 2022

So in Pathfinder 1e we have 3 conditions when hitpoints reach certain numbers.

  1. HP = 0 for disabled
  2. HP < 0 for dying
  3. HP <= -constitution for dead

While it is possible to automark a token we can only choose one of them.
Would be nice if we can set at least 3 different conditions with different formulas.

@BadIdeasBureau
Copy link
Owner

This is something I would like to add when I have a fair chunk of development time to devote to it (since it would need me to learn a few new skills to implement it nicely), but that's not likely to be for a while.

In the meantime, the Combat Utility Belt module has a component called Triggler which can be used to define arbitrary numbers of triggers. https://github.com/death-save/combat-utility-belt/wiki/triggler

@Koalahund
Copy link
Author

Yeah, totally forgot about Combat Utility Belt when I found out that the "HP <= -constitution for dead" check wasn't possible.
So I thought lets try this mod.
Found out that I sadly can't check for negative constitution here aswell because "-data.abilites.con.total" is not a valid datapath and the field doesn't accept formulas.

Setup:
afebd237b4faac96bdb7f26fed0e0c43
Would need an extra setting to set the Static Value (B) result to a negative number while checked so a result of 10 would be -10 and the actor gets marked as dead at -10HP instead of at 10HP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants