Interface ShipyardSwap

TODO Verify by swapping ship and selling the old one at the same time.

interface ShipyardSwap {
    event: "ShipyardSwap";
    MarketID?: number;
    SellOldShip?: string;
    SellShipID?: number;
    ShipID: number;
    ShipType: string;
    ShipType_Localised?: string;
    StoreOldShip?: string;
    StoreShipID?: number;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "ShipyardSwap"

The type of event.

MarketID?: number
SellOldShip?: string
SellShipID?: number
ShipID: number
ShipType: string
ShipType_Localised?: string
StoreOldShip?: string
StoreShipID?: number
timestamp: string

The time in GMT, ISO 8601.