Skip to main content

ProgressionSystem

A progression system allows you to define how a character can progress to get stronger. Most TTRPGs will have a concept of levels, while others might have upgrade points or something similar. This is where you define these.

All of the systems are optional since which one/s you use will depend on what system types you want to support in your TTRPG. However, you should note that you need to provide at least one. Let your players progress!

JSON Format

{
"type": "ProgressionSystem",
"experience_levelling_system": ...,
"point_progression_system": ...
}

Fields

FieldTypeRequiredDescription
experience_levelling_systemExperienceLevellingSystem
point_progression_systemPointProgressionSystem