Skip to main content

ExperienceTableEntry

A table entry for the ExperienceTable

JSON Format

{
"type": "ExperienceTableEntry",
"experience": ...,
"level": ...
}

Fields

FieldTypeRequiredDescription
experienceintThe amount of experience (cumulative) required to achieve this level.
levelintThe level associated with this amount of experience.