Body, Mind & Soul — API Reference
    Preparing search index...
    insertCardFromSideboard: {
        allowedTargetScopes: string[];
        configPartial: string;
        execute: (
            outcome: any,
            __namedParameters: { actor: any; subject: any },
        ) => Promise<void>;
    }

    Insert a card from a sideboard into a character deck. Config: { targetMode: "self" | "default" | "all" | "ask", deckId: string (used when targetMode === "self"), sideboardId: string, cardName: string, drawLimit: number, persistThroughShortRest: boolean, persistThroughExtendedRest: boolean, }

    Type Declaration

    • allowedTargetScopes: string[]
    • configPartial: string
    • execute: (outcome: any, __namedParameters: { actor: any; subject: any }) => Promise<void>