@kayahr/ed-journal

    Interface UnderAttack

    Written when under fire (same time as the Under Attack voice message).

    interface UnderAttack {
        event: "UnderAttack";
        Target?: "Fighter" | "Mothership" | "You";
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "UnderAttack"

    The type of event.

    Target?: "Fighter" | "Mothership" | "You"
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR