mirror of
https://github.com/osukey/osukey.git
synced 2025-05-05 21:57:24 +09:00
buffed velocity constant
This commit is contained in:
parent
454e51a4c5
commit
7af1a0bf12
@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty.Skills
|
|||||||
private const double wide_angle_multiplier = 1.5;
|
private const double wide_angle_multiplier = 1.5;
|
||||||
private const double acute_angle_multiplier = 2.0;
|
private const double acute_angle_multiplier = 2.0;
|
||||||
private const double slider_multiplier = 1.5;
|
private const double slider_multiplier = 1.5;
|
||||||
private const double vel_change_multiplier = 0.75;
|
private const double vel_change_multiplier = 1.0;
|
||||||
|
|
||||||
private double currentStrain = 1;
|
private double currentStrain = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user