GW2v2Legend
@Serializable
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: GW2LegendId, code: Int, swap: GW2SkillId, heal: GW2SkillId, elite: GW2SkillId, utilities: List<GW2SkillId>)
Properties
Link copied to clipboard
This field holds the ID of the elite skills.
Link copied to clipboard
This field holds the ID of the heal skill.
Link copied to clipboard
This field holds the legend's ID.
Link copied to clipboard
This field holds the ID of the profession (swap Legend) skill.
Link copied to clipboard
This field holds the IDs of the utility skills.