For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/classes/LootPoolEntry.md.

Class: LootPoolEntry

Beta

表示战利品表中的一个条目,描述战利品掉落时的一个可能掉落物。可以包含一个物品、另一个战利品表、另一个战利品表的路径或空掉落。

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.

Extended by

Properties

quality

readonly quality: number

Beta

Remarks

获取给定战利品池条目的品质。

Gets the quality of a given loot pool entry.


subTable?

readonly optional subTable?: LootPoolEntry

Beta

Remarks

获取给定战利品池条目的子表。

Gets the subtable of a given loot pool entry.


weight

readonly weight: number

Beta

Remarks

获取给定战利品池条目的权重。

Gets the weight of a given loot pool entry.