Implement sorcerer's diffcalc changes

This commit is contained in:
smoogipoo
2019-03-06 14:36:30 +09:00
parent 00cdb3a44a
commit b51a457e5a
3 changed files with 38 additions and 16 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty
{
public class CatchDifficultyCalculator : DifficultyCalculator
{
private const double star_scaling_factor = 0.145;
private const double star_scaling_factor = 0.15;
protected override int SectionLength => 750;