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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user