1,885
edits
m (→Scoring) |
|||
Line 53: | Line 53: | ||
* (6 han) 32,000 points | * (6 han) 32,000 points | ||
The payment is applied differently to riichi. In brief, it's more encouraged to win by | The payment is applied differently to riichi. In brief, it's more encouraged to win by self-drawn <small style="color:#999;">(''tsumo'')</small>, as the total payment is huge compared to by dealing-in <small style="color:#999;">(''ron'')</small>. Meanwhile, dealership does not provide more income, with neither a higher rate nor extra tips. | ||
More specifically, payments are counted as follows: | More specifically, payments are counted as follows: | ||
* Ron: Only the deal-in player needs to pay exactly the score to the winner. | * Deal-in win <small style="color:#999;">(''Ron'')</small>: Only the deal-in player needs to pay exactly the score to the winner. | ||
*: Formula: <code>RonPoints = Score</code> | *: Formula: <code>RonPoints = Score</code> | ||
* Tsumo: Every current non-winners should pay the score to the winner, with 1,000 points each in addition. | * Self-draw win <small style="color:#999;">(''Tsumo'')</small>: Every current non-winners should pay the score to the winner, with 1,000 points each in addition. | ||
*: Formula: <code>TsumoPoints = (Score + 1000) * CurrentPlayers</code> | *: Formula: <code>TsumoPoints = (Score + 1000) * CurrentPlayers</code> | ||