]> git.pond.sub.org Git - empserver/blob - info/Commands/resource.t
Import of Empire 4.2.12
[empserver] / info / Commands / resource.t
1 .TH Command RESOURCE
2 .NA resource "Show the resources of sectors"
3 .LV Basic
4 .SY "resource <SECTS>"
5 The resource command displays specific information on
6 some or all of the sectors you occupy.
7 .s1
8 In the syntax of the resource 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 resource 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 resource report lists each of your sectors in the specified area
18 headed by:
19 .NF
20 RESOURCE
21   sect        eff  min gold fert oil uran ter
22 .FI
23 These columns represent:
24 .s1
25 .in \w'gmin\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 units)
31 .L min
32 the percentage richness of non-gold minerals,
33 (range is 0-100, not used up, i.e. a renewable resource)
34 .L gold
35 the amount of gold ore,
36 (range is 0-100, in absolute tons, i.e. non-renewable)
37 .L fert
38 the fertility of the soil in relative terms,
39 (range is 0-100, not used up, i.e. a renewable resource)
40 .L oil
41 the petroleum content of the soil in relative terms,
42 (range is 0-100, in absolute tons, i.e. non-renewable)
43 .L uran
44 the uranium (radioactive materials) content in relative terms,
45 (non-renewable)
46 .L ter
47 the territory number.
48 .in \\n(in
49 .s1
50 For example:
51 .EX reso #0
52 .NF
53 Sat Sep  2 03:20:00 1989
54 RESOURCE
55   sect        eff  min gold fert oil uran ter
56    3,-5   ^   40%   38    0   64   0   44
57    5,-5   )  100%   75    0   41   0   36  90
58    7,-5   t  100%   65    0   38   0   72
59    9,-5   h  100%   48    0   42   0   45   5
60    0,-4   j  100%    0    0  112  40    0
61    2,-4   j  100%   32    0   69   0   36
62    4,-4   l  100%   60    0   53   0   37  22
63    6,-4   +  100%   52    0   14   0   78
64   10,-4   ^   20%  100    0    0   0   79
65     9 sectors
66 .FI
67 .s1
68 .SA "commodity, census, Products, Sectors"