EquipmentSlot

constructor(id: GW2ItemId, slot: String? = null, skin: GW2SkinId? = null, dyes: List<Int?>? = null, upgrades: List<GW2ItemId>? = null, infusions: List<GW2ItemId>? = null, charges: Int? = null, binding: String? = null, boundTo: String? = null, stats: GW2v2Character.EquipmentSlot.Stats? = null, location: String, tabs: List<Int>? = null)

Parameters

id

the equipment piece's item ID

slot

the equipment piece's slot

skin

the ID of the skin transmuted onto the equipment piece

dyes

the IDs of the dyes applied to the item

upgrades

the IDs of the upgrade components slotted into the item

infusions

the IDs of the infusions slotted into the item

charges

the amount of charges remaining on the item

binding

the binding of the item

boundTo

name of the character the item is bound to

stats

contains information on the stats chosen if the item offers an option for stats/prefix

location

the storage location of the equipment piece

tabs

the IDs of the tabs in which this item is used