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
level_up_view_titleStatFormulaComponent
level_up_button_textString
level_up_iconString
level_up_icon_colorString
level_up_viewRPGView
on_level_up_confirmEffect
point_nameStringThe name of the point unit in your system. e.g: "Upgrade points"
reset_points_on_applyboolWhether or not points should reset back to 0 (ie: the player expends them) when applying them or not.