Skip to content

Commit

Permalink
Adjust skillMultiplier after merging ppy#15728, ppy#15867
Browse files Browse the repository at this point in the history
  • Loading branch information
MBmasher committed Dec 21, 2021
1 parent 3d3de00 commit 5d89684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/Difficulty/Skills/Flashlight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Flashlight(Mod[] mods)
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.
Expand Down

0 comments on commit 5d89684

Please sign in to comment.