Here's the datalinks description:
Bureaucracy is the addition of extra Drones because a faction has
exceeded a certain number of bases. The bureaucracy formula works
as follows:
BaseLimit = (8 - Difficulty) * (4 + Efficiency) * MapRoot / 2
Where:
Difficulty = Player's difficulty level (0 - 5)
Efficiency = Social Engineering rating.
MapRoot = Sq. Root of # Map Squares / Sq. Root of 3200.
For each base a faction builds in excess of this number, one additional
drone will appear at some base somewhere in the colony.
So, I started up a standard size map (80 x 80) on thinker with Zahk.
Here's the projected base size before drones with the above formula:
Size Efficiency
0 -4
2.82 -3
5.65 -2
8.485 -1
11.31 0
14.14 1
16.97 2
19.8 3
22.6 4
By screwing around with the command editor, I got the "this base will add a drone" warning at:
Size Efficiency
8 Less than or equal to 0
10 +1
12 +2.....
The +2 size per efficiency point continues all the way up to +7, as near as I can tell.
Obviously, the datalinks formula is insanely wrong. So, anyone want to do the testing to determine the correct amounts? I guess it'd take five minutes of work with the scenario editor for each size; who knows how the difficulty setting actually effects it?
Bureaucracy is the addition of extra Drones because a faction has
exceeded a certain number of bases. The bureaucracy formula works
as follows:
BaseLimit = (8 - Difficulty) * (4 + Efficiency) * MapRoot / 2
Where:
Difficulty = Player's difficulty level (0 - 5)
Efficiency = Social Engineering rating.
MapRoot = Sq. Root of # Map Squares / Sq. Root of 3200.
For each base a faction builds in excess of this number, one additional
drone will appear at some base somewhere in the colony.
So, I started up a standard size map (80 x 80) on thinker with Zahk.
Here's the projected base size before drones with the above formula:
Size Efficiency
0 -4
2.82 -3
5.65 -2
8.485 -1
11.31 0
14.14 1
16.97 2
19.8 3
22.6 4
By screwing around with the command editor, I got the "this base will add a drone" warning at:
Size Efficiency
8 Less than or equal to 0
10 +1
12 +2.....
The +2 size per efficiency point continues all the way up to +7, as near as I can tell.
Obviously, the datalinks formula is insanely wrong. So, anyone want to do the testing to determine the correct amounts? I guess it'd take five minutes of work with the scenario editor for each size; who knows how the difficulty setting actually effects it?
Comment