]> git.pond.sub.org Git - empserver/blobdiff - info/Innards.t
info/Empire4.4: Improve a few change log entries
[empserver] / info / Innards.t
index d5c2165472e3a02d93a6dcaae82fed1250dcae1f..4d279310417b23741839550b96e9baebd7e220aa 100644 (file)
@@ -1,6 +1,6 @@
 .TH Concept Innards
 .NA Innards "Some details about the inner workings of the server"
-.LV Expert
+.LV Obsolete
 .s1
 Much of this file is now out-of-date.  Correct information may be found
 in the files Update-sequence and build.
@@ -88,7 +88,7 @@ bank interest rate in $/bar
 .in
 .nf
 .s1
-workforce = (civ*work/100 + uw + mil / 5.) / 100.
+workforce = (civ*work/100 + uw + mil * 0.4) / 100.
 If workforce = 0 go away and don't update anything
 
 /* increase sector efficiency */
@@ -146,14 +146,14 @@ Collect the taxes, pay the military
 /* plague */
 If p_stage = \*Qthird\*U kill off a bunch of people,
    alert the owner and the news and decrement p_time by dt.
-   If p_time \*(<= 0 set p_stage = zero (plague has burned itself out).
+   If p_time \(<= 0 set p_stage = zero (plague has burned itself out).
 If p_stage = \*Qsecond\*U report
    to the owner and the news and decrement p_time by dt.
-   If p_time \*(<= 0 set p_stage = \*Qthird\*U
+   If p_time \(<= 0 set p_stage = \*Qthird\*U
       and randomly reset p_time in the range of etu_per_update to
       (etu_per_update * 2).
 If p_stage = \*Qfirst\*U decrement p_time by dt.
-   If p_time \*(<= 0 set p_stage = \*Qsecond\*U
+   If p_time \(<= 0 set p_stage = \*Qsecond\*U
       and randomly reset p_time in the range of etu_per_update to
       (etu_per_update * 2).
 If p_stage = zero and a random number in the range 0-99
@@ -233,14 +233,14 @@ check for plague progress,
 Bureaucratic Time Units
 .s1
 There is one further update that is not handled in the sector
-update routine; that is the update of bureaucracy time units (BTU's).
+update routine; that is the update of bureaucracy time units (BTUs).
 These are the numbers printed in brackets before the command
 prompt.
-Most commands given use BTU's, some use 1, some use 2 and some use
-more, making BTU's a vital commodity.
-The generation of BTU's is
+Most commands given use BTUs, some use 1, some use 2 and some use
+more, making BTUs a vital commodity.
+The generation of BTUs is
 dependent on the efficiency and the work force in the capital sector.
 (see info BTU).
 .s1
 .s1
-.SA "Education, Happiness, Products, Research, Technology, Time, BTU, Obsolete"
+.SA "Education, Happiness, Products, Research, Technology, Time, BTU, Server"