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

    Represents a loot pool entry containing an item to drop.

    export class LootItem extends LootPoolEntry {
    private constructor();
    readonly functions: LootItemFunction[];
    readonly name?: ItemType;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    functions: LootItemFunction[]
    name?: ItemType

    The name of the item contained in this entry.

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

    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.