accuracy and speed adjustements
This commit is contained in:
parent
1fe30194b0
commit
687021688f
6
oppai.c
6
oppai.c
|
@ -2174,9 +2174,9 @@ int pp_std(ezpp_t ez) {
|
||||||
|
|
||||||
ez->pp = (float)(
|
ez->pp = (float)(
|
||||||
pow(
|
pow(
|
||||||
pow(ez->speed_pp, 0.95f) +
|
pow(ez->speed_pp, 0.97f) +
|
||||||
pow(ez->acc_pp, 0.95f),
|
pow(ez->acc_pp, 0.99f),
|
||||||
1.19f
|
1.15f
|
||||||
) * final_multiplier);
|
) * final_multiplier);
|
||||||
|
|
||||||
ez->accuracy_percent = accuracy * 100.0f;
|
ez->accuracy_percent = accuracy * 100.0f;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user