+ more precision to volforce calc
This commit is contained in:
parent
4c7f267957
commit
9e3d6aab27
|
@ -36,7 +36,7 @@ calculate_force = function(diff)
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return math.floor((diff.level * 2) * (score.score / 10000000) * gradeRate * badgeRate) / 100
|
return math.floor((diff.level * 2) * (score.score / 10000000) * gradeRate * badgeRate * 10) / 1000
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue