Body, Mind & Soul — API Reference
    Preparing search index...
    isDeathsDoor: {
        allowedTargetScopes: string[];
        evaluate: (
            _cond: any,
            __namedParameters: { actor: any; targetActor: any },
        ) => boolean;
        hooks: string;
    }

    True when the subject is at death's door (health ≤ 25% of max, not downed).

    Type Declaration

    • allowedTargetScopes: string[]
    • evaluate: (_cond: any, __namedParameters: { actor: any; targetActor: any }) => boolean
    • hooks: string