mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Simplify standardized scoring to BasePortion (raw scoring) + ComboPortion (highest combo)
This commit is contained in:
@ -55,8 +55,8 @@ namespace osu.Game.Rulesets.Taiko.Scoring
|
||||
/// </summary>
|
||||
public override bool HasFailed => Hits == MaxHits && Health.Value <= 0.5;
|
||||
|
||||
protected override double BasePortion => 0.8;
|
||||
protected override double ComboPortion => 0.2;
|
||||
protected override double AccuracyPortion => 0.8;
|
||||
|
||||
private double hpIncreaseTick;
|
||||
private double hpIncreaseGreat;
|
||||
|
Reference in New Issue
Block a user