1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 10:33:22 +08:00

Updated Scoring (markdown)

Bartłomiej Dach 2023-11-16 21:35:30 +09:00
parent 54fb309f09
commit ede09685af

@ -40,7 +40,7 @@ The `HitResult` class determines which portion(s) of the total score a judgement
| SmallTickMiss | 0 | ✅ | ❌ | ❌ | SpinnerTick, DrumRollTick, TinyDroplet | - |
| SmallTickHit | 10 | ✅ | ❌ | ❌ | SpinnerTick, DrumRollTick, TinyDroplet | SmallTickMiss |
| LargeTickMiss | 0 | ✅ | ✅ | ❌ | SliderTick, Droplet | - |
| LargeTickHit | 30 | ✅ | ✅ | ❌ | SliderTick, Droplet, SliderTail | LargeTickMiss |
| LargeTickHit | 30 | ✅ | ✅ | ❌ | SliderTick, Droplet, SliderTail | LargeTickMiss |
| SmallBonus | 10 | ❌ | ❌ | ✅ | StrongHit, Note, TailNote | IgnoreMiss |
| LargeBonus | 50 | ❌ | ❌ | ✅ | SpinnerBonus, Banana | IgnoreMiss |
| LegacyComboIncrease | 0 | ❌ | ✅ | ❌ | Not usable (legacy only) | - |