mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Remove difficulty spike nerf
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user