Im trying to use HTML5 and some Javascript to determine the values each Character State between Level 1 and 99 for things like HP and STR. Trouble is I do not remember the math behind this for Exponential Curves!
I need to be able to handle 3 Variables. Level 1 value, Level 99 value, and a “Rate” (slow medium fast).
When Rate is set to “Medium”, its just Linear:
Then using the slider to adjust how much the “Curve” is, end up with results that look like this:
The slider looks like it has about 10 increments on it. I have NO CLUE what the values in there are.
How would I generate the values for each level between 1 and 99 given these things? Also, the stats for MaxHP and STR, AGI vary in their scope, where HP is like 500 to 9999, but for attributes like STR it ranges from about 50 to 999, not 9999.
A little help please?