Skill

constructor(id: Int, name: String, description: String, icon: String, chatLink: String, categories: List<String>? = null, flags: List<String>? = null, facts: List<GW2v2Trait.Skill.Fact>? = null, traitedFacts: List<GW2v2Trait.Skill.TraitedFact>? = null)

Parameters

id

the skill's ID

name

the skill's localized name

description

the skill's localized description

icon

a render service URL for the skill's icon

chatLink

the skill's chat code

categories

the categories that the skill falls under

flags

additional skill flags

facts

an array of facts describing the skill's effect

traitedFacts

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