Tier

@Serializable
data class Tier(val name: String, val yaksRequired: Int, val upgrades: List<GW2v2WvwUpgrade.Tier.Upgrade>)

Information about an upgrade tier.

Parameters

name

the name of the upgrade tier

yaksRequired

the amount of dolyaks required to reach this upgrade tier

upgrades

the upgrades available at the tier

Constructors

Link copied to clipboard
constructor(name: String, yaksRequired: Int, upgrades: List<GW2v2WvwUpgrade.Tier.Upgrade>)

Types

Link copied to clipboard
@Serializable
data class Upgrade(val name: String, val description: String, val icon: String)

Information about an upgrade.

Properties

Link copied to clipboard

This field holds the name of the upgrade tier.

Link copied to clipboard

This field holds the upgrades available at the tier.

Link copied to clipboard
@SerialName(value = "yaks_required")
val yaksRequired: Int

This field holds the amount of dolyaks required to reach this upgrade tier.