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

Class: SetStewEffectFunction

effect

Beta

修改掉落煲类物品效果的战利品物品函数。

Loot item function that modifies the effects of a dropped stew item.

Extends

Properties

conditions

readonly conditions: LootItemCondition[]

Beta

Inherited from

LootItemFunction.conditions


effects

readonly effects: number[]

Beta

Remarks

对应于煲类效果的整数数组,将从中随机选择并应用于掉落物品。

An array of integers corresponding to stew effects to be randomly chosen from and applied to the dropped item.

同领域相关