GW2v2CharactersEquipment

Information about a character's equipment.

Parameters

equipment

the character's equipment

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class EquipmentSlot(val id: GW2ItemId, val slot: String? = null, val skin: GW2SkinId? = null, val dyes: List<Int?>? = null, val upgrades: List<GW2ItemId>? = null, val infusions: List<GW2ItemId>? = null, val charges: Int? = null, val binding: String? = null, val boundTo: String? = null, val stats: GW2v2CharactersEquipment.EquipmentSlot.Stats? = null, val location: String, val tabs: List<Int>? = null)

Information a character's equipment slot.

Properties

Link copied to clipboard

This field holds the character's equipment.