Ellison Park Score-O | 2023-07-26 |
results | created by Ór |
40 Starts
* Score-O Bonus points calculation at end
Score-O
* Bonus calculated for event to visit controls in numerical order:
For each sequence, the number of consecutive controls was n
bonus was round((n+1)*(n-1)/2)
2 2
3 4
4 8
5 12
6 18
7 24
8 32
9 40
10 50
11 60
12 72
13 84
14 98
15 112
16 128
17 144
18 162
19 180
20 200
21 220
22 242
23 264
24 288
25 312
26 338
etc
People that were over time, penalty decreased their longest sequence by the number of minutes and then calculated the bonus.
If the penalty minutes were more than the longest sequence, the next longest sequence continued reducing the bonus.
EXAMPLE if someone had a sequence of 10 controls but was into the 3rd minute overtime, calculated the bonus as a sequence of 7 controls.