DamageDealtData interface

The data of the damage dealt on a champion during their death on the map.

Signature:

export interface DamageDealtData 

Properties

basic

Whether the damage was dealt by a basic attack.

Type: Boolean


magicDamage

The amount of magic damage dealt.

Type: Number


name

The name of the source of the damage.

Type: String


participantId

The participant that dealt the damage.

Type: Number


physicalDamage

The amount of physical damage dealt.

Type: Number


spellName

The name of the spell that was used to deal the damage.

Type: String


spellSlot

The slot of the spell that was used to deal the damage.

Type: Number


trueDamage

The amount of true damage dealt.

Type: Number


type

The source of the damage.

Type: 'OTHER' | 'TOWER' | 'MINION'