1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 23:51:01 +08:00

Rebalance star rating

This commit is contained in:
tsunyoku
2025-06-11 10:23:53 +01:00
Unverified
parent 32f489fab8
commit f48c7445e1
@@ -24,7 +24,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
{
private const double performance_base_multiplier = 1.15; // This is being adjusted to keep the final pp value scaled around what it used to be when changing things.
private const double difficulty_multiplier = 0.0675;
private const double star_rating_multiplier = 0.0265;
private const double star_rating_multiplier = 0.026;
public override int Version => 20250306;