mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Adjust minimum health targets to match osu-stable
This commit is contained in:
parent
6f7c675dfe
commit
5ad9692467
@ -27,17 +27,17 @@ namespace osu.Game.Rulesets.Scoring
|
||||
/// <summary>
|
||||
/// The minimum health target at an HP drain rate of 0.
|
||||
/// </summary>
|
||||
private const double min_health_target = 0.95;
|
||||
private const double min_health_target = 0.99;
|
||||
|
||||
/// <summary>
|
||||
/// The minimum health target at an HP drain rate of 5.
|
||||
/// </summary>
|
||||
private const double mid_health_target = 0.70;
|
||||
private const double mid_health_target = 0.9;
|
||||
|
||||
/// <summary>
|
||||
/// The minimum health target at an HP drain rate of 10.
|
||||
/// </summary>
|
||||
private const double max_health_target = 0.30;
|
||||
private const double max_health_target = 0.4;
|
||||
|
||||
private IBeatmap beatmap;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user