ok that was too low

This commit is contained in:
tsunyoku
2024-07-13 18:38:49 +01:00
parent ba1ec885f3
commit 72fa5510ef
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.02;
let mut multiplier = 1.05;
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 = 1012.5;
const SPEED_STRAIN_DECAY_BASE: f32 = 0.2;
const AIM_SKILL_MULTIPLIER: f32 = 23.25;
const AIM_SKILL_MULTIPLIER: f32 = 24.25;
const AIM_STRAIN_DECAY_BASE: f32 = 0.15;
const DECAY_WEIGHT: f32 = 0.9;