It is really easy to change the Experience table. However, it only goes to level 20. While this is fine for most games, it gets odd if you want to have a game go higher.
I do not have fun counting my experience points. In my games, I just use 100 xp per level, to measure percentile levels. This works great for levels 1 to 20, but the math really gets silly at higher levels. Each level after 20 doubles the xp required for the previous level.
So.... is there a way to make the array bigger? Or, another option would be to have the xp just be the level*100 (I have level 1 start at 100 to keep the math a little bit simpler).
I do not have fun counting my experience points. In my games, I just use 100 xp per level, to measure percentile levels. This works great for levels 1 to 20, but the math really gets silly at higher levels. Each level after 20 doubles the xp required for the previous level.
So.... is there a way to make the array bigger? Or, another option would be to have the xp just be the level*100 (I have level 1 start at 100 to keep the math a little bit simpler).