Body, Mind & Soul — API Reference
    Preparing search index...
    changeAttribute: {
        configPartial: string;
        execute: (outcome: any, context: any) => Promise<void>;
        resultFields: { fields: string[]; subKeyField: string };
    }

    Change an attribute value or bonus on the owning actor. Config: { attribute, field, operation, amount }

    Type Declaration

    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>
    • resultFields: { fields: string[]; subKeyField: string }