roll-parser - v3.0.0-beta.0
    Preparing search index...

    Type Alias SuccessCountNode

    SuccessCountNode: NodeSpan & {
        failThreshold?: ComparePoint;
        target: ASTNode;
        threshold: ComparePoint;
        type: "SuccessCount";
    }

    Success counting node (>=T, >T, <T, <=T, =T, with optional f=F).

    Transforms a dice pool into a success count: each die meeting threshold adds +1, each die meeting failThreshold subtracts 1. Terminal — a SuccessCountNode may not be wrapped by any postfix modifier, binary operator, unary operator, versus operand, or function argument. The failThreshold accepts any CompareOp; bare fN defaults to operator: '='.