]> git.pond.sub.org Git - empserver/blob - info/ndump.t
New info Hvy-Plastic
[empserver] / info / ndump.t
1 .TH Command NDUMP
2 .NA ndump "Dump raw nuke information"
3 .LV Expert
4 .SY "ndump <SECTS>"
5 The ndump command displays all information on
6 some or all of the sectors you occupy.
7 Each nuke's information is printed on one very long line.
8 Fields are separated by a single space.
9 .s1
10 This command is designed to be used for input to an empire tool
11 such as \*Qve\*U.
12 .s1
13 In the syntax of the ndump command
14 <SECTS> is the area on which you wish information,
15 (see \*Qinfo Syntax\*U).
16 .s1
17 An ndump command lists all selected nuclear stockpiles headed by:
18 .NF
19 Sun Feb  9 22:16:37 1997
20 DUMP NUKES 855544597
21 id x y num type
22 .FI
23 The first line is the date.  The second line is the
24 "DUMP NUKES <timestamp>" where the <timestamp> field is the current
25 timestamp.  The third line is the columns which are output.
26 .s1
27 id - The id of the stockpile the nuke is in.
28 .s1
29 x and y - The x and y coordinates of the stockpile
30 .s1
31 num - The number of this type of nuke
32 .s1
33 type - This type of nuke (100kt, 5mt, etc.)
34 .s1
35 A typical usage might be:
36 .EX ndump #5
37 which would list data for all nukes in realm #5.
38 .s1
39 A ndump lists each of your sectors in the specified area.
40 The header line is a list of fields that correspond
41 to the order that ndump prints the nuke info.
42 .s1
43 .SA "nuke, xdump, Clients, Planes, Nukes"