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

    Add stacks to a stackable AE. Config: { count, effectName } (effectName empty = owning effect in effect contexts)

    Type Declaration

    • configPartial: string
    • execute: (outcome: any, context: any) => Promise<void>