Edit: These calculations are outdated, the newer calculations can be found here
If I try to fit the personality exp table to exponential functions, I get the following results:
I'm not 100% pleased with the results. I expect Nexon to use a nice number somewhere as starting value. Second the formula is wrong at x=6, it gives 97 while it should give 96. Third I'm not sure Nexon uses a Ceiling, Floor or Round function. I tried all 3, an all 3 are possible except for 0≤x≤9, where none of them gave an solution, only when I changed 96 to 97 the Ceiling function gave an solution.
Nonetheless, it is a bit accurate, so the table can be expanded (with a warning). Does somebody know what the maximum level for personality traits is?
If I try to fit the personality exp table to exponential functions, I get the following results:
Code:
Ceiling[19.91*1.3^x] for 0≤x≤9
Ceiling[89.7*1.1^x] for 9≤x≤19
Ceiling[312.6*1.03^x] for 19≤x≤29
Ceiling[478.1*1.015^x] for x≥29Nonetheless, it is a bit accurate, so the table can be expanded (with a warning). Does somebody know what the maximum level for personality traits is?

