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

    True when the actor has at least one equipped item with the given keyword worn on the body. "Worn" = equipped item with a non-blank equipSlot that is not a hand/weapon/shield slot. Convention: set equipSlot to "armor", "helm", "boots", "gloves", etc. for worn items.

    Type Declaration

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