Remove difficulty spike nerf

This commit is contained in:
apollo-dw
2022-06-21 09:13:44 +01:00
parent 7d988da2c7
commit 0f6f000188

View File

@ -28,6 +28,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
private double skillMultiplier => 0.05;
private double strainDecayBase => 0.15;
protected override double DecayWeight => 1.0;
protected override int ReducedSectionCount => -1;
private double currentStrain;