Interface FCMaterials

Written when trading with a Fleet Carrier Bartender for materials, a file is written with the price list. Similar to the Shipyard and Cargo events, a brief entry is written in the journal.

interface FCMaterials {
    CarrierID: string;
    CarrierName: string;
    MarketID: number;
    event: "FCMaterials";
    timestamp: string;
}

Hierarchy (view full)

Properties

CarrierID: string
CarrierName: string
MarketID: number
event: "FCMaterials"

The type of event.

timestamp: string

The time in GMT, ISO 8601.