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

    Represents one entry within Loot Table, which describes one possible drop when a loot drop occurs. Can contain an item, another loot table, a path to another loot table, or an empty drop.

    export class LootPoolEntry {
    private constructor();
    readonly quality: number;
    readonly subTable?: LootPoolEntry;
    readonly weight: number;
    }

    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.