ExperienceTableEntry
A table entry for the ExperienceTable
JSON Format
{
"type": "ExperienceTableEntry",
"experience": ...,
"level": ...
}
Fields
| Field | Type | Required | Description |
|---|---|---|---|
experience | int | ✓ | The amount of experience (cumulative) required to achieve this level. |
level | int | ✓ | The level associated with this amount of experience. |