mirror of
https://github.com/ppy/osu
synced 2025-03-19 09:34:49 +00:00
reduced diffspike nerf
This commit is contained in:
parent
3309ab2be3
commit
4c949d9829
@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
|
||||
double strainMultiplier;
|
||||
List<double> strains = GetCurrentStrainPeaks().OrderByDescending(d => d).ToList();
|
||||
|
||||
double baseLine = 0.6;
|
||||
double baseLine = 0.68;
|
||||
|
||||
for (int i = 0; i <= 9; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user