38 coaches online • Server time: 15:47
* * * Did you know? There are 434290 active teams in FUMBBL.
Log in
Recent Forum Topics goto Post GRUDGE FEST: OSBBL D...goto Post Got a little E.L.F. ...goto Post Choosing to roll +st...

Gaining Ladder Points

When you've played a Ladder match, you gain points according to the following formula:

Win:

[your score] += max(1, round(([their score] - [your score])/2))
[their score] -= 1

Tie:

[your score] += max(0, round(([their score] - [your score])/4))
[their score] += max(0, round(([your score] - [their score])/4))

Loss:

[your score] -= 1
[their score] += max(1, round(([your score] - [their score])/2))

Last update: August 20, 2005