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

    Interface BaseLoadouts

    interface BaseLoadouts {
        ARCHWING: { archwing: default; melee: RawWeapon; primary: RawWeapon };
        DATAKNIFE: { parazon: default; primary: default };
        MECH: { exalted: RawWeapon; heavy: RawWeapon; mech: default };
        NORMAL: {
            exalted: RawCompanion | RawWeapon;
            heavy: RawWeapon;
            melee: RawWeapon;
            primary: RawWeapon;
            secondary: RawWeapon;
            warframe: default;
        };
        OPERATOR: { amp: default };
        RAILJACK: RawRailjackObject;
        SENTINEL: { companion?: RawCompanion; roboticweapon?: RawWeapon };
    }
    Index

    Properties

    ARCHWING: { archwing: default; melee: RawWeapon; primary: RawWeapon }
    DATAKNIFE: { parazon: default; primary: default }
    MECH: { exalted: RawWeapon; heavy: RawWeapon; mech: default }
    NORMAL: {
        exalted: RawCompanion | RawWeapon;
        heavy: RawWeapon;
        melee: RawWeapon;
        primary: RawWeapon;
        secondary: RawWeapon;
        warframe: default;
    }
    OPERATOR: { amp: default }
    SENTINEL: { companion?: RawCompanion; roboticweapon?: RawWeapon }