Interface CommitCrime

Base interface shared by all journal event types.

interface CommitCrime {
    Bounty?: number;
    CrimeType: string;
    event: "CommitCrime";
    Faction: string;
    Fine?: number;
    timestamp: string;
    Victim?: string;
    Victim_Localised?: string;
}

Hierarchy (View Summary, Expand)

Properties

Bounty?: number
CrimeType: string
event: "CommitCrime"

The type of event.

Faction: string
Fine?: number
timestamp: string

The time in GMT, ISO 8601.

Victim?: string
Victim_Localised?: string
MMNEPVFCICPMFPCPTTAAATR