what do you mean numbers of the EXP curve it is all setup the same way
#--------------------------------------------------------------------------
# * Exp Curve Type 0: Total 1: ΔLevel
#--------------------------------------------------------------------------
Exp_Curve_Type = 1
If you meant that setting that to 0 will make it behave like this
values generated [10, 30, 50, 100]
Exp values [10, 30, 50, 100]
and setting it to 1 will make it behave like this
values generated [10, 30, 50, 100]
Exp values [10, 40, 90, 190]
The first uses the values generated as the values of the exp table the second generates the amount of exp to just get to the next level the change in the amount of exp per level do not set the values for the curve too high when using this or you will have some high numbers for the later levels
#--------------------------------------------------------------------------
# * Exp Curve Type 0: Total 1: ΔLevel
#--------------------------------------------------------------------------
Exp_Curve_Type = 1
If you meant that setting that to 0 will make it behave like this
values generated [10, 30, 50, 100]
Exp values [10, 30, 50, 100]
and setting it to 1 will make it behave like this
values generated [10, 30, 50, 100]
Exp values [10, 40, 90, 190]
The first uses the values generated as the values of the exp table the second generates the amount of exp to just get to the next level the change in the amount of exp per level do not set the values for the curve too high when using this or you will have some high numbers for the later levels