Custom EXP Curves
-Tsukihime
Define custom exp curves using your own formula.
Can be set for actors or classes.
Actors take precedence if both are defined.
Usage
Add the tag
<exp-curve: your_formula>
<exp-curve: level*200>
Only the `level` variable is valid
You can print out the curves by making the script call.
$game_actors.print_exp_table
to create a file called "exp.csv" in your project folder for each actor
Download