Skip to content

Commit

Permalink
Merge branch 'slight-rebalance' into rhythm-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Oct 7, 2024
2 parents 6507e3e + f4055d9 commit f47b8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/Difficulty/Skills/Aim.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Aim(Mod[] mods, bool withSliders)

private double currentStrain;

private double skillMultiplier => 25.08;
private double skillMultiplier => 25.18;
private double strainDecayBase => 0.15;

private double strainDecay(double ms) => Math.Pow(strainDecayBase, ms / 1000);
Expand Down

0 comments on commit f47b8d5

Please sign in to comment.