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

    Class SetBannerDetailsFunction

    Loot item function that modifies the type of a banner that drops.

    export class SetBannerDetailsFunction extends LootItemFunction {
    private constructor();
    readonly 'type': number;
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Constructors

    Properties

    conditions: LootItemCondition[]
    type: number

    The type of banner to drop.

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