@kayahr/ed-journal

    Interface Reputation

    Player's reputation on a scale of -100 to +100 with the superpowers. Written at startup after Rank and Progress.

    Thresholds:

    • -100 to -90: Hostile
    • -90 to -35: Unfriendly
    • -35 to 4: Neutral
    • 4 to 35: Cordial
    • 35 to 90: Friendly
    • 90 to 100: Allied
    interface Reputation {
        Alliance?: number;
        Empire?: number;
        event: "Reputation";
        Federation?: number;
        Independent?: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Alliance?: number
    Empire?: number
    event: "Reputation"

    The type of event.

    Federation?: number
    Independent?: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR