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

    Interface RawCompanion

    interface RawCompanion {
        attcol?: RawColors;
        eyecol?: RawColors;
        features?: number;
        focus?: string;
        hide?: boolean;
        itemName?: string;
        polarized: number;
        pricol?: RawColors;
        sigcol?: RawColors;
        skins?: { uniqueName: string }[];
        type: string;
        uniqueName: string;
        upgrades: ModResolveable[];
        xp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attcol?: RawColors
    eyecol?: RawColors
    features?: number
    focus?: string
    hide?: boolean
    itemName?: string
    polarized: number
    pricol?: RawColors
    sigcol?: RawColors
    skins?: { uniqueName: string }[]
    type: string
    uniqueName: string
    upgrades: ModResolveable[]
    xp: number