]> git.pond.sub.org Git - empserver/blob - info/lstat.t
client: Unbreak standalone build
[empserver] / info / lstat.t
1 .TH Command LSTAT
2 .NA lstat "Report statistics of unit, army or units in a given area"
3 .LV Basic
4 .SY "lstat [<UNIT/ARMY> | <SECTS>]"
5 The lstat command is a report of the varying statistics of your units and
6 lists the info in a readable format.  Since your units' statistics vary by
7 tech level, this is a very useful way to see what the attack, defense, etc.
8 modifiers are on a per-unit basis.
9 .s1
10 The <UNIT/ARMY> and <SECTS> arguments are provided in case you only
11 wish to look at one unit or one army or all units within a given area.
12 .s1
13 Lstat expects an argument.  To see every unit you own, give it
14 the argument '*', i.e. type "lstat *".
15 .s1
16 The report format contains the following fields:
17 .s1
18 .in \w'unit-type\0\0'u
19 .L lnd#
20 the unit number
21 .L unit-type
22 the type of unit
23 .L x,y
24 the unit's current location (relative to your origin),
25 .L eff
26 the unit's efficiency,
27 .L tech
28 the tech level of the unit
29 .L att
30 the attack multiplier of the unit
31 .L def
32 the defense multiplier of the unit
33 .L vul
34 the vulnerablilty of the unit (see "info Damage")
35 .L spd
36 the speed of the unit (see "info Mobility")
37 .L vis
38 the visibility of the unit
39 .L spy
40 the distance a unit can see
41 .L rad
42 the maximum reaction radius of the unit
43 .L rng
44 twice the distance the guns can fire,
45 The range formula is (rng/2) * ((tech + 50) / (tech + 200))
46 .L acc
47 the firing accuracy of the unit
48 .L fir
49 the number of guns that fire when the unit fires
50 .L amm
51 the amount of ammunition the unit uses per shot fired
52 .L aaf
53 the amount of anti-aircraft fire the unit produces
54 .in
55 .s1
56 For example:
57 .EX lstat *
58 .NF
59                                                       s  v  s  r  r  a  f  a  a
60                                                       p  i  p  a  n  c  i  m  a
61 lnd# unit-type           x,y    eff tech att def vul  d  s  y  d  g  c  r  m  f
62    0 cav   cavalry       1,-1   100% 992 3.4 1.6  54 52 18  4  3  0  0  0  0  0
63    1 cav   cavalry       0,0    100% 968 3.4 1.6  55 51 18  4  3  0  0  0  0  0
64    2 cav   cavalry       0,0    100%  40 1.9 0.9  74 36 18  4  3  0  0  0  0  0
65 3 units
66 .FI
67 .s1
68 .SA "land, upgrade, build, cargo, army, march, attack, assault, lload, llookout, scrap, lmine, LandUnits"