EquipmentItem

constructor(id: Int, slot: ItemSlot? = null, binding: ItemBinding? = null, boundTo: String? = null, infusions: List<Int> = listOf(), location: EquipmentItemLocation, skin: Int? = null, upgrades: List<Int> = listOf(), stats: ItemStats? = null, dyes: List<Int?> = listOf(), charges: Int? = null, tabs: Set<Int> = setOf(), count: Int? = null)