Discipline

@Serializable
data class Discipline(val discipline: String, val rating: Long, val active: Boolean)

Information about a character's crafting discipline.

Parameters

discipline

the name of the discipline

rating

the character's crafting level for the discipline

active

a flag indicating whether the discipline is currently active on the character

Constructors

Link copied to clipboard
constructor(discipline: String, rating: Long, active: Boolean)

Properties

Link copied to clipboard

This field holds a flag indicating whether the discipline is currently active on the character.

Link copied to clipboard

This field holds the name of the discipline.

Link copied to clipboard

This field holds the character's crafting level for the discipline.