Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Classes that extend LootPoolEntry
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.
Properties
quality
read-only quality: number;
Gets the quality of a given loot pool entry.
Type: number
subTable
read-only subTable?: LootPoolEntry;
Gets the subtable of a given loot pool entry.
Type: LootPoolEntry
weight
read-only weight: number;
Gets the weight of a given loot pool entry.
Type: number