Script API - v1.26.10
    Preparing search index...

    Represents a completely empty entry in a loot pool. If this entry is chosen, no items will drop.

    export class EmptyLootItem extends LootPoolEntry {
    private constructor();
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    quality: number

    Gets the quality of a given loot pool entry.

    This property can't be read in early-execution mode.

    subTable?: LootPoolEntry

    Gets the subtable of a given loot pool entry.

    This property can't be read in early-execution mode.

    weight: number

    Gets the weight of a given loot pool entry.

    This property can't be read in early-execution mode.