]> git.pond.sub.org Git - empserver/blob - info/cargo.t
Fix trailing whitespace
[empserver] / info / cargo.t
1 .TH Command CARGO
2 .NA cargo "List the commodities on board your ships"
3 .LV Basic
4 .SY "cargo [<SHIP/FLEET> | <SECTS>]"
5 .SY "lcargo [<UNIT/ARMY> | <SECTS>]"
6 The cargo command lists the commodities on board your ships
7 in readable format. The lcargo command does the same for land units.
8 .s1
9 The <SHIP/FLEET>, <UNIT/ARMY>, and <SECTS> arguments are
10 provided in case you only wish to look at one ship/unit
11 or one fleet/army or all ships/units within a given area.
12 .s1
13 The report format contains the following fields:
14 .s1
15 .in \w'ship type\0\0'u
16 .L shp#
17 the ship number, or
18 .L lnd#
19 the unit number,
20 .L "ship type"
21 the type of ship; \*Qpt\*U, \*Qfb\*U, etc, or
22 .L "unit type"
23 the type of unit; \*Qart\*U, \*Qeng\*U, etc,
24 .L x,y
25 the ship/unit's current location,
26 .L flt
27 the fleet/army designation letter (set by \*Qfleetadd/army\*U command),
28 .L eff
29 the ship/unit's efficiency,
30 .L civ
31 the number of civilians on board,
32 .L mil
33 the number of military on board,
34 .L uw
35 the number of uncompensated workers on board,
36 .L sh
37 the number of shells on board,
38 .L gun
39 the number of guns on board
40 .L pet
41 the amount of petroleum on board
42 .L irn
43 the amount of iron on board
44 .L dst
45 the amount of gold dust on board
46 .L bar
47 the number of gold bars on board
48 .L oil
49 the amount of oil on board
50 .L lcm
51 the amount of light construction materials on board
52 .L hcm
53 the amount of heavy construction materials on board
54 .L rad
55 the amount of radioactive material on board
56 .in
57 .s1
58 For example:
59 .EX cargo F
60 .NF
61 shp#         x,y   flt eff  civ mil  uw  sh gun pet irn dst bar oil lcm hcm rad
62    3 dd      8,-14  F   86%   0   2   0  34   4   0   0   0   0   0   0   0   0
63    4 fb     -2,14   F  100%  10  10   0   0   0  10   0   0   0  10   0   0   0
64    7 dd      8,-14  F  100%   0  60   0  40   4   0   0   0   0   0   0   0   0
65   10 fb      5,-15  F  100%   1   0   0   0   0   0   0   0   0   0   0   0   0
66   11 fb      3,-15  F   20%   0   0   0   0   0   0   0   0   0   0   0   0   0
67   13 bb      4,-16  F   80%   0  10   0 100   4   0   0   0   0   0   0   0   0
68 6 ships
69 .FI
70 .s1
71 .SA "land, ship, build, march, navigate, load, lload, fleetadd, army, Ships"