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

    Interface CastPlan

    interface CastPlan {
        ok: boolean;
        reason: "ok" | "no_slot" | "not_known" | "not_a_caster";
        slots: SlotPool;
        slot_level: number | null;
        concentration_spell: string | null;
        spell_name: string;
    }
    Index

    Properties

    ok: boolean
    reason: "ok" | "no_slot" | "not_known" | "not_a_caster"
    slots: SlotPool
    slot_level: number | null
    concentration_spell: string | null
    spell_name: string