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

Updated Scoring (markdown)

Bartłomiej Dach 2023-11-16 21:36:13 +09:00
parent ede09685af
commit d679861b04

@ -29,7 +29,7 @@ The `HitResult` class determines which portion(s) of the total score a judgement
| Type | Score | Accuracy portion? | Combo portion?¹ | Bonus portion? | Examples | MinResult² |
| ------------- | :-----: | :---------------: | :-------------: | :------------: | --------------------------------------------------- | ------------- |
| IgnoreMiss³ | 0 | ❌ | ❌ | ❌ | Slider, SpinnerBonus, StrongHit, SwellTick, Banana | - |
| IgnoreMiss³ | 0 | ❌ | ❌ | ❌ | Slider, SliderTail, SpinnerBonus, StrongHit, SwellTick, Banana | - |
| IgnoreHit³ | 0 | ❌ | ❌ | ❌ | Slider, SwellTick | IgnoreMiss |
| Miss | 0 | ✅ | ✅ | ❌ | HitCircle, Hit, Fruit, Note, TailNote | - |
| Meh | 50 | ✅ | ✅ | ❌ | HitCircle, Hit, Note, TailNote | Miss |