@kayahr/ed-journal

    Interface ExtendedFCMaterials

    Extended Fleet Carrier materials list written to separate 'FCMaterials.json' file.

    interface ExtendedFCMaterials {
        CarrierID: string;
        CarrierName: string;
        event: "FCMaterials";
        Items: {
            Demand: number;
            id: number;
            Name: string;
            Name_Localised?: string;
            Price: number;
            Stock: number;
        }[];
        MarketID: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    CarrierID: string
    CarrierName: string
    event: "FCMaterials"

    The type of event.

    Items: {
        Demand: number;
        id: number;
        Name: string;
        Name_Localised?: string;
        Price: number;
        Stock: number;
    }[]
    MarketID: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR