Interface FactionKillBond

Written when player is rewarded for taking part in a combat zone.

interface FactionKillBond {
    AwardingFaction: string;
    AwardingFaction_Localised?: string;
    Reward: number;
    VictimFaction: string;
    VictimFaction_Localised?: string;
    event: "FactionKillBond";
    timestamp: string;
}

Hierarchy (view full)

Properties

AwardingFaction: string
AwardingFaction_Localised?: string
Reward: number
VictimFaction: string
VictimFaction_Localised?: string
event: "FactionKillBond"

The type of event.

timestamp: string

The time in GMT, ISO 8601.