]> git.pond.sub.org Git - empserver/blob - info/Commands/route.t
Import of Empire 4.2.12
[empserver] / info / Commands / route.t
1 .TH Command ROUTE
2 .NA route "Display delivery routes"
3 .LV Expert
4 .SY "route <ITEM> <SECTS>"
5 The route command generates a graphic display
6 of the delivery arrangement
7 for a specific deliverable item
8 in a given sector area.
9 .s1
10 The <SECTS> argument is as described in \*Qinfo syntax\*U.
11 <ITEM> is one of the following:
12 .NF
13 u    uncompensated workers
14 f    food
15 s    shells
16 g    guns (not gold)
17 p    planes
18 i    iron ore
19 d    dust, (gold)
20 b    bars of gold
21 o    oil
22 l    light construction materials
23 h    heavy construction materials
24 r    radioactive materials
25 .FI
26
27 The delivery routes are indicated with \*Qgo-to\*Us
28 using the following codes, (assuming the sector in question is a mine):
29 .NF
30 .sp
31  m/     up-right        (u in census)
32  m>     right           (j in census)
33  m\\\\     down-right      (n in census)
34 /m      down-left       (b in census)
35 <m      left            (g in census)
36 \\\\m      up-left         (y in census)
37 $m$     distribution    ($ in census)
38 <m$     left & distribution (g and $ in census)
39 etc.
40 .FI
41 .sp
42 An example:
43 .sp
44 .EX route f #
45 .NF
46      - - - 0 0 0 0 0 0 0 0 0 0 1 1 1
47      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1 2
48  -5         /a$ /a$             /a$   -5
49  -4       /k  <o              /g  <a$ -4
50  -3  a>  h> \\\\j  \\\\a$          +        -3
51  -2       \\\\a$ \\\\a$ $a\\\\     /a$ /a$     -2
52  -1     /a$ $a\\\\ /a$  b  /+   +        -1
53   0    m   c   u   t  \\\\i              0
54   1     \\\\a$ \\\\l      \\\\a  \\\\a            1
55   2        a/ \\\\a   a/     $a$         2
56      - - - 0 0 0 0 0 0 0 0 0 0 1 1 1
57      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1 2
58 .FI
59 .sp
60 .s1
61 .SA "deliver, census, Syntax, Distribution"