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/LootTableEntry.md.

Class: LootTableEntry

Beta

表示包含另一个独立的嵌套战利品表的战利品池条目。

Represents a loot pool entry containing another separate, nested loot table.

Extends

Properties

lootTable

readonly lootTable: LootTable

Beta

Remarks

获取存储为父战利品池中子表的战利品表。

Gets the loot table stored as a subtable in the parent loot pool.


quality

readonly quality: number

Beta

Remarks

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

Gets the quality of a given loot pool entry.

Inherited from

LootPoolEntry.quality


subTable?

readonly optional subTable?: LootPoolEntry

Beta

Remarks

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

Gets the subtable of a given loot pool entry.

Inherited from

LootPoolEntry.subTable


weight

readonly weight: number

Beta

Remarks

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

Gets the weight of a given loot pool entry.

Inherited from

LootPoolEntry.weight