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

    Post a chat message showing how much damage an actor would take (without applying it). Config: { type, amount, layer }

    Type Declaration

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