GW2v2ItemStatSet

@Serializable
data class GW2v2ItemStatSet(val id: Int, val name: String, val attributes: List<GW2v2ItemStatSet.Attribute>)

Information about a stat set.

Parameters

id

the stat set's ID

name

the name of the stat set

attributes

the list of attribute bonuses

Constructors

Link copied to clipboard
constructor(id: Int, name: String, attributes: List<GW2v2ItemStatSet.Attribute>)

Types

Link copied to clipboard
@Serializable
data class Attribute(val attribute: String, val multiplier: Double, val value: Int)

Information about an attribute bonus.

Properties

Link copied to clipboard

This field holds the list of attribute bonuses.

Link copied to clipboard
val id: Int

This field holds the stat set's ID.

Link copied to clipboard

This field holds the name of the stat set.