PvpEquipment

@Serializable
data class PvpEquipment(val amulet: Long? = null, val rune: Long? = null, val sigils: List<Long?>)

Information about a character's PvP equipment.

Parameters

amulet

the ID of the selected amulet

rune

the ID of the selected rune

sigils

the IDs of the selected sigils

Constructors

Link copied to clipboard
constructor(amulet: Long? = null, rune: Long? = null, sigils: List<Long?>)

Properties

Link copied to clipboard
val amulet: Long?

This field holds the ID of the selected amulet.

Link copied to clipboard
val rune: Long?

This field holds the ID of the selected rune.

Link copied to clipboard

This field holds the IDs of the selected sigils.