]> git.pond.sub.org Git - empserver/blob - info/starvation.t
client: Unbreak standalone build
[empserver] / info / starvation.t
1 .TH Command STARVATION
2 .NA starvation "Find out who's going to starve"
3 .LV Basic
4 .SY "starvation [<SECTS>|l <UNITS>|s <SHIPS>]"
5 The starvation command warns you of possible starvation in your
6 sectors, land units, and ships.
7 .SY starv
8 With no arguments, the starvation command will list all of your
9 sectors, land units, and ships that will starve at the update.
10 .SY "starv <SECTS>"
11 .s1
12 With this syntax, the starvation command displays all sectors in
13 <SECTS> that currently do not have enough food. It does not take into account
14 emergency food growing.
15 It also does not worry about feeding babies... it merely
16 check for starvation. If you want population increase,
17 you'll need to chuck in some extra food...
18 .s1
19 For example:
20 .EX starv #0
21 .NF
22 Mon Aug 28 04:53:38 1995
23 Starvation
24   sect         eff
25    4,0    +    100% will starve 125 people. 15 more food needed
26 1 sector
27 .FI
28 .s1
29 .SY "starv l <UNITS>"
30 With this syntax, the starvation command will list which of your units
31 are currently not carrying enough food (see "info lload" and "info
32 supply").  For example:
33 .EX starv l *
34 .NF
35 Mon Aug 28 04:53:05 1995
36 Starvation
37  lnd#     unit type
38     6 cavalry           will starve 9 mil. 1 more food needed
39     7 cavalry           will starve 13 mil. 2 more food needed
40 2 units
41 .FI
42 .s1
43 .SY "starv s <SHIPS>"
44 With this syntax, the starvation command will list which of your ships
45 are currently not carrying enough food to feed the people on them.
46 For example:
47 .EX starv s * ?type=frigate
48 .NF
49 Mon Aug 28 04:53:29 1995
50 Starvation
51  shp#     ship type
52     0 frigate           will starve 10 people. 2 more food needed
53 1 ship
54 .FI
55 .s1
56 To see how much food your people need to eat, check the output
57 of the version command.
58 .s1
59 .SA "census, version, Populace, Updates"