Static
AC_Similar to "1" with some DIFF multipliers missing.
Formula: INIT + DIFF * {100<=COMBO: 8, 50<=COMBO: 4, 30<=COMBO: 2, 10<=COMBO: 1, 0}
.
Static
AC_AC 1 to AC 7 generation scoring. Default.
INIT
or 1000 pts per note.INIT + DIFF
or 2000 pts (1000+1000) per note.Static
AC_AC 8 to AC 14 generation scoring.
DIFF
with each 10 combo until 100, after
which it increases at a constant rate.INIT + max(0, DIFF * floor((min(COMBO, 100) - 1) / 10))
Static
fromStatic
fromGenerated using TypeDoc
Scoring method that affects the final score. All scores are divided by 10, rounded towards negative infinity, then multiplied by 10.