Aurora 4x
New Players => The Academy => Topic started by: Thibaut on August 11, 2011, 01:24:46 PM
-
when built it shows :"Level 1 , radius 1".
Once 3 have been built it shows "Level 3, radius 2".
Is there any effect related to the level other than augmenting the radius ? I couldn't find any info in the forum related to that.
-
IIRC, that is the only effect. If you want your sector commader to provide bonuses to more than the system they are in you need to expand the sector command to the appropriate radius.
-
Also to be clear the appropriate raduis is not the level of the headquarters, it is the square root of the headquarters level. So more than a radius of three (9 levles of hq) gets to be very expensive.
Brian
-
Also to be clear the appropriate raduis is not the level of the headquarters, it is the square root of the headquarters level. So more than a radius of three (9 levles of hq) gets to be very expensive.
Brian
Thanks Brian, I wasn't very clear on that.
-
hhmm are you sure of that ?
I have HQ lvl 4 and it's giving radius 3. (it was radius 2 for Lvl 2 and 3).
-
hhmm are you sure of that ?
I have HQ lvl 4 and it's giving radius 3. (it was radius 2 for Lvl 2 and 3).
I've just checked an this is the same in my 5.42 game. Well that's odd. It is definately non-linear but it not as simple the SQRT of the level.
-
I've just checked an this is the same in my 5.42 game. Well that's odd. It is definately non-linear but it not as simple the SQRT of the level.
Yeah - it's the delta to get to a new level that follows some progression. The two possibilities that I vaguely remember are either N(R+1) - N(R) = R or N(R+1) - N(R) = 2^(R-1), but it might be something else. The first one gives roughly quadratic behavior for N(R), and both match the quoted behavior for N=1-4.
John
-
What about roof(sqrt(level))?
-
What about roof(sqrt(level))?
Still gives 2 for a level 4 HQ. Unless there's some rounding trick on the sqrt() function due to language/processor.
But it will be hard to guess with only 4 values. Do you know radius values for HQ levels 5+ ?
-
I believe its actually Radius of control = 1 + int(sqrt(Level))
Level Radius
ie 1 2
2 2
3 2
4 3
9 4
16 5 etc