-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Example of this issue is Treat Wounds action/macro from PF2e system. The macro asks for a D20 roll, then rolls a number of D8s depending on result of the D20 roll. Currently Unfulfilled Rolls will prompt for a manual roll for the initial D20, but then rolls the D8s virtually despite having D8 selected as a manual roll.
Another example of this issue is a macro that rolls as flat check D20 for concealment or something prior to rolling a D20 again for the to-hit check. The first D20 manual roll works and prompts for the input. Then the to-hit D20 roll is neither rolled virtually nor prompts for a manual D20 input, It simply eats the second rolls completely without any prompts.
I believe this is different that the issues from DnD 5E in which multiple "chained" rolls prompt multiple times and create a UX issue/annoyance. This issue with PF2e simply makes the rolls unplayable since the consecutive rolls are simply not rolled nor prompted for at all in some cases.