Loot item function that modifies the type of a banner that drops.
export class SetBannerDetailsFunction extends LootItemFunction { private constructor(); readonly 'type': number;} Copy
export class SetBannerDetailsFunction extends LootItemFunction { private constructor(); readonly 'type': number;}
Private
Readonly
The type of banner to drop.
This property can't be read in early-execution mode.
Loot item function that modifies the type of a banner that drops.
Source