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

    Apply a restore (healing) to the target actor (or owner if no target). Config: { targetKey, useSurge, consumeSurge, bonusValue, allowOverflow }

    Type Declaration

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