more balancing attempts

This commit is contained in:
tsunyoku
2024-07-13 18:18:54 +01:00
parent 3a964628d9
commit 3610fa7641
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ impl<'m> OsuPP<'m> {
self.assert_hitresults();
let total_hits = self.total_hits() as f32;
let mut multiplier = 1.09;
let mut multiplier = 1.02;
let effective_miss_count = self.calculate_effective_miss_count();
+1 -1
View File
@@ -5,7 +5,7 @@ use std::cmp::Ordering;
const SPEED_SKILL_MULTIPLIER: f32 = 1400.0;
const SPEED_STRAIN_DECAY_BASE: f32 = 0.3;
const AIM_SKILL_MULTIPLIER: f32 = 29.25;
const AIM_SKILL_MULTIPLIER: f32 = 30.5;
const AIM_STRAIN_DECAY_BASE: f32 = 0.15;
const DECAY_WEIGHT: f32 = 0.9;