]> git.pond.sub.org Git - empserver/blob - info/tend.t
m4: Refresh macros from autoconf-archive commit fd1d25c148
[empserver] / info / tend.t
1 .TH Command TEND
2 .NA tend "Transfer commodities between ships"
3 .LV Basic
4 .SY "tend <COMMODITY|'land'> <SHIP> <AMT|UNIT> <to-SHIP>"
5 The tend command allows transfer of commodities
6 between ships.
7 .s1
8 If you had cargo ship #16 which had food, and your fleet S needed food,
9 you could resupply the entire fleet with 20 units of food by typing
10 .EX tend food 16 20 S
11 .s1
12 Requirements are that the tending ship must be in the same sector
13 as the tended ships, and it must be yours, or belong to a country that
14 considers you a friendly trading partner.
15 A positive <AMT> indicates the amount the tender will give away,
16 while a negative amount indicates the amount that the tender
17 will try to extract from each ship. (However, you cannot take goods
18 from a friendly ship by giving a negative amount)
19 .s1
20 Only land units with the "assault" capability may be tended between
21 ships.  If you wanted to tend land unit #23 from ship #8 to ship #17,
22 then you would type:
23 .EX tend land 8 23 17
24 Besides the "assault" capability restriction, tending land units has
25 the same effect as though you were simply loading the unit onto a
26 ship.  In particular, you may tend land units to "friendly" ships in
27 the same sector.
28 .s1
29 .SA "load, unload, lload, lunload, ltend, Ships, Moving"