Majsoul: Difference between revisions

90 bytes removed ,  17 July 2019
m
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>4P: <code><nowiki>
<p><code><nowiki>
EndScore = (MatchResult - 25000) / 1000 + UmaPts
EndScore = (MatchResult - StartingPts) / 1000 + UmaPts
</nowiki></code></p>
<p>3P: <code><nowiki>
EndScore = (MatchResult - 35000) / 1000 + UmaPts
</nowiki></code></p>
</nowiki></code></p>