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

    Interface ZoneBossEndData

    interface ZoneBossEndData {
        boss_id: string;
        outcome: ZoneBossOutcome;
        killer_character_id: string | null;
        loot: readonly DropSpec[];
        duration_ms: number;
    }
    Index

    Properties

    boss_id: string
    killer_character_id: string | null
    loot: readonly DropSpec[]
    duration_ms: number