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

    Modify the advantage stage applied to a pending check (bms.beforeCheck only). Positive = advantage, negative = disadvantage. Accumulates into hookArgs[2].advantageMod. Config: { value } — integer number of stages (can be negative)

    Type Declaration

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