@kayahr/ed-journal

    Interface UpgradeWeapon

    Base interface shared by all journal event types.

    interface UpgradeWeapon {
        Class: number;
        Cost: number;
        event: "UpgradeWeapon";
        Name: string;
        Name_Localised: string;
        Resources?: { Count: number; Name: string; Name_Localised?: string }[];
        SuitModuleID: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Class: number
    Cost: number
    event: "UpgradeWeapon"

    The type of event.

    Name: string
    Name_Localised: string
    Resources?: { Count: number; Name: string; Name_Localised?: string }[]
    SuitModuleID: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR