1,883
edits
Line 165: | Line 165: | ||
<ol> | <ol> | ||
<li> Calculate End Score based on final point results: | <li> Calculate End Score based on final point results: | ||
<p> | <p><code><nowiki> | ||
EndScore = (MatchResult - | EndScore = (MatchResult - StartingPts) / 1000 + UmaPts | ||
</nowiki></code></p> | </nowiki></code></p> | ||