Loom Engine - v3.1.1
    Preparing search index...

    Interface CheckNode

    interface CheckNode {
        type: "check";
        roll: ExprNode;
        dc: ExprNode;
        degrees: Record<string, DegreeBranch>;
    }
    Index

    Properties

    Properties

    type: "check"
    roll: ExprNode
    degrees: Record<string, DegreeBranch>