Skill

@Serializable
data class Skill(val id: Int, val slot: String, val type: String, val attunement: String? = null, val source: String? = null)

Information about a profession skill.

Parameters

id

the skill's ID

slot

the skill's slot

type

the skill's type

attunement

the elementalist attunement for this skill

source

the profession ID of the source of the stolen skill

Constructors

Link copied to clipboard
constructor(id: Int, slot: String, type: String, attunement: String? = null, source: String? = null)

Properties

Link copied to clipboard
val attunement: String? = null

This field holds the elementalist attunement for this skill.

Link copied to clipboard
val id: Int

This field holds the skill's ID.

Link copied to clipboard

This field holds the skill's slot.

Link copied to clipboard
val source: String? = null

This field holds the profession ID of the source of the stolen skill.

Link copied to clipboard

This field holds the skill's type.