@wfcd/arsenal-parser
    Preparing search index...

    Interface RawAmp

    interface RawAmp {
        attcol?: RawColors;
        eyecol?: RawColors;
        features?: number;
        focus?: string;
        hide?: boolean;
        modularParts?: {
            LWPT_AMP_BRACE: string;
            LWPT_AMP_CORE: string;
            LWPT_AMP_OCULUS: string;
        };
        polarized: number;
        pricol?: RawColors;
        sigcol?: RawColors;
        skins?: { uniqueName: string }[];
        uniqueName: string;
        upgrades: ModResolveable[];
        xp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attcol?: RawColors
    eyecol?: RawColors
    features?: number
    focus?: string
    hide?: boolean
    modularParts?: {
        LWPT_AMP_BRACE: string;
        LWPT_AMP_CORE: string;
        LWPT_AMP_OCULUS: string;
    }
    polarized: number
    pricol?: RawColors
    sigcol?: RawColors
    skins?: { uniqueName: string }[]
    uniqueName: string
    upgrades: ModResolveable[]
    xp: number