You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osu.Game.Rulesets.Osu/Difficulty/Evaluators/AimEvaluator.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ public static class AimEvaluator
13
13
{
14
14
privateconstdoublewide_angle_multiplier=1.5;
15
15
privateconstdoubleacute_angle_multiplier=2.6;
16
-
privateconstdoubleslider_multiplier=1.5;
16
+
privateconstdoubleslider_multiplier=1.7;
17
17
privateconstdoublevelocity_change_multiplier=0.9;
18
18
privateconstdoublewiggle_multiplier=1.02;// WARNING: Increasing this multiplier beyond 1.02 reduces difficulty as distance increases. Refer to the desmos link above the wiggle bonus calculation
0 commit comments