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

    True when the subject is dead (health ≤ -max).

    Type Declaration

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