empserver/info/transport.t
Markus Armbruster 2e40a4bb90 Change nuke storage and commands to match other units:
(nukstr): Hold one nuke instead of a stockpile: replace members nuk_n,
nuk_types by nuk_type, nuk_plane.  Add nuk_land for completeness, like
nuk_ship it's not yet used.
(nuke_ca): Update accordingly: replace selectors number and types by
type and plane.
(build_nuke): Update accordingly.
(ndump, nuke): Update accordingly.  Output is no longer sorted by
location, and nukes in same location no longer share id.  nuke's extra
columns for nuclear plants are repeated for every nuke.
(trade_desc): Update accordingly.
(cede, grab_sect, check_nuke_ok, detonate, trade_nameof): Talk about
nukes instead of nuclear stockpiles.
(arm, disarm): Rewrite, split off new disarm().  Don't remove nuke
from the nuke file on arm.  Allow usual plane syntax, not just plane
number.  Change second argument from nuke type to nuke number.  When
plane is already armed, ignore nuke argument and rearm (broken in
4.2.6).
(tran_nuke): Update for changed struct nukstr, make as similar as
possible to tran_plane.  Change syntax to match transport plane.
(player_coms): Update arm, disarm and transport accordingly.
(prnuke, nuk_on_plane): New.
(nuk_add, nuk_delete): Stockpile management, remove.
2006-05-06 07:20:21 +00:00

32 lines
1.3 KiB
Perl

.TH Command TRANSPORT
.NA transport "Move planes or nuclear devices around"
.LV Basic
.SY "transport plane <PLANES> <ROUTE|DESTINATION>"
.SY "transport nuke <NUKES> <ROUTE|DESTINATION>"
The transport command is used to move planes and nuclear devices from
one sector to another, along the ground.
.s1
<ROUTE> is a normal empire path specification. You may also give a
<DESTINATION> sector on the command line, or at any time while giving
the route, and empire will use the cheapest path (in terms of mobility)
from the current sector to the destination sector.
.s1
You would move nuke #666 to 8,0 as follows:
.EX transport nuke 666 8,0
.s1
You could move all planes in wing d to -6,0 as follows:
.EX transport plane d -6,0
.s1
Note that while transporting, you may run into any landmines the
enemy has left in your sectors. In that case, the planes being
transported will take damage. See info \*Qlmine\*U for details.
.s1
Also, if your enemy has any units on interdiction mission, then the
planes you're transporting may get hit by them.
.s1
Nuclear warheads are transported in heavily armoured vehicles and are
immune to land mines and interdiction.
.s1
See info \*QMobility\*U for the mobility cost to transport planes and nukes.
.s1
.SA "arm, move, navigate, nuke, Mobility, Planes, Transportation, Moving"