Interface UpgradeWeapon

Base interface shared by all journal event types.

interface UpgradeWeapon {
    Class: number;
    Cost: number;
    Name: string;
    Name_Localised: string;
    SuitModuleID: number;
    event: "UpgradeWeapon";
    timestamp: string;
}

Hierarchy (view full)

Properties

Class: number
Cost: number
Name: string
Name_Localised: string
SuitModuleID: number
event: "UpgradeWeapon"

The type of event.

timestamp: string

The time in GMT, ISO 8601.