1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 09:42:54 +08:00

Updated Scoring (markdown)

Dean Herbert 2021-04-21 13:30:16 +09:00
parent b79a5a1869
commit 57f863d327

@ -44,7 +44,7 @@ The `HitResult` class determines which portion(s) of the total score a judgement
| SmallBonus | 10 | ❌ | ❌ | ✅ | StrongHit | IgnoreMiss |
| LargeBonus | 50 | ❌ | ❌ | ✅ | SpinnerBonus, Banana | IgnoreMiss |
¹ Contribution to the combo portion also implies the combo is increased or decreased for a hit or miss respectively.
¹ Contribution to the combo portion also implies the combo is increased for a hit, or reset on a miss.
² The minimum result is provided for reference to be used in later sections that describe hit result application.
³ All hitobjects must provide a hit result, but "Ignore" results are to be provided when the score should not be affected.