mirror of
https://github.com/ppy/osu
synced 2025-03-23 11:27:24 +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;
|
double strainMultiplier;
|
||||||
List<double> strains = GetCurrentStrainPeaks().OrderByDescending(d => d).ToList();
|
List<double> strains = GetCurrentStrainPeaks().OrderByDescending(d => d).ToList();
|
||||||
|
|
||||||
double baseLine = 0.6;
|
double baseLine = 0.68;
|
||||||
|
|
||||||
for (int i = 0; i <= 9; i++)
|
for (int i = 0; i <= 9; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user