GW2v2Specialization
constructor(id: Int, name: String, profession: String, elite: Boolean, icon: String, background: String, minorTraits: List<Int>, majorTraits: List<Int>, weaponTrait: Int? = null, professionIcon: String? = null, bigProfessionIcon: String? = null)
Parameters
id
the ID of the specialization
name
the localized name of the specialization
profession
the ID of the profession the specialization belongs to
elite
a flag indicating whether the specialization is an elite specialization
icon
a render service URL for the specialization's icon
background
a render service URL for the specialization's background image
minorTraits
a list of all IDs of the specialization's minor traits
majorTraits
a list of all IDs of the specialization's major traits
weaponTrait
the ID of the elite specialization's weapon trait
professionIcon
a render service URL for the elite specialization's icon
bigProfessionIcon
a render service URL for a large variant of the elite specialization's icon