1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 13:22:55 +08:00

Adjust skillMultiplier after merging #15728, #15867

This commit is contained in:
MBmasher 2021-12-21 20:08:57 +11:00
parent 3d3de00581
commit 5d8968498c

View File

@ -23,7 +23,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
this.hidden = mods.Any(m => m is OsuModHidden);
}
private double skillMultiplier => 0.1;
private double skillMultiplier => 0.05;
private double strainDecayBase => 0.15;
protected override double DecayWeight => 1.0;
protected override int HistoryLength => 10; // Look back for 10 notes is added for the sake of flashlight calculations.