Body, Mind & Soul — API Reference
    Preparing search index...
    modifyCheckDc: {
        configPartial: string;
        execute: (outcomeData: any, __namedParameters: { hookArgs: any }) => void;
    }

    Modify the DC of a pending check (bms.beforeCheck only). Negative values make the check easier. Accumulates into hookArgs[2].dcMod. Config: { value } — integer DC modifier (can be negative)

    Type Declaration

    • configPartial: string
    • execute: (outcomeData: any, __namedParameters: { hookArgs: any }) => void