Stats

@Serializable
data class Stats(val id: Int, 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
constructor(id: Int, attributes: GW2v2AccountBankSlot.Stats.Attributes)

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
val id: Int

This field holds the itemstat ID.