forked from Cookies_Github_mirror/AquaDX
Modify the Chu3 rating return accuracy (#127)
* Modify the Chu3 rating return accuracy * [F] Fix aquabox-url doc
This commit is contained in:
@@ -135,7 +135,7 @@ export function parseComposition(item: string, allMusics: Record<string, MusicMe
|
||||
if (game === 'mai2')
|
||||
return Math.floor(diff * mult * (Math.min(100.5, score / 10000) / 100)).toFixed(0)
|
||||
if (game === 'chu3')
|
||||
return (chusanRating(diff, score) / 100).toFixed(1)
|
||||
return (Math.floor(chusanRating(diff, score)) / 100).toFixed(2)
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user