Stats

@Serializable
data class Stats(val id: GW2ItemStatId, val attributes: GW2v2AccountBankSlot.Stats.Attributes)

Information about an item's stats.

Parameters

id

the itemstat ID

attributes

the item's attributes

Constructors

Link copied to clipboard

Types

Link copied to clipboard
@Serializable
data class Attributes(val power: Int? = null, val precision: Int? = null, val toughness: Int? = null, val vitality: Int? = null, val conditionDamage: Int? = null, val conditionDuration: Int? = null, val healing: Int? = null, val boonDuration: Int? = null)

Information about an item's attributes.

Properties

Link copied to clipboard

This field holds the item's attributes.

Link copied to clipboard

This field holds the itemstat ID.