Loot item function that modifies the trim on a dropped armor item.
export class SetArmorTrimFunction extends LootItemFunction { private constructor(); readonly material: string; readonly pattern: string;} Copy
export class SetArmorTrimFunction extends LootItemFunction { private constructor(); readonly material: string; readonly pattern: string;}
Private
Readonly
The material to apply to the armor trim.
This property can't be read in early-execution mode.
The pattern to apply to the armor trim.
Loot item function that modifies the trim on a dropped armor item.
Source