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

    Modify the advantage stage for subsequent outcomes and triggers in the same swing. Positive = advantage (draw more, keep best); negative = disadvantage (draw more, keep worst). Resets each swing — does not carry across swings.

    Type Declaration

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