Body, Mind & Soul — API Reference
    Preparing search index...
    damageAmount: {
        configPartial: string;
        evaluate: (cond: any, __namedParameters: { hookArgs: any }) => boolean;
        hooks: string[];
    }

    True when the damage to a specific vital (or total applied) meets the numeric comparison. config = { op, val, vital? }

    Type Declaration

    • configPartial: string
    • evaluate: (cond: any, __namedParameters: { hookArgs: any }) => boolean
    • hooks: string[]