]> git.pond.sub.org Git - empserver/blob - info/BTU.t
client: Unbreak standalone build
[empserver] / info / BTU.t
1 .TH Concept "Bureaucratic Time Units"
2 .NA BTU "How BTUs are generated"
3 .LV Expert
4 .s1
5 It takes time for decisions to be made by top level officials, and it
6 takes time for their orders to reach those who execute them.
7 The potential of your government to process new information is
8 measured in Bureaucratic Time Units (BTU).
9 .s1
10 Most commands consume BTUs.  The \*Qlist\*U command shows how many.
11 Some commands consume additional BTUs, depending on what they actually
12 do.
13 .s1
14 BTUs are generated in real-time based on the number of civilians that
15 are in your capital.  Every time you log out and in again, the server
16 calculates how long you've been away, and based on that time awards
17 you a certain number of BTUs.  The same happens at the update.
18 .s1
19 Here is the procedure for determining how many BTUs you get:
20 .nf
21 If the game is a blitz, then as soon as your BTUs go below zero, then
22 they are automatically set back to the maximum.
23
24 (1) Count the number of civs generating BTUs.
25   civs = maximum(1000, number of civs in your capital sector)
26   Note that if you don't have a capital, then you will get _no_ BTUs.
27
28 (2) Find out how many civs are required to make one BTU in one time unit.
29 The "version" command will tell you how many civilians are required to
30 produce one BTU in one Empire Time Unit (ETU) in a perfectly efficient
31 capital.
32
33 (3) Calculate how efficiently your capital makes BTUs.  A proper
34 capital's BTU efficiency is sector efficiency times work percentage,
35 but at least 0.5%.  A mountain capital's BTU efficiency is always
36 0.5%.
37
38 (4) Calculate how many BTUs your capital produces in one time unit.
39 Divide the number of civs generating BTUs (step 1) by the number of
40 civs required to produce one BTU in one time unit (step 2).  Multiply
41 by efficiency (step 3).
42
43 (5) Find out how many time units have passed since you last got BTUs.
44 A fixed number of ETUs elapse between updates.  The \*Qversion\*U
45 command shows how many.
46
47 (6) Calculate how many BTUs you get.
48 Multiply the number of BTUs your cap produces in one ETU (step 4) by
49 the number of ETUs which have passed (step 5).  This is how many BTUs
50 you get.  Note that there is a limit to how many BTUs you can have at
51 any given time.  This number is usually 640 but can be changed by the deity.
52
53 EXAMPLE: say your capital is in perfect condition (100% efficiency and
54 work), and has 500 civilians.  Suppose that version said:
55
56 It takes 25.00 civilians to produce a BTU in one time unit
57
58 Then first you would divide 500 by 25 to get 20.  Now since your cap
59 is 100% efficient and 100% working, its BTU efficiency is 100% * 100%
60 = 100%, i.e. your capital makes 20 BTUs per ETU.  Now suppose that
61 version said:
62
63 An update consists of 60 empire time units.
64
65 and suppose that exactly that many had passed since the last time you
66 got BTUs.  You multiply 20 by 60 and get 1200 BTUs.  But since the
67 maximum is 640, you'd have 640 BTUs.  Note that if your capital were a
68 mountain sector, it would make only 20 * 0.5% = 0.1 BTUs per time
69 unit.  You'd get only 6 BTUs then.
70 .fi
71 .s1
72 .SA "Innards, version, Time, Playing"