Interface SellExplorationData

Written when selling exploration data in Cartographics.

interface SellExplorationData {
    BaseValue: number;
    Bonus: number;
    Discovered: string[];
    Systems: string[];
    TotalEarnings?: number;
    event: "SellExplorationData";
    timestamp: string;
}

Hierarchy (view full)

Properties

BaseValue: number

Value of systems.

Bonus: number

Bonus for first discoveries.

Discovered: string[]

Discovered bodies.

Systems: string[]

System names.

TotalEarnings?: number

Total credits received (including for example the 200% bonus if rank 5 with Li Yong Rui)

event: "SellExplorationData"

The type of event.

timestamp: string

The time in GMT, ISO 8601.