mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 17:47:18 +08:00
Change mania to 85% acc / 15% combo
This commit is contained in:
parent
104fbbde94
commit
023bbda7db
@ -26,8 +26,8 @@ namespace osu.Game.Rulesets.Mania.Scoring
|
||||
|
||||
protected override double ComputeTotalScore(double comboProgress, double accuracyProgress, double bonusPortion)
|
||||
{
|
||||
return 200000 * comboProgress
|
||||
+ 800000 * Math.Pow(Accuracy.Value, 2 + 2 * Accuracy.Value) * accuracyProgress
|
||||
return 150000 * comboProgress
|
||||
+ 850000 * Math.Pow(Accuracy.Value, 2 + 2 * Accuracy.Value) * accuracyProgress
|
||||
+ bonusPortion;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user