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
| Field | Type | Required | Description |
|---|---|---|---|
level_up_view_title | StatFormulaComponent | ✓ | |
level_up_button_text | String | ✓ | |
level_up_icon | String | ✓ | |
level_up_icon_color | String | ✓ | |
level_up_view | RPGView | ✓ | |
on_level_up_confirm | Effect | ✓ | |
point_name | String | ✓ | The name of the point unit in your system. e.g: "Upgrade points" |
reset_points_on_apply | bool | ✓ | Whether or not points should reset back to 0 (ie: the player expends them) when applying them or not. |