GW2v2Trait

constructor(id: Int, tier: Int, order: Int, name: String, description: String? = null, slot: String, facts: List<GW2v2Trait.Fact>? = null, traitedFacts: List<GW2v2Trait.TraitedFact>? = null, skills: List<GW2v2Trait.Skill>? = null, specialization: Int, icon: String)

Parameters

id

the trait's ID

tier

the trait's tier

order

the trait's order

name

the trait's localized name

description

the trait's localized description

slot

the slot for the trait

facts

a list of facts

traitedFacts

Information about a trait's fact (i.e. effect/property) that is only active if a specific trait is active.

skills

a list of skills related to this trait

specialization

the specialization that this trait is part of

icon

the URL for the trait's icon