Skip to main content

ExperienceTable

An experience table allows you to define a character's progression in a granular fashion. You will be defining the required amount of experience (cumulative) to reach a certain level for that character.

JSON Format

{
"type": "ExperienceTable",
"id": ...,
"name": ...,
"plural": ...,
"abbreviation": ...,
"experience_to_level_table": ...
}

Fields

FieldTypeRequiredDescription
experience_to_level_tableList<ExperienceTableEntry>A list of entries that represent the different amounts of experience (cumulative) that is required to reach a certain level in this experience track.