]> git.pond.sub.org Git - empserver/blob - info/production.t
Make: Get SHELL from Autoconf
[empserver] / info / production.t
1 .TH Command PRODUCTION
2 .NA production "Predicts production of sectors at the next update"
3 .LV Basic
4 .SY "production <SECTS>"
5 Produce predicts how much is going to be produced at the next update.
6 It also shows you how much could be produced if more materials were
7 available in the sector.
8 .s1
9 Note that due to random rounding factors in the update, prod is not
10 totally accurate -- it may be off by a little bit.
11 .s1
12 In the syntax of the produce command
13 <SECTS> is the area on which you wish information,
14 (see \*Qinfo syntax\*U).
15 Produce reports on any sector that would produce goods,
16 sectors that don't produce anything
17 or are less than 60% efficient are ignored.
18 .s1
19 A typical usage might be:
20 .EX produce 0:9,0:9 ?type=m
21 which would list data for mines
22 in an area to the south-east of the capital.
23 .s1
24 The production report is headed by the lines:
25 .NF
26 PRODUCTION SIMULATION
27    sect  eff des avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
28 .FI
29 These columns represent:
30 .s1
31 .in \w'max[123]\0\0'u
32 .L sect
33 the x and y coordinates of the sector
34 .L des
35 The sectors designation
36 .L eff
37 the efficiency of the sector in doing its task.
38 Note that some sectors although working at 100%
39 may show up less as the natural resources influence this figure.
40 .L avail
41 the amount of work done in the sector.
42 .L "make"
43 How much of what product will be made at the next update.
44 .L p.e.
45 Production efficiency \- the efficiency with which the product is made
46 (i.e. how much benefit education or technology gives).
47 .L cost
48 The cost of the product in dollars
49 .L use[123]
50 The three use fields show how much of what product are consumed in
51 producing the given number of products produced.
52 .L max[123]
53 The three max fields show what would be used if it were available in
54 the sector (i.e. this is what the workforce is capable of using if it
55 was available).
56 .L max
57 This field gives the maximum output for the workforce if all the raw
58 materials were present.
59 .in
60 .s1
61 For example:
62 .EX prod #
63 .NF
64 Fri Mar 18 20:58:55 2005
65 PRODUCTION SIMULATION
66    sect  eff des avail  make p.e. cost   use1 use2 use3  max1 max2 max3   max
67    4,-4   a 120%   600  999f 6.97 $0                                      999
68    2,-4   t 100%   445 16.01 0.80 $6000   20d 100o 200l   28d 140o 280l 22.41
69    1,-3   j 100%   600  465l 0.77 $0     600i            600i             465
70    3,-3   g   0%   603    0d 1.00 $0                                        0
71    4,-2   g   0%   602    0d 1.00 $0                                        0
72    6,-2   j 100%   600  133l 0.77 $0     172i            600i             465
73    0,-2   e 100%   395  153m 1.00 $459   153c            153c             280
74    2,-2   b 100%   599  120b 1.00 $1200  600d            600d             120
75    5,-1   g   0%     2    0d 1.00 $0                                        0
76    7,-1   i 100%   600   60s 0.30 $600   400l 200h       400l 200h         60
77    3,-1   g   0%     0    0d 1.00 $0                                        0
78    4,0    g   0%     4    0d 1.00 $0                                        0
79    6,0    g  69%   501  346d 1.00 $0                                      346
80    8,0    k 100%   600    0h 0.77 $0       0i            600i             232
81    0,0    m 100%   810  810i 1.00 $0                                      810
82    2,0    m 100%   743  743i 1.00 $0                                      743
83    5,1    g   0%     2    0d 1.00 $0                                        0
84   -1,1    l 100%   600  200  1.00 $1800  200l            600l             600
85    1,1    g   0%     0    0d 1.00 $0                                        0
86    3,1    m 100%   600  600i 1.00 $0                                      600
87    4,2    g  65%   501  326d 1.00 $0                                      326
88   -2,2    j 100%   600  465l 0.77 $0     600i            600i             465
89    0,2    k 100%   600  232h 0.77 $0     600i            600i             232
90    2,2    d 100%   600   11g 0.30 $1110   37o 185l 370h   38o 190l 380h    11
91    3,3    k 100%   600  232h 0.77 $0     600i            600i             232
92   10,4    o  22%   600  102o 0.77 $0                                      102
93 26 sectors
94 .FI
95 .s1
96 .SA "Products, Updates, Producing"