EliteMonsterKillEvent class


A representation of the Elite monster kill event.

Signature:

export declare class EliteMonsterKillEvent extends TimelineEvent 

Extends: TimelineEvent

References: TimelineEvent


Constructor

new EliteMonsterKillEvent (data: EliteMonsterKillEventData)

Constructs a new instance of the EliteMonsterKillEvent class.

Parameters:

ParameterTypeDescription
dataEliteMonsterKillEventDataThe raw data of the event.

Properties

assistingParticipants

The IDs of the participants that assisted in the kill.

Type: Number


bounty

The amount of bounty earned by the killing team (objective bounty).

Type: Number


killerId

The ID of the participant that landed the killing blow.

Type: Number


killerTeamId

The ID of the team that killed the monster.

Type: Number


monsterSubType

The subtype of the monster that was killed.

Eg: 'OCEAN', 'CLOUD', etc.

Type: String


monsterType

The type of the monster that was killed.

Eg: 'DRAGON', 'BARON NASHOR', etc.

Type: String


position

The position at which the monster was killed.

Type: Position


type

The type of the event.

Type: 'ELITE_MONSTER_KILL'


Table of Contents