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

    Type Alias SortNode

    SortNode: NodeSpan & {
        order: "ascending" | "descending";
        target: ASTNode;
        type: "Sort";
    }

    Sort modifier node (s, sa, sd).

    Cosmetically reorders the dice produced by target in ascending or descending order. Purely visual — does not affect total, successes/failures, or any die-level flag (kept/dropped/ critical/fumble). Dropped dice retain their dropped flag and appear in sorted position alongside kept dice.