]> git.pond.sub.org Git - empserver/blob - info/load.t
Make: Get SHELL from Autoconf
[empserver] / info / load.t
1 .TH Command LOAD
2 .NA load "Load goods, people, etc onto a ship"
3 .LV Basic
4 .SY "load <COMMODITY> <SHIPS> <AMOUNT>"
5 .SY "load plane <SHIPS> <PLANES>"
6 .SY "load land <SHIPS> <UNITS>"
7 The load command carries out the loading of ships.
8 Commodities (like guns, civs, food) can be loaded onto any ship.
9 Missiles can be loaded onto nuke subs
10 and planes can be loaded onto carriers.
11 Land units may be loaded onto many ships.
12 .s1
13 The ship(s) must be in a harbor and
14 the harbor must be at least 2% efficient.
15 .s1
16 .SY "load <COMMODITY> <SHIPS> <AMOUNT>"
17 In the first form,
18 the amount argument specifies the amount of the given commodity
19 you wish to load on each ship specified.
20 Amounts greater than that allowed will be truncated to the
21 maximum possible. Amounts less than 0 indicate that you want to
22 make the ships have that amount. If the ships have less
23 than that amount, more will be loaded. If the ships have more
24 than that amount, the commodity will be unloaded. For example,
25 .s1
26 .EX load food 3 -100
27 .s1
28 will cause ship 3 to load or unload food so that it has 100.
29 If it had 120 food, 20 would be unloaded. If it had 50 food,
30 50 would be loaded.
31 .s1
32 .SY "load plane <SHIPS> <PLANES>"
33 In the second form,
34 where you say \*Qplane\*U instead of say \*Qciv\*U planes are
35 loaded onto ships. Multiple planes may be given. Some
36 may not be loaded, if there is not enough room.
37 .s1
38 .SY "load land <SHIPS> <UNITS>"
39 In the third form,
40 where you say \*Qland\*U instead of say \*Qciv\*U, a unit
41 is loaded onto a ship. Multiple units may be given. Some may
42 not be loaded, if there is not enough room. (Note that planes on
43 land units on ships can't be used, and units on ships generally can't
44 do much, like firing, marching, etc).  When loading a land unit onto a
45 ship, the unit will check to see that it is in supply before stepping
46 on deck.  If it isn't, then it will try to resupply itself (see info
47 supply) and if it is not able to do that, then you are issued a
48 warning.  Sailors don't like to go to sea without supplies.
49 .s1
50 See \*Qinfo Ship-types\*U for a table of the maximum amounts of
51 each items that can be carried on each ship type.
52 .s1
53 If you are loading things onto FRIENDLY ships, you need to type the
54 numbers of the ships, fleets or realms
55 will not work. I.e. if you do "load f s 999", it'll load 999 food onto
56 all your ships in fleet s. If you do "load 1/2/3/4 999 f", it'll try to
57 load food onto ships 1, 2, 3, and 4, regardless of whether they're yours
58 or they belong to a friendly trading partner.
59 .s1
60 If you load something onto a friendly nation's ship, it becomes
61 his and he gets a telegram. If you load a unit, he gets any planes it
62 may be carrying.
63 .s1
64 If you unload a plane or unit in a friendly nation's harbor, it
65 becomes his. If you unload a unit, he gets any planes it may be carrying.
66 .s1
67 Note that if any of <SHIPS>, <UNITS> or <PLANES> does not start with a
68 number (e.g. it is of the form "s" or "*" or "#1" and not of the form
69 123 or 12,14) then you will not be given any error messages.  This is
70 so that you can type something like "load land * *" without getting a
71 hundred error messages.
72 .s1
73 .SA "unload, navigate, Ship-types, Unit-types, Plane-types, Ships, Moving"