InfusionSlot

@Serializable
data class InfusionSlot(val flags: List<String>, val itemId: GW2ItemId? = null)

Information about an items infusion slot.

Parameters

itemId

the infusion upgrade in the armor piece

name

the item's name

type

the item's type

iconFileId

the icon's file ID to be used with the render service

iconFileSignature

the icon's file signature to be used with the render service

description

the item's description

rarity

the item's rarity

level

the level required to use the item

vendorValue

the value in coins when selling the item to a vendor

defaultSkin

the ID of the item's default skin

flags

infusion slot type of infusion upgrades

gameTypes

the game types in which the item is usable

restrictions

restrictions applied to the item

upgradeRecipes

lists what items this item can be upgraded from and into, and the method of upgrading

Constructors

Link copied to clipboard
constructor(flags: List<String>, itemId: GW2ItemId? = null)

Properties

Link copied to clipboard

This field holds infusion slot type of infusion upgrades.

Link copied to clipboard
@SerialName(value = "item_id")
val itemId: GW2ItemId? = null

This field holds the infusion upgrade in the armor piece.