Body, Mind & Soul — API Reference
    Preparing search index...
    rollCheck: {
        allowedTargetScopes: string[];
        configPartial: string;
        evaluate: (cond: any, context: any) => Promise<boolean>;
        hooks: string[];
    }

    True when the target's attribute roll meets the DC formula evaluated against the owner. config = { attribute, op, formula } attribute — key of the attribute/vector the target rolls op — comparison operator (>=, >, <=, <, =, !=) formula — DC expression evaluated against the owner's data; supports {{draw}}, {Willpower},

    Type Declaration

    • allowedTargetScopes: string[]
    • configPartial: string
    • evaluate: (cond: any, context: any) => Promise<boolean>
    • hooks: string[]