]> git.pond.sub.org Git - empserver/blob - info/sinfrastructure.t
ship: Unbreak MOB_ACCESS real-time mobility update for ships
[empserver] / info / sinfrastructure.t
1 .TH Command SINFRASTRUCTURE
2 .NA sinfrastructure "Report infrastructure of sectors"
3 .LV Basic
4 .SY "sinfrastructure <SECTS>"
5 The sinfrastructure command displays specific infrastructure information on
6 some or all of the sectors you occupy.
7 .s1
8 In the syntax of the census command
9 <SECTS> is the area on which you wish information,
10 (see \*Qinfo syntax\*U).
11 .s1
12 A typical usage might be:
13 .EX sinfrastructure 0:9,0:9 ?des=m
14 which would list data for mines in an area
15 to the south-east of the capital.
16 .s1
17 A sinfrastructure lists each of your sectors in the specified area headed by:
18 .NF
19 Thu Aug  8 08:37:03 1996
20                       road        rail       defense
21   sect        eff   eff mcost   eff mcost   eff  fact
22 .FI
23 These columns represent:
24 .s1
25 .in \w'defense fact\0\0'u
26 .L sect
27 the x and y coordinates of the sector
28 .L eff
29 the efficiency of the sector (affects all benefits
30 of a designated sector except mobility and defense)
31 .L "road eff"
32 the road efficiency of the sector
33 .L "road mcost"
34 the mcost used to determine the mobility cost of moving things and marching
35 non-train units through the sector
36 .L "rail eff"
37 the rail efficiency of the sector
38 .L "rail mcost"
39 the mcost used to determine the mobility cost of moving trains through the
40 sector.  If the rail eff is 0, trains cannot move through this sector.
41 .L "defense eff"
42 the defense efficiency of the sector.
43 .L "defense fact"
44 the defense factor of the sector.  This is how well the sector defends.
45 All sectors start at 1, and improve (see "improve") from there to the maximum
46 shown in "show sect stats"
47 .in
48 .s1
49 For example:
50 .EX sinf #0
51 .NF
52 Thu Aug  8 08:37:03 1996
53                       road        rail       defense
54   sect        eff   eff mcost   eff mcost   eff  fact
55    1,-1   f    0%    0% 0.400    0% 0.400    6%  1.18
56    0,0    c  100%    2% 0.192   28% 0.113    8%  1.08
57    2,0    m  100%    0% 0.200    0% 0.200  100%  2.00
58 3 sectors
59 .FI
60 .s1
61 .SA "improve, census, commodity, resource, Sectors, Infrastructure, Mobility, Commodities"