0 Parameter

● ARCHIVED · READ-ONLY
Started by Deleted member 63500 4 posts View original ↗
  1. 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.
  2. I believe base parameters are based on a formula which considers the character level, which is never 0.
  3. if you are not gonna use the stats value then just leave them alone by not putting them on formula...?
  4. I believe the engine forbids attributes with a zero value to avoid the possibility of dividing by zero which would crash the game.