@kayahr/ed-journal

    Interface SuitLoadout

    Base interface shared by all journal event types.

    interface SuitLoadout {
        event: "SuitLoadout";
        LoadoutID: number;
        LoadoutName: string;
        Modules: {
            Class?: number;
            ModuleName: string;
            ModuleName_Localised: string;
            SlotName: string;
            SuitModuleID: number;
            WeaponMods?: string[];
        }[];
        SuitID: number;
        SuitMods?: string[];
        SuitName: string;
        SuitName_Localised: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "SuitLoadout"

    The type of event.

    LoadoutID: number
    LoadoutName: string
    Modules: {
        Class?: number;
        ModuleName: string;
        ModuleName_Localised: string;
        SlotName: string;
        SuitModuleID: number;
        WeaponMods?: string[];
    }[]
    SuitID: number
    SuitMods?: string[]
    SuitName: string
    SuitName_Localised: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR