ok that was too low
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user