@kayahr/ed-journal
    Preparing search index...

    Interface EngineerLegacyConvert

    Base interface shared by all journal event types.

    interface EngineerLegacyConvert {
        ApplyExperimentalEffect?: string;
        Blueprint?: string;
        BlueprintID?: ID;
        BlueprintName?: string;
        Engineer: string;
        EngineerID?: ID;
        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)

    Index

    Properties

    ApplyExperimentalEffect?: string
    Blueprint?: string
    BlueprintID?: ID
    BlueprintName?: string
    Engineer: string
    EngineerID?: ID
    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.