where to make changes for leveling stats?

● ARCHIVED · READ-ONLY
Started by kamikakushi 4 posts View original ↗
  1. Hi, when a character levels from 1 to 2 to 5 etc.. there is a certain number of HP, Mana and skills added.

    Where do I make changes to how much HP, Mana and stats to add when a character levels up? I can't seems to find it..


    Thanks!
  2. Database -> classes -> parameter curves and skills to learn.

    EDIT: In RPG Maker, it doesn't add an amount per level. To determine the number for a parameter, it uses a mathematical fonction like f(x)= mx + b (of course, x would be the character's level, m would be the fonction's growth and b the starting point). Of course it doesn't need to be a constant growth, you can add a curve.
  3. MushroomCake28 said:
    Database -> classes -> parameter curves and skills to learn.

    EDIT: In RPG Maker, it doesn't add an amount per level. To determine the number for a parameter, it uses a mathematical fonction like f(x)= mx + b (of course, x would be the character's level, m would be the fonction's growth and b the starting point). Of course it doesn't need to be a constant growth, you can add a curve.


    Thanks @MushroomCake28 for helping a newbie out so quickly! :D
  4. you can ignore the curve and set a specific value for each level but that takes awhile. there is also plugins that allow you to make formula stat growths like level * 22 + 50 so lv1 would be 72 and each lvl up would be a set +22 gain