Development Log #063
Development Log #063
Bonus Points – October 1st 2022
A feature of RPGs that I’ve always liked has been the ability to assign a set number of stat points upon level up. This allows you to have a little bit of control over how a character grows.
So what I decided to do was implement a bonus point system. Upon every Level Up, the unit will receive 1 BP (Bonus Point) that they can distribute however they like. You can put it in any of the 7 primary base stats (STR, VIT, DEX, AGI, INT, WIS, LUC).
It’s still a work in progress but the backend was already in place, so the system is already supported, it just never had a front-end UI.
I’ll add something to differentiate the columns, maybe even title them: Base / +Bonus / >Total
Note: Remember, some of the images and gameplay depicted here may be outdated and does not represent the current state of the game!