entities/ClassDefinitions
Classes
Section titled “Classes”ClassDefinitions
Section titled “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.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ClassDefinitions():
ClassDefinitions
Returns
Section titled “Returns”Properties
Section titled “Properties”CharacterClass
Section titled “CharacterClass”CharacterClass:
string
Defined in: entities/ClassDefinitions.ts:19
Base character class this title belongs to (e.g. "Cleric").
ClassName
Section titled “ClassName”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
Section titled “LevelAttained”LevelAttained:
number
Defined in: entities/ClassDefinitions.ts:26
Minimum level at which this class title is attained.