@kayahr/ed-journal

    Interface AsteroidCracked

    Written when the player has broken up a "Motherlode" asteroid for mining.

    interface AsteroidCracked {
        Body: string;
        event: "AsteroidCracked";
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    Body: string

    Name of nearest body.

    event: "AsteroidCracked"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR