Interface EngineerLegacyConvert

Base interface shared by all journal event types.

interface EngineerLegacyConvert {
    ApplyExperimentalEffect?: string;
    Blueprint?: string;
    BlueprintID?: number;
    BlueprintName?: string;
    Engineer: string;
    EngineerID?: number;
    ExperimentalEffect?: string;
    ExperimentalEffect_Localised?: string;
    IsPreview: boolean;
    Level: number;
    Modifiers?: {
        Label: string;
        LessIsGood?: number;
        OriginalValue?: number;
        Value?: number;
        ValueStr?: string;
        ValueStr_Localised?: string;
    }[];
    Module?: string;
    Quality?: number;
    Slot?: string;
    event: "EngineerLegacyConvert";
    timestamp: string;
}

Hierarchy (view full)

Properties

ApplyExperimentalEffect?: string
Blueprint?: string
BlueprintID?: number
BlueprintName?: string
Engineer: string
EngineerID?: number
ExperimentalEffect?: string
ExperimentalEffect_Localised?: string
IsPreview: boolean
Level: number
Modifiers?: {
    Label: string;
    LessIsGood?: number;
    OriginalValue?: number;
    Value?: number;
    ValueStr?: string;
    ValueStr_Localised?: string;
}[]

Type declaration

  • Label: string
  • Optional LessIsGood?: number
  • Optional OriginalValue?: number
  • Optional Value?: number
  • Optional ValueStr?: string
  • Optional ValueStr_Localised?: string
Module?: string
Quality?: number
Slot?: string
event: "EngineerLegacyConvert"

The type of event.

timestamp: string

The time in GMT, ISO 8601.