1 |
Okay so putting formulas to this proposal to just tie it to ladder playercount.
|
1 |
Okay so putting formulas to this proposal to just tie it to ladder playercount.
|
2 |
\n
|
2 |
\n
|
3 |
x=playercount
|
3 |
x=playercount
|
4 |
\n
|
4 |
\n
|
5 |
Singularity = MIN(0.08, MAX(0.01, -0.0229087*ln(x-30.9383)+0.167527))
|
5 |
Singularity = MIN(0.08, MAX(0.01, -0.0229087*ln(x-30.9383)+0.167527))
|
6 |
Neutron Star = MIN(0.2, MAX(0.05, -0.0274178*ln(x-45.9861)+0.238104))
|
6 |
Neutron Star = MIN(0.2, MAX(0.05, -0.0274178*ln(x-45.9861)+0.238104))
|
7 |
Supergiant = MIN(0.4, MAX(0.1, -0.089607*ln(x-15.3846)+0.717594))
|
7 |
Supergiant = MIN(0.4, MAX(0.1, -0.089607*ln(x-15.3846)+0.717594))
|
8 |
Giant = MIN(0.5, MAX(0.2, -0.160736*ln(x+123.831)+1.32909))
|
8 |
Giant = MIN(0.5, MAX(0.2, -0.160736*ln(x+123.831)+1.32909))
|
9 |
Subgiant = MIN(0.64, MAX(0.4, -0.0564065*ln(x-36.3201)+0.787555))
|
9 |
Subgiant = MIN(0.64, MAX(0.4, -0.0564065*ln(x-36.3201)+0.787555))
|
10 |
Red Dwarf = MIN(0.8, MAX(0.6, -0.059783*ln(x-15.3846)+1.01173))
|
10 |
Red Dwarf = MIN(0.8, MAX(0.6, -0.059783*ln(x-15.3846)+1.01173))
|
11 |
Brown Dwarf = MIN(0.9, MAX(0.8, -0.029869*ln(x-15.3846)+1.00586))
|
11 |
Brown Dwarf = MIN(0.9, MAX(0.8, -0.029869*ln(x-15.3846)+1.00586))
|
12 |
\n
|
12 |
\n
|
13 |
At or above 1k players thresholds, current thresholds apply. Below 50 players = 50 player threshholds. Thresholds at given playercounts:
|
13 |
At or above 1k players thresholds, current thresholds apply. Below 50 players = 50 player threshholds. Thresholds at given playercounts:
|
14 |
\n
|
14 |
\n
|
15 |
50 players:
|
15 |
50 players:
|
16 |
8% singularity (top 4)
|
16 |
8% singularity (top 4)
|
17 |
20% neutron star (top 10)
|
17 |
20% neutron star (top 10)
|
18 |
40% supergiant (top 20)
|
18 |
40% supergiant (top 20)
|
19 |
50% giant (top 25)
|
19 |
50% giant (top 25)
|
20 |
64% subgiant (top 32)
|
20 |
64% subgiant (top 32)
|
21 |
80% red dwarf (top 40)
|
21 |
80% red dwarf (top 40)
|
22 |
90% brown dwarf (top 45)
|
22 |
90% brown dwarf (top 45)
|
23 |
\n
|
23 |
\n
|
24 |
200 players:
|
24 |
200 players:
|
25 |
4% singularity (top 8)
|
25 |
4% singularity (top 8)
|
26 |
10% neutron star (top 20)
|
26 |
10% neutron star (top 20)
|
27 |
25% supergiant (top 50)
|
27 |
25% supergiant (top 50)
|
28 |
40% giant (top 80)
|
28 |
40% giant (top 80)
|
29 |
50% subgiant (top 100)
|
29 |
50% subgiant (top 100)
|
30 |
70% red dwarf (top 140)
|
30 |
70% red dwarf (top 140)
|
31 |
85% brown dwarf (top 170)
|
31 |
85% brown dwarf (top 170)
|
32 |
\n
|
32 |
\n
|
33 |
1000 players:
|
33 |
1000 players:
|
34 |
1% singularity (top 10)
|
34 |
1% singularity (top 10)
|
35 |
5% neutron star (top 50)
|
35 |
5% neutron star (top 50)
|
36 |
10% supergiant (top 100)
|
36 |
10% supergiant (top 100)
|
37 |
20% giant (top 200)
|
37 |
20% giant (top 200)
|
38 |
40% subgiant (top 400)
|
38 |
40% subgiant (top 400)
|
39 |
60% red dwarf (top 600)
|
39 |
60% red dwarf (top 600)
|
40 |
80% brown dwarf (top 800)
|
40 |
80% brown dwarf (top 800)
|
|
|
41 |
\n
|
|
|
42 |
Graphical representation of what this looks like:
|
|
|
43 |
[img]https://cdn.discordapp.com/attachments/278805140708786177/1167570404462829708/image.png?ex=654e9bac&is=653c26ac&hm=57e9e031c11cee413defb520975f06e1c9387db032d51493b5cbe7eb1775c690&[/img]
|