GW2v2Mastery
@Serializable
Information about a mastery.
Parameters
id
the mastery's ID
name
the mastery's name
requirement
the written out requirement to unlock the mastery track
order
the order in which the mastery track appears in a list
background
the URL for the mastery track's background graphic
region
the mastery region the track belongs to
levels
information about each mastery level
Constructors
Link copied to clipboard
constructor(id: GW2MasteryId, name: String, requirement: String, order: Int, background: String, region: String, levels: List<GW2v2Mastery.Level>)
Types
Properties
Link copied to clipboard
This field holds the URL for the mastery track's background graphic.
Link copied to clipboard
This field holds the mastery's ID.
Link copied to clipboard
This field holds information about each mastery level.
Link copied to clipboard
This field holds the written out requirement to unlock the mastery track.