by Karl G. » Fri Dec 22, 2006 12:26 pm
It's really hard to say I mean as long as it goes up, you the numbers dont matter as much as the form:
1) Linear: experience = m(level) + b
m and b are constants
2) Exponential: experience = C*level^a+b
where C, a and b are constants
3) Quadratic: experience = a*level^2 + b*level + c
a, b, c are constants
4) Power: experience C*a^level + b
a, b, and c are constants