ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
2
Working out Distribution:
3
To work out the Distribution for each group, simply take the amount of OP allocated to the group and divide it by the total distribution points (as seen on each sheet). Then times that by how many distribution points is assined to a person.
4
For example:
5
Step 1: If the NERDs are allocated 100 000 OP through retroPGF round 2, we can divide it by the number of distribution points. That will give us the OP per distribution point.
6
100000 OP/66.5 =1503.759398
7
OP allocated to NERDsTotal points for NERDsOP per Distribution point
8
Step 2:We then take that OP per point and times it by the number of points an active NERD gets to see how much OP they will get!
9
1503.759398x2 =3007.51879699248 OP
10
OP per Distribution pointDistribution points for a NERDAmount of OP for an active NERD
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100