Loom Engine - v0.10.1
    Preparing search index...

    Interface EncounterEndData

    interface EncounterEndData {
        encounter_id: string;
        outcome: "victory" | "death" | "flee";
        duration_ms: number;
        mob_killed: readonly string[];
        next_step: "loot" | "respawn" | "transition" | "idle";
    }
    Index

    Properties

    encounter_id: string
    outcome: "victory" | "death" | "flee"
    duration_ms: number
    mob_killed: readonly string[]
    next_step: "loot" | "respawn" | "transition" | "idle"