Skip to main content
3 of 3
Fixed the formula for one, fix the series for the other.
Vaillancourt
  • 16.4k
  • 17
  • 56
  • 61

These are some ways I've used so far. They are sorted by grow rate (just multiplied every equation by a constant value):

  1. exp = level (this one may seem odd but for some games that reward exp changes according to player level like borderlands this one may fit to)

  2. exp = level * log10(level)

     1 0 2 0.6 3 1.4 4 2.4 5 3.5 6 4.6 
  3. exp = level^const_value : for my example I set const value to 3/2

     1 1 2 2.8 3 5.1 4 8 5 11.2 6 14.7 
Ali1S232
  • 8.7k
  • 2
  • 42
  • 60