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

    Modify the owning actor's currency balance via GlitchSmith-lib. Config: { operation, amount, currencyId? } No-ops with a console warning if GlitchSmith-lib is not active.

    Type Declaration

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