mwg API
    Preparing search index...

    Interface Modifier

    interface Modifier {
        op: ModifierOp;
        order?: number;
        source?: unknown;
        stat: string;
        value: number;
    }
    Index
    order?: number

    Modifiers apply in ascending order within their own op (see resolve). Equal order preserves the order they were added in.

    source?: unknown

    whatever granted this modifier - an equipped item, an active buff - for bulk removal

    stat: string
    value: number