Tucc_Man Tue 9/19/17 3:34 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

NoLongerCommish Wed 9/27/17 5:13 PM

Thanks for posting. I wish the calculation took points scored in to consideration.

Tucc_Man Thu 9/28/17 12:30 PM

You're welcome.

Points scored is taken into consideration from the standpoint that it determines your 'rank'.

From the formulas above, 'rank' means wherever you finished in a given week based on points scored that week, relative to the other teams in your league that week. It is not referring to what position you currently sit in your league standings.

I may have been ambiguous with this term, and probably should have said 'weekly_rank' instead.