Loot item function that assigns a type to a dropped potion.
export class SetPotionFunction extends LootItemFunction { private constructor(); readonly id: string;} Copy
export class SetPotionFunction extends LootItemFunction { private constructor(); readonly id: string;}
Private
Readonly
The id to be assigned to the dropped potion.
This property can't be read in early-execution mode.
Loot item function that assigns a type to a dropped potion.
Source