Script API - v1.26.10
    Preparing search index...

    Class SetArmorTrimFunction

    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;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    conditions: LootItemCondition[]
    material: string

    The material to apply to the armor trim.

    This property can't be read in early-execution mode.

    pattern: string

    The pattern to apply to the armor trim.

    This property can't be read in early-execution mode.