Interface ProspectedAsteroid

Base interface shared by all journal event types.

interface ProspectedAsteroid {
    Content: string;
    Content_Localised: string;
    event: "ProspectedAsteroid";
    Materials: { Name: string; Name_Localised?: string; Proportion: number }[];
    MotherlodeMaterial?: string;
    MotherlodeMaterial_Localised?: string;
    Remaining: number;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

Content: string
Content_Localised: string
event: "ProspectedAsteroid"

The type of event.

Materials: { Name: string; Name_Localised?: string; Proportion: number }[]
MotherlodeMaterial?: string
MotherlodeMaterial_Localised?: string
Remaining: number
timestamp: string

The time in GMT, ISO 8601.