def make_exp_list
@exp_list[1] = @exp_list[100] = 0
m = actor.exp_basis
n = 0.75 + actor.exp_inflation / 200.0;
for i in 2..99
@exp_list = @exp_list[i-1] + Integer(m)
m *= 1 + n;
n *= 0.9;
end
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |