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

    Interface RawArmaments

    interface RawArmaments {
        modularParts: {
            ORDINANCE: RawItemObject;
            PILOT: RawItemObject;
            PORT_GUNS: RawItemObject;
        };
    }
    Index

    Properties

    Properties

    modularParts: {
        ORDINANCE: RawItemObject;
        PILOT: RawItemObject;
        PORT_GUNS: RawItemObject;
    }