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

    Interface RawRailjack

    interface RawRailjack {
        attcol?: RawColors;
        eyecol?: RawColors;
        features?: number;
        focus?: string;
        hide?: boolean;
        itemName: string;
        modularParts: {
            ENGINES: RawItemObject;
            HULL: RawItemObject;
            REACTOR: RawItemObject;
            SHIELD: RawItemObject;
        };
        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
    itemName: string
    modularParts: {
        ENGINES: RawItemObject;
        HULL: RawItemObject;
        REACTOR: RawItemObject;
        SHIELD: RawItemObject;
    }
    polarized: number
    pricol?: RawColors
    sigcol?: RawColors
    skins?: { uniqueName: string }[]
    uniqueName: string
    upgrades: ModResolveable[]
    xp: number