Loot item function that modifies the effects of a dropped stew item.
export class SetStewEffectFunction extends LootItemFunction { private constructor(); readonly effects: number[];} Copy
export class SetStewEffectFunction extends LootItemFunction { private constructor(); readonly effects: number[];}
Private
Readonly
An array of integers corresponding to stew effects to be randomly chosen from and applied to the dropped item.
This property can't be read in early-execution mode.
Loot item function that modifies the effects of a dropped stew item.
Source