]> git.pond.sub.org Git - empserver/blob - info/Concepts/Research.t
Import of Empire 4.2.12
[empserver] / info / Concepts / 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 mil, and uw's
9 that can live in a sector. The maximum then is:
10 .s1
11 .ti 3
12 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, 550 uws, and 550 mil.
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 & mil work the same way, each being individually
22 limited.
23 .s1
24 The research level also affects the likelihood of plague outbreaks.
25 (Unless the NO_PLAGUE option is used, of course)
26 .s1
27 The \*Qnation\*U command will display,
28 among other things,
29 your current research level.
30 .s1
31 The procedure determining how much your research level goes up every
32 update is exactly the same for research as it is for technology
33 (see "info Technology") except for the fact that "research log base"
34 is always 2.00 and "easy research" is always 0.75.  But besides this,
35 research bleeds, decays, and leaks in exactly the same way as technology.
36 .s1
37 .SA "Innards, nation, Products, Technology, Nation, Production, Update"