Merge branch 'slight-rebalance' into rhythm-fixes

This commit is contained in:
Bartłomiej Dach 2024-10-07 09:30:16 +02:00
commit f47b8d5eb6
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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);