@kayahr/ed-journal

    Interface ShieldState

    Written when shields are disabled in combat, or recharged.

    interface ShieldState {
        event: "ShieldState";
        ShieldsUp: boolean;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "ShieldState"

    The type of event.

    ShieldsUp: boolean

    false when disabled, true when restored.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR