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

    Change rune expressions by name (blank runeName = all runes on the target actor). Covers both direct runes and socketed runes on equipped gear. Config: { runeName, amount } Not clamped — expression counts can underflow or overflow intentionally. {remaining}/{rem} in the amount resolves to the lowest currentExpressions across all matching runes.

    Type Declaration

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