mirror of
https://github.com/osukey/osukey.git
synced 2025-05-21 13:37:20 +09: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…
x
Reference in New Issue
Block a user