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

Class: LootItem

Beta

表示包含要掉落物品的战利品池条目。

Represents a loot pool entry containing an item to drop.

Extends

Properties

conditions

readonly conditions: LootItemCondition[]

Beta


functions

readonly functions: LootItemFunction[]

Beta


name?

readonly optional name?: ItemType

Beta

Remarks

此条目中包含的物品名称。

The name of the item contained in this entry.


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