add remarks explaining HR SV multiplier

This commit is contained in:
Firmatorenio
2020-12-30 20:57:41 +06:00
parent 013b9b62a1
commit 669c42a38d
2 changed files with 12 additions and 1 deletions

View File

@ -10,6 +10,9 @@ namespace osu.Game.Rulesets.Taiko.Mods
{
public override string Description => @"Beats move slower, and less accuracy required!";
/// <summary>
/// Multiplier factor added to the scrolling speed.
/// </summary>
private const double slider_multiplier = 0.8;
public override void ApplyToDifficulty(BeatmapDifficulty difficulty)