Rizline:Scoring system: Difference between revisions

Line 97: Line 97:


<pre>GradeDots = MAX(0, ROUNDDOWN((ClearRate * 10) - 5))</pre>
<pre>GradeDots = MAX(0, ROUNDDOWN((ClearRate * 10) - 5))</pre>
The amount of '{{IconLink|Rizline|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>