Loom Engine - v3.1.1
    Preparing search index...

    Interface CantripDef

    interface CantripDef {
        id: string;
        name: string;
        kind: "spell_attack" | "save";
        damage_dice: string;
        damaged_dice?: string;
        damage_type: string;
        save_ability?: string;
        beams?: boolean;
        no_scale?: boolean;
        rider_tag?: string;
        aoe_radius_ft?: number;
    }
    Index

    Properties

    id: string
    name: string
    kind: "spell_attack" | "save"
    damage_dice: string
    damaged_dice?: string
    damage_type: string
    save_ability?: string
    beams?: boolean
    no_scale?: boolean
    rider_tag?: string
    aoe_radius_ft?: number