Gadvia:Gadvia: Difference between revisions

m Islands: Changed link to IconLink
Line 35: Line 35:
The total score for a given play can be calculated using the following formula:
The total score for a given play can be calculated using the following formula:


<code>floor(perfect + (great * 0.8) + (good * 0.5) / totalNotes * 1000000) + (goldPerfect * 0.0001)</code>
<code>floor(anyPerfect + (great * 0.8) + (good * 0.5) / totalNotes * 1000000) + (goldPerfect * 0.0001)</code>
 
where <code>goldPerfect</code>, <code>perfect</code>, <code>great</code> and <code>good</code> are the counts of the respective judgements, and <code>totalNotes</code> is the total number of notes in a [[chart]].


where <code>goldPerfect</code>, <code>great</code> and <code>good</code> are the amounts of the respective judgements, <code>anyPerfect</code> is the total amount of Perfect judgements, gold or not, (this is the value shown on the Results Screen) and <code>totalNotes</code> is the total number of notes in a chart.


The maximum possible score can be calculated using the formula: <code>1000000 + (totalNotes * 0.0001)</code>.
The maximum possible score can be calculated using the formula: <code>1000000 + (totalNotes * 0.0001)</code>.