forked from akanyan/mu3-mods
23 lines
647 B
Markdown
23 lines
647 B
Markdown
## MoreProfileOptions
|
|
|
|
### Track skip
|
|
|
|
SSS+, Personal Best, Full Bell, AA (900k)
|
|
|
|
PB and FB fall back to AA for Score- display.
|
|
|
|
### Rating
|
|
|
|
This rating calculation is client-side and purely cosmetic but the profile option is stored on the server so it can persist between sessions (i.e. Emmy will know you are using this mod, but won't know your naive rating value).
|
|
|
|
#### TYPE-A: Default
|
|
[(OldBest30+NewBest15+Recent10)÷55](https://silentblue.remywiki.com/ONGEKI:Rating#Profile_rating)
|
|
|
|
#### TYPE-B: Naive
|
|
Best45÷45
|
|
|
|
#### TYPE-C: Reachable
|
|
Like TYPE-A but "Recent10" is always the best eligible score times 10
|
|
|
|
#### TYPE-D: Recent
|
|
Recent10÷10 |