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

Expand check:total:natural to more Rule Elements #15457

Open
MrVauxs opened this issue Jul 16, 2024 · 1 comment · May be fixed by #14960
Open

Expand check:total:natural to more Rule Elements #15457

MrVauxs opened this issue Jul 16, 2024 · 1 comment · May be fixed by #14960

Comments

@MrVauxs
Copy link
Contributor

MrVauxs commented Jul 16, 2024

A suggestion to expand the pre-existing check:total:natural roll options that are only available on AdjustDegreeOfSuccess elements to also apply to other REs, primarily Notes and FlatModifiers.

This would be great automation for abilities that trigger off of rolling a "natural" number, such as a nat 1 (check:total:natural:1).

There is an example of Paizo abilities using natural dice results as well, Ageless Patience, currently handled manually and appearing on all rolls regardless of result.

@MrVauxs MrVauxs changed the title Roll Options for D20 Dice Result Expand check:total:natural to more Rule Elements Jul 16, 2024
@n1xx1
Copy link
Contributor

n1xx1 commented Aug 2, 2024

Maybe I'm wrong, but it feels like this should be doable with AdjustDegreeOfSuccess already without the Note.

{
    "key": "AdjustDegreeOfSuccess",
    "selector": "skill-check",
    "predicate": [
        "ageless-patience",
        "check:total:natural:1",
        { "not": { "lte": ["check:total:delta", -10] } }
    ],
    "adjustment": { "criticalFailure": "to-failure" }
}

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