mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 15:43:22 +08:00
adjusted global multiplier to better balance values against inflation
This commit is contained in:
parent
2d48301223
commit
8fdffbf08f
@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
||||
countMiss = Score.Statistics.GetValueOrDefault(HitResult.Miss);
|
||||
effectiveMissCount = calculateEffectiveMissCount();
|
||||
|
||||
double multiplier = 1.12; // This is being adjusted to keep the final pp value scaled around what it used to be when changing things.
|
||||
double multiplier = 1.08; // This is being adjusted to keep the final pp value scaled around what it used to be when changing things.
|
||||
|
||||
// Custom multipliers for NoFail and SpunOut.
|
||||
if (mods.Any(m => m is OsuModNoFail))
|
||||
|
Loading…
Reference in New Issue
Block a user