]> git.pond.sub.org Git - empserver/blob - info/Research.t
ship: Unbreak MOB_ACCESS real-time mobility update for ships
[empserver] / info / Research.t
1 .TH Concept Research
2 .NA Research "How Research level is calculated each update"
3 .LV Expert
4 .sp
5 .s1
6 If the RES_POP option is in use,
7 the research level of a country determines the maximum number of civilians
8 and uw's
9 that can live in a sector. For ordinary sectors, the maximum is:
10 .s1
11 .ti 3
12 min(1000, 400 + 600 * ((research*4 + 50)/(research*3 + 200)))
13 .s1
14 So, for example, at 0 research, after an update, the max you
15 could have in a sector would be 550 civs and 550 uws.
16 Note that in the case of captured sectors,
17 the research level of the current owner governs, even if the old
18 owner of the sector had a higher/lower research.
19 .s1
20 If, after population growth, there are more civs than the limit, the
21 excess are lost.  Uw's work the same way.
22 .s1
23 The research level also affects the likelihood of plague outbreaks.
24 (Unless the NO_PLAGUE option is used, of course)
25 .s1
26 The \*Qnation\*U command will display,
27 among other things,
28 your current research level.
29 .s1
30 The procedure determining how much your research level goes up every
31 update is exactly the same for research as it is for technology
32 (see "info Technology") except for the fact that "research log base"
33 is always 2.00 and "easy research" is always 0.75.  But besides this,
34 research bleeds, decays, and leaks in exactly the same way as technology.
35 .s1
36 .SA "Innards, nation, Products, Technology, Nations, Producing, Updates"