GW2v2Legend

@Serializable
data class GW2v2Legend(val id: String, val code: Int, val swap: Int, val heal: Int, val elite: Int, val utilities: List<Int>)

Information about a Revenant legend.

Parameters

id

the legend's ID

code

the build template ID of the legend

swap

the ID of the profession (swap Legend) skill

heal

the ID of the heal skill

elite

the ID of the elite skills

utilities

the IDs of the utility skills

Constructors

Link copied to clipboard
constructor(id: String, code: Int, swap: Int, heal: Int, elite: Int, utilities: List<Int>)

Properties

Link copied to clipboard
val code: Int

This field holds the build template ID of the legend.

Link copied to clipboard
val elite: Int

This field holds the ID of the elite skills.

Link copied to clipboard
val heal: Int

This field holds the ID of the heal skill.

Link copied to clipboard
val id: String

This field holds the legend's ID.

Link copied to clipboard
val swap: Int

This field holds the ID of the profession (swap Legend) skill.

Link copied to clipboard

This field holds the IDs of the utility skills.