Rizline:Scoring system: Difference between revisions

Created page with "''Rizline:Rizline''<nowiki/>'s scoring system is quite complicated. It has two separate systems: ''Score'' and ''Clear Rate''. ''Score'' is based on the amount of hit notes and notes hit with the ''Perfect'' judgements, while ''Clear Rate'' is based on combo and notes hit during Rizline:Riztime. This page explains the systems in detail. == Terminology == Let's start by defining a couple of terms: * '''Score''' - Score, shown on the high-score screen, and on..."
 
Line 94: Line 94:
=== Grade Dots ===
=== Grade Dots ===


The amount of ''Grade Dots'' gotten from a play is dependent entirely on your ''Clear Rate''. You can calculate ''Grade Dots'' from ''Clear Rate'' by using the following formula:
The amount of {{IconLink|Rizline|Grade Dots}} gotten from a play is dependent entirely on your ''Clear Rate''. You can calculate ''Grade Dots'' from ''Clear Rate'' by using the following formula:


<pre>GradeDots = MAX(0, ROUNDDOWN((ClearRate * 10) - 5))</pre>
<pre>GradeDots = MAX(0, ROUNDDOWN((ClearRate * 10) - 5))</pre>
The amount of ''Dots'' earned in a play is just the amount of ''Grade Dots'' multiplied by 3:
The amount of '{{IconLink|Rizline|Dots}} earned in a play is just the amount of ''Grade Dots'' multiplied by 3:


<pre>DotsEarned = GradeDots * 3</pre>
<pre>DotsEarned = GradeDots * 3</pre>