Skip to main content

PointProgressionSystem

The point progression system is perfect for TTRPGs that reward player characters with points that they can spend to improve their characters' abilities, skills, etc.

JSON Format

{
"type": "PointProgressionSystem",
"level_up_view_title": ...,
"level_up_button_text": ...,
"level_up_icon": ...,
"level_up_icon_color": ...,
"level_up_view": ...,
"on_level_up_confirm": ...,
"point_name": ...,
"reset_points_on_apply": ...
}

Fields

FieldTypeRequiredDescription
reset_points_on_applyboolWhether or not points should reset back to 0 (ie: the player expends them) when applying them or not.