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

    Interface UpcastInfo

    interface UpcastInfo {
        spell_id: string;
        base_level: number;
        cast_level: number;
        levels_above: number;
        effect: "damage" | "heal" | "utility";
        concentration: boolean;
        added_dice: string;
        extra_instances: number;
        note: string;
    }
    Index

    Properties

    spell_id: string
    base_level: number
    cast_level: number
    levels_above: number
    effect: "damage" | "heal" | "utility"
    concentration: boolean
    added_dice: string
    extra_instances: number
    note: string