Rank

@Serializable
data class Rank(val cost: Int, val effect: String)

Information about an ability's rank.

Parameters

cost

the WvW experience points required to unlock the rank

effect

the rank's localized effect

Constructors

Link copied to clipboard
constructor(cost: Int, effect: String)

Properties

Link copied to clipboard
val cost: Int

This field holds the WvW experience points required to unlock the rank.

Link copied to clipboard

This field holds the rank's localized effect.