Nerf slider aim for plays with dropped slider ends

This commit is contained in:
apollo-dw
2021-11-10 00:59:28 +00:00
parent baa5285b59
commit fe2f143e8a
4 changed files with 19 additions and 5 deletions

View File

@ -10,6 +10,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
public double AimStrain { get; set; }
public double SpeedStrain { get; set; }
public double FlashlightRating { get; set; }
public double SliderFactor { get; set; }
public double ApproachRate { get; set; }
public double OverallDifficulty { get; set; }
public double DrainRate { get; set; }