Tournament
How do league point formulas work?
Each league awards points to players for every tournament, based on the league's scoring system, which you choose when you create or edit the league:
- Logarithmic
- Square Root
- Linear
- Fixed — you enter the exact points for each place
- Custom — write your own formula
With a Custom formula you can use any of these variables:
- p — number of players
- f — finish position
- b — buy-in
- c — total cost (buy-in + rebuys + add-ons)
- k — knockouts
- z — prize pool
- n — number of entries (including re-entries)
- x — bullets used (total buy-ins by the player)
- w — winnings (amount the player won)
- m — number of paid places
- r — number of rebuys
- a — number of add-ons
For example, this formula gives each player a point for every opponent they outlasted, a 2-point bonus for each knockout, and subtracts a point for each rebuy:
(p - f + 1) + (2 * k) - r