"How are the player scores calculated?
The scores are calculated according to a simple exponential formula. Each player gets a score based on their final position and the total number of entrants in each event, rounded off to the nearest non-decimal value.

Formula: Multiplier^(Entrants-Position+1) = Score.

Where the Multiplier is whatever number which raised by the number of entrants would equal the number of entrants.

For example in a league event with 500 entrants, the winner would get a score of 500, the runner-up a score of 494, the #250 finisher a score of 22 and the last place a score of 1."