#--------------------------------------------------------------------------
# ● 确定动作速度
#--------------------------------------------------------------------------
#脚本来自dspzzy
def make_action_speed
@current_action.speed = agi + rand(10 + agi / 4)
@current_action.speed -= 10000 if @current_action.skill_id == 2
end
#--------------------------------------------------------------------------
# ● 确定动作速度
#--------------------------------------------------------------------------
#脚本来自dspzzy
def make_action_speed
@current_action.speed = agi + rand(10 + agi / 4)
@current_action.speed -= 10000 if @current_action.skill_id == 2
end