Snugug / foundry-helpers

A collection of Foundry VTT helpers
MIT License
1 stars 0 forks source link

Macro: Tiered Difficulty Check and Pf2e system #2

Open galaara98 opened 2 years ago

galaara98 commented 2 years ago

When using Monk's Active Tile Trigger to request a Reflex Save in Pathfinder 2e system, fumble and critical are not doing anything in macro.

so the labels and the code in the labels is never being hit. It instead goes to the labels that the math matches (1+some bonus or 20+somebonus) note: it is not going to Both, as I have test code that pops scrolling text up for each scenario.

critical fumble <=14 15-23 24-33 >=34 labels: check fumble, check <=14, check 15-23, check 24-33, check >=34, check crit, check critical .... [note i did "check crit" and "check critical" because your documentation said "check crit", but it sure looks like the code would return "check critical"]

Snugug commented 2 years ago

(sorry for the delay here, life got in the way).

Sorry to hear this isn't working as expected! I'll take a look at this this weekend. I don't play PF2e so I'm not sure where this may differ from D&D5E which is what I had tested this on