]> git.pond.sub.org Git - empserver/blob - info/sstat.t
info/Empire4.4: Improve a few change log entries
[empserver] / info / sstat.t
1 .TH Command SSTAT
2 .NA sstat "Report statistics of ship, fleet or ships in a given area"
3 .LV Basic
4 .SY "sstat [<SHIP/FLEET> | <SECTS>]"
5 The sstat command is a report of the varying statistics of your ships and
6 lists the info in a readable format.  Since your ships' 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-ship basis.
9 .s1
10 The <SHIP/FLEET> and <SECTS> arguments are provided in case you only
11 wish to look at one ship
12 or one fleet or all ships within a given area.
13 .s1
14 Sstat expects an argument.  To see every ship you own, give it
15 the argument '*', or type "sstat *".
16 .s1
17 The report format contains the following fields:
18 .s1
19 .in \w'ship-type\0\0'u
20 .L shp#
21 the ship number
22 .L ship-type
23 the type of ship; \*Qpatrol boat\*U, \*Qsubmarine\*U, etc,
24 .L x,y
25 the ship's current location (relative to your capital),
26 .L eff
27 the ship's efficiency,
28 .L tech
29 the tech level of the ship
30 .L def
31 the armor value of the ship (i.e. how strong is the hull)
32 .L spd
33 the speed of the ship
34 .L vis
35 the visibility of the ship (i.e. how easy is it to see)
36 .L rng
37 twice the distance the guns can fire,
38 The range formula is (rng/2) * ((tech + 50) / (tech + 200))
39 .L fir
40 the number of guns the ship can fire at once
41 .in
42 .s1
43 For example:
44 .EX ship *
45 .NF
46 shp# ship-type                 x,y    eff  tech def spd vis rng fir
47    0 dd  destroyer             1,1    100%  140  51  41  19   9   2
48    1 bb  battleship            1,1    100%  200 129  35  34  17   7
49 2 ships
50 .FI
51 .s1
52 .SA "ship, build, cargo, fleetadd, navigate, load, lookout, scrap, sonar, torpedo, upgrade, land, Ships"