44
edits
Line 255: | Line 255: | ||
Let C' be the adjusted combo count after step: | Let C' be the adjusted combo count after step: | ||
: If C = combo count after step and C' | : If C = combo count after step and C'_p = value of C' on previous step, C' = : | ||
:* max(C' | :* max(C'_p, C) if Perfect or Great | ||
:* floor(C' | :* floor(C'_p / 2) otherwise | ||
Then, | Then, | ||
Line 274: | Line 274: | ||
*mod(S + 15, 32) + 1 if S > 16 | *mod(S + 15, 32) + 1 if S > 16 | ||
Note that this means the score per step can go down when crossing stage boundaries, e.g. if S goes from 272 to 273. | |||
==== 4thMIX Endless ==== | ==== 4thMIX Endless ==== |
edits