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
So in Pathfinder 1e we have 3 conditions when hitpoints reach certain numbers.
HP = 0 for disabled
HP < 0 for dying
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.
The text was updated successfully, but these errors were encountered:
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.
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:
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.
So in Pathfinder 1e we have 3 conditions when hitpoints reach certain numbers.
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.
The text was updated successfully, but these errors were encountered: