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

    True/false based on whether a subject is marked by the trigger owner. config.value tokens (space or comma separated, order doesn't matter): "attacker" – check damageCtx.attacker instead of target (default: target) "no" – invert: true when the subject is NOT marked (default: must be marked) Examples: "" | "no" | "attacker" | "attacker no" Marks stored as actor flag: flags['body-mind-and-soul'].markedBy = [actorId, ...]

    Type Declaration

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