mirror of
https://github.com/osukey/osukey.git
synced 2025-07-28 13:50:01 +09:00
increased global multiplier due to adjustment to sliders
This commit is contained in:
@ -43,7 +43,7 @@ namespace osu.Game.Rulesets.Osu.Difficulty
|
|||||||
countMiss = Score.Statistics.GetValueOrDefault(HitResult.Miss);
|
countMiss = Score.Statistics.GetValueOrDefault(HitResult.Miss);
|
||||||
effectiveMissCount = calculateEffectiveMissCount();
|
effectiveMissCount = calculateEffectiveMissCount();
|
||||||
|
|
||||||
double multiplier = 1.08; // This is being adjusted to keep the final pp value scaled around what it used to be when changing things.
|
double multiplier = 1.1; // 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.
|
// Custom multipliers for NoFail and SpunOut.
|
||||||
if (mods.Any(m => m is OsuModNoFail))
|
if (mods.Any(m => m is OsuModNoFail))
|
||||||
|
Reference in New Issue
Block a user