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

    Type Alias ExplodeNode

    ExplodeNode: NodeSpan & {
        target: ASTNode;
        threshold?: ComparePoint;
        type: "Explode";
        variant: "standard" | "compound" | "penetrating";
    }

    Exploding dice node (!, !!, !p, !>Y). Wraps a dice expression with a standard, compounding, or penetrating explosion. An absent threshold means "explode on the die's maximum face".