h1z1-server
    Preparing search index...

    Interface LootPool

    interface LootPool {
        conditions: LootCondition[];
        entries: LootTableEntry[];
        rolls?: { max: number; min: number };
    }
    Index

    Properties

    conditions: LootCondition[]
    entries: LootTableEntry[]
    rolls?: { max: number; min: number }

    How many times this pool draws an entry per spawn cycle (container loot only). When omitted, the pool contributes its entries to the legacy maxItems selection.