1
0
Fork 0
mirror of https://github.com/ppy/osu-tools.git synced 2025-06-11 18:20:35 +09:00

Include the SliderFactor attribute in the difficulty and simulate commands for the osu ruleset.

This commit is contained in:
Janno Onink 2021-11-13 17:47:10 +01:00
parent 24907f1138
commit b6d7c10d4d
2 changed files with 3 additions and 1 deletions

View file

@ -101,7 +101,8 @@ namespace PerformanceCalculator.Simulate
{
{ "Star rating", osuDifficultyAttributes.StarRating },
{ "Aim strain", osuDifficultyAttributes.AimStrain },
{ "Speed strain", osuDifficultyAttributes.SpeedStrain }
{ "Speed strain", osuDifficultyAttributes.SpeedStrain },
{ "Slider factor", osuDifficultyAttributes.SliderFactor }
};
if (GetMods(Ruleset).Any(m => m is ModFlashlight))