Majsoul: Difference between revisions

34 bytes removed ,  17 July 2019
m
Line 117: Line 117:
* 4P: 1st <code>+15</code>, 2nd <code>+5</code>, 3rd <code>-5</code>, 4th <code>-15</code>.
* 4P: 1st <code>+15</code>, 2nd <code>+5</code>, 3rd <code>-5</code>, 4th <code>-15</code>.
* 3P: 1st <code>+15</code>, 2nd <code>±0</code>, 3rd <code>-15</code>.
* 3P: 1st <code>+15</code>, 2nd <code>±0</code>, 3rd <code>-15</code>.
Starting Points: 4P <code>25000</code>, 3P <code>35000</code>.


Formula:
Formula: <code><nowiki>
* 4P: <code><nowiki>
PtsGain = (MatchResult - StartingPts) / 1000 + UmaPts + RankPts
PtsGain = (MatchResult - 25000) / 1000 + UmaPts + RankPts
</nowiki></code>
* 4P: <code><nowiki>
PtsGain = (MatchResult - 35000) / 1000 + UmaPts + RankPts
</nowiki></code>
</nowiki></code>