Is there any plugin to set the base parameters to 0 instead of 1? I'm making a game where Instead of stats for stuff like defense It's more casual and I wanna show stuff like how many days have passed in game.
0 Parameter
● ARCHIVED · READ-ONLY
-
-
I believe base parameters are based on a formula which considers the character level, which is never 0.
-
if you are not gonna use the stats value then just leave them alone by not putting them on formula...?
-
I believe the engine forbids attributes with a zero value to avoid the possibility of dividing by zero which would crash the game.