Interface CodexEntry

Written when a new discovery is added to the Codex.

interface CodexEntry {
    BodyID?: number;
    Category: string;
    Category_Localised: string;
    EntryID: number;
    IsNewEntry?: boolean;
    Latitude?: number;
    Longitude?: number;
    Name: string;
    Name_Localised: string;
    NearestDestination?: string;
    NearestDestination_Localised?: string;
    NewTraitsDiscovered?: boolean;
    Region: string;
    Region_Localised: string;
    SubCategory: string;
    SubCategory_Localised: string;
    System: string;
    SystemAddress: number;
    Traits?: string[];
    VoucherAmount?: number;
    event: "CodexEntry";
    timestamp: string;
}

Hierarchy (view full)

Properties

BodyID?: number
Category: string
Category_Localised: string
EntryID: number
IsNewEntry?: boolean
Latitude?: number
Longitude?: number
Name: string
Name_Localised: string
NearestDestination?: string

Added if within 50km of a location listed in the navigation panel.

NearestDestination_Localised?: string
NewTraitsDiscovered?: boolean
Region: string
Region_Localised: string
SubCategory: string
SubCategory_Localised: string
System: string
SystemAddress: number
Traits?: string[]
VoucherAmount?: number
event: "CodexEntry"

The type of event.

timestamp: string

The time in GMT, ISO 8601.