mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Reduce spinner tick and bonus score
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
|
||||
public class OsuSpinnerBonusTickJudgement : OsuSpinnerTickJudgement
|
||||
{
|
||||
protected override int NumericResultFor(HitResult result) => 1100;
|
||||
protected override int NumericResultFor(HitResult result) => 50;
|
||||
|
||||
protected override double HealthIncreaseFor(HitResult result) => base.HealthIncreaseFor(result) * 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user