1,883
edits
(→Calculation on Upgrading Points: Added 3P-mahjong calculation) |
(→Calculation on Copper Coins: Added 3P part) |
||
Line 168: | Line 168: | ||
<ol> | <ol> | ||
<li> Calculate End Score based on final point results: | <li> Calculate End Score based on final point results: | ||
<p><code><nowiki> | <p>4P: <code><nowiki> | ||
EndScore = (MatchResult - 25000) / 1000 + UmaPts | EndScore = (MatchResult - 25000) / 1000 + UmaPts | ||
</nowiki></code></p> | |||
<p>3P: <code><nowiki> | |||
EndScore = (MatchResult - 35000) / 1000 + UmaPts | |||
</nowiki></code></p> | </nowiki></code></p> | ||
Line 179: | Line 182: | ||
| colspan=2 | Bronze Room || 0 / 0 || - || - | | colspan=2 | Bronze Room || 0 / 0 || - || - | ||
|- | |- | ||
| Silver Room || | | Silver Room || East <br/> South || 2500 / 500 <br/> 3500 / 700 || 2000 <br/> 2800 || 50 <br/> 70 | ||
|- | |- | ||
| Gold Room || | | Gold Room || East <br/> South || 5000 / 1000 <br/> 7000 / 1400 || 4000 <br/> 5600 || 100 <br/> 140 | ||
|- | |- | ||
| Jade Room || | | Jade Room || East <br/> South || 10000 / 2000 <br/> 14000 / 2800 || 8000 <br/> 11200 || 200 <br/> 280 | ||
|- | |- | ||
| Throne Room || | | Throne Room || East <br/> South || 10000 / 2000 <br/> 14000 / 2800 || 8000 <br/> 11200 || 200 <br/> 280 | ||
|} | |} | ||
Copper-coin lost is bounded to maximum coin lost if the result exceeded the limit. | Copper-coin lost is bounded to maximum coin lost if the result exceeded the limit. |