Dans-Plugins/SimpleSkills

Modify exp formula to make leveling up attainable.

Closed this issue · 1 comments

After awhile it becomes nearly impossible to level up. We should modify the formula.

Switching the experienceIncreaseFactor and currentLevel variables should do the trick.

Old formula (red): baseExperienceRequirement*experienceIncreaseFactor^currentLevel

Proposed formula (blue): baseExperienceRequirement*currentLevel^experienceIncreaseFactor

image