mirror of
https://github.com/ppy/osu
synced 2025-02-09 06:36:56 +00:00
Merge pull request #7997 from smoogipoo/adjust-hp-values
Increase HP awarded for GOODs from 1.5% to 2.5%
This commit is contained in:
commit
2c0b8ab95f
@ -75,7 +75,7 @@ namespace osu.Game.Rulesets.Judgements
|
|||||||
return -DEFAULT_MAX_HEALTH_INCREASE * 0.01;
|
return -DEFAULT_MAX_HEALTH_INCREASE * 0.01;
|
||||||
|
|
||||||
case HitResult.Good:
|
case HitResult.Good:
|
||||||
return DEFAULT_MAX_HEALTH_INCREASE * 0.3;
|
return DEFAULT_MAX_HEALTH_INCREASE * 0.5;
|
||||||
|
|
||||||
case HitResult.Great:
|
case HitResult.Great:
|
||||||
return DEFAULT_MAX_HEALTH_INCREASE;
|
return DEFAULT_MAX_HEALTH_INCREASE;
|
||||||
|
Loading…
Reference in New Issue
Block a user