mwg API
    Preparing search index...

    Interface LootTable

    interface LootTable {
        chance?: number;
        entries: readonly LootEntry[];
    }
    Index
    chance?: number

    probability that this table drops anything at all, 0 to 1; defaults to 1 (always)

    entries: readonly LootEntry[]