Skip to content

entities/ClassDefinitions

Defined in: entities/ClassDefinitions.ts:12

EverQuest class title definitions (maps to public.class_definitions).

Maps character class + level thresholds to EQ class titles (e.g. a level 51 Cleric becomes a “Templar”). Used by the /ding command to announce title changes on level-up.

new ClassDefinitions(): ClassDefinitions

ClassDefinitions

CharacterClass: string

Defined in: entities/ClassDefinitions.ts:19

Base character class this title belongs to (e.g. "Cleric").

ClassName: string

Defined in: entities/ClassDefinitions.ts:15

EQ class title name (e.g. "Templar", "Archmage").

Id: string

Defined in: entities/ClassDefinitions.ts:22

LevelAttained: number

Defined in: entities/ClassDefinitions.ts:26

Minimum level at which this class title is attained.