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

    True when the subject is downed (health < 0).

    Type Declaration

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