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

    Execute one or more weapon strikes driven by a formula of {{mh}}/{{oh}} tokens. Each token in the formula queues one strike; the formula evaluates to 0. Config: { formula } — defaults to "{{mh}}"

    Type Declaration

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