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;
    event: "FCMaterials";
    MarketID: number;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

CarrierID: string
CarrierName: string
event: "FCMaterials"

The type of event.

MarketID: number
timestamp: string

The time in GMT, ISO 8601.