PvpEquipment

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

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: Int? = null, rune: Int? = null, sigils: List<Int?>)

Properties

Link copied to clipboard
val amulet: Int? = null

This field holds the ID of the selected amulet.

Link copied to clipboard
val rune: Int? = null

This field holds the ID of the selected rune.

Link copied to clipboard
val sigils: List<Int?>

This field holds the IDs of the selected sigils.