@kayahr/ed-journal

    Interface EngineerLegacyConvert

    Base interface shared by all journal event types.

    interface EngineerLegacyConvert {
        ApplyExperimentalEffect?: string;
        Blueprint?: string;
        BlueprintID?: number;
        BlueprintName?: string;
        Engineer: string;
        EngineerID?: number;
        event: "EngineerLegacyConvert";
        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;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    ApplyExperimentalEffect?: string
    Blueprint?: string
    BlueprintID?: number
    BlueprintName?: string
    Engineer: string
    EngineerID?: number
    event: "EngineerLegacyConvert"

    The type of event.

    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
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR