]> git.pond.sub.org Git - empserver/blob - info/Commands/land.t
Import of Empire 4.2.12
[empserver] / info / Commands / land.t
1 .TH Command LAND
2 .NA land "Report status of unit, army or units in a given area"
3 .LV Basic
4 .SY "land [<UNIT/ARMY> | <SECTS>]"
5 The unit report command is a census of your units and lists all the
6 info available in readable format.
7 .s1
8 The <UNIT/ARMY> and <SECTS> arguments are provided in case you only
9 wish to look at one unit or one army or all units within a given area.
10 .s1
11 Land expects an argument.  To see every unit you own, give it
12 the argument '*', i.e. type "land *".
13 .s1
14 The report format contains the following fields:
15 .s1
16 .in \w'unit-type\0\0'u
17 .L #
18 the unit number
19 .L unit type
20 the type of unit; \*Qwar band\*U, \*Qengineer\*U, etc,
21 .L x,y
22 the unit's current location (relative to your capital),
23 .L a
24 the army designation letter (set by \*Qarmy\*U command),
25 .L eff
26 the unit's efficiency,
27 .L mil
28 the number of mil currently in the land unit
29 .L frt
30 the unit's fortification level (0-127)
31 .L mu
32 the mobility of the unit
33 .L fd
34 the amount of food on board
35 .L fuel
36 the amount of fuel on board (if the FUEL option is enabled)
37 .L tch
38 the tech level of the unit
39 .L retr
40 the retreat percentage of the unit (see info attack)
41 .L rd
42 the unit's reaction radius (see info attack)
43 .L xl
44 the number of extra-light planes on board (if the XLIGHT option is enabled)
45 .L ln
46 the number of land units on board
47 .L l/s
48 the ship or land unit the unit is on, if any
49 .in
50 .s1
51 For example:
52 .EX land *
53 .NF
54    # unit type            x,y   a  eff mil frt  mu  fd fl tch retr rd xl ln l/s
55    0 cav   cavalry        1,-1    100%  10   0 127  12  0 992  75%  3  0  0
56    1 cav   cavalry        0,0     100%   0   0 127  12  0 968  75%  3  0  0
57    2 cav   cavalry        0,0     100%  10   0 127  12  0  40  75%  3  0  0
58 3 units
59 .FI
60 .s1
61 .SA "lstat, upgrade, build, cargo, army, march, attack, assault, lload, llookout, scrap, lmine, LandUnits"