GW2v2WvwUpgrade

@Serializable
data class GW2v2WvwUpgrade(val id: Int, val tiers: List<GW2v2WvwUpgrade.Tier>)

Information about an upgrade for objectives in the World versus World game mode.

Parameters

id

the upgrade's ID

tiers

the different tiers of the upgrade

Constructors

Link copied to clipboard
constructor(id: Int, tiers: List<GW2v2WvwUpgrade.Tier>)

Types

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

Information about an upgrade tier.

Properties

Link copied to clipboard
val id: Int

This field holds the upgrade's ID.

Link copied to clipboard

This field holds the different tiers of the upgrade.