h1z1-server
    Preparing search index...

    Interface GroundLootTableJson

    interface GroundLootTableJson {
        pools: LootPool[];
        spawnChance: number;
        type: "ground";
    }
    Index

    Properties

    pools: LootPool[]
    spawnChance: number
    type: "ground"