In case you have ever wondered how Fleaflicker calculated 'Luck', here is the formula: ('Luck' can be viewed by navigating to any team's page, then clicking on the 'Schedule' tab)
total_teams = number of teams in your league
rank = your weekly ranking relative to the rest of the teams in your league
Tucc_ManTue 9/19/17 3:33 PM
In case you have ever wondered how Fleaflicker calculated 'Luck', here is the formula: ('Luck' can be viewed by navigating to any team's page, then clicking on the 'Schedule' tab)
total_teams = number of teams in your league
rank = your weekly ranking relative to the rest of the teams in your league
If you won your weekly match-up:
Luck = (rank - 1) * (1 / (total_teams - 1)) * 100
If you lost your weekly match-up:
Luck = (rank - total_teams) * (1 / (total_teams - 1)) * 100