@kayahr/ed-journal
    Preparing search index...

    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: ID;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CarrierID: string
    CarrierName: string
    event: "FCMaterials"

    The type of event.

    MarketID: ID
    timestamp: string

    The time in GMT, ISO 8601.