Summon

@Serializable
@SerialName(value = "summon")
data class Summon(val name: String, val summonerName: String, val summonerIsTraded: Boolean) : DeathParticipant(source)

A creature that was summoned by a player and participated in a death.

Constructors

Link copied to clipboard
constructor(name: String, summonerName: String, summonerIsTraded: Boolean)

Properties

Link copied to clipboard
open override val name: String

The creature that dealt the killing blow.

Link copied to clipboard

Whether the summoner was traded after the death occurred.

Link copied to clipboard

The name of the player that summoned the creature.

Link copied to clipboard

URL to the summoner's information page.