Interface ExtendedShipyard

Extended shipyard info written to separate 'Shipyard.json' file.

interface ExtendedShipyard {
    AllowCobraMkIV: boolean;
    Horizons: boolean;
    MarketID: number;
    PriceList: {
        ShipPrice: number;
        ShipType: string;
        ShipType_Localised?: string;
        id: number;
    }[];
    StarSystem: string;
    StationName: string;
    event: "Shipyard";
    timestamp: string;
}

Hierarchy (view full)

Properties

AllowCobraMkIV: boolean
Horizons: boolean
MarketID: number
PriceList: {
    ShipPrice: number;
    ShipType: string;
    ShipType_Localised?: string;
    id: number;
}[]

Type declaration

  • ShipPrice: number
  • ShipType: string
  • Optional ShipType_Localised?: string
  • id: number
StarSystem: string
StationName: string
event: "Shipyard"

The type of event.

timestamp: string

The time in GMT, ISO 8601.