@kayahr/ed-journal

    Interface PVPKill

    Written when this player has killed another player.

    interface PVPKill {
        CombatRank: number;
        event: "PVPKill";
        timestamp: string;
        Victim: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    CombatRank: number

    Victim's combat rank.

    event: "PVPKill"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    Victim: string

    Name of victim.

    MMNEPVFCICPMFPCPTTAAATR