]> git.pond.sub.org Git - empserver/blob - info/ldump.t
ship: Unbreak MOB_ACCESS real-time mobility update for ships
[empserver] / info / ldump.t
1 .TH Command LDUMP
2 .NA ldump "Dump raw land unit information"
3 .LV Expert
4 .SY "ldump <UNITS> [<fields>]"
5 The ldump command displays all information on
6 some or all of your land units.
7 ldump is a combination of land, lcargo, and lstat.
8 Each ship's information is printed on one very long line.
9 Fields are separated by a single space.
10 .s1
11 This command is designed to be used for input to an empire tool
12 such as \*Qve\*U.
13 .s1
14 In the syntax of the ldump command
15 <UNITS> are the land units on which you wish information,
16 [<fields>] are the fields you wish to dump.
17 If no fields are specified, all fields are printed.
18 (see \*Qinfo Syntax\*U).
19 .s1
20 An ldump command lists all selected land units headed by:
21 .NF
22 Sun Feb  9 22:16:37 1997
23 DUMP LAND UNITS 855544597
24 <fields>
25 .FI
26 The first line is the date.  The second line is the
27 "DUMP LAND UNITS <timestamp>" where the <timestamp> field is the current
28 timestamp.  The third line is the columns which are output.
29 .s1
30 These columns represent the following fields which are also the
31 selection criteria for the command.
32 .s1
33 The following may be used as fields.  They must be entered EXACTLY as
34 shown here (no partial pattern matching is done.)
35 .NF
36    type    type of land unit
37    x       x location
38    y       y location
39    army    army
40    eff     efficiency
41    mil     # of mil loaded
42    fort    fortification level
43    mob     mobility
44    food    # of food loaded
45    fuel    obsolete, retained for backwards compatibility, always zero
46    tech    technology of unit
47    retr    retreat %age of unit
48    react   current reaction radius
49    xl      # of x-light planes loaded onto unit
50    nland   # of land units loaded onto unit
51    land    land unit # this unit is loaded on
52    ship    ship # this unit is loaded on
53    shell   # of shells loaded
54    gun     # of guns loaded
55    petrol  # of petrol loaded
56    iron    # of iron loaded
57    dust    # of dust loaded
58    bar     # of bars loaded
59    oil     # of oil loaded
60    lcm     # of lcms loaded
61    hcm     # of hcms loaded
62    rad     # of rads loaded
63    att     attack value of unit
64    def     defense value of unit
65    vul     vulnerability of unit
66    spd     speed of unit
67    vis     visibility of unit
68    spy     spy ability of unit
69    radius  maximum reaction radius
70    frg     firing range of unit
71    acc     accuracy of unit
72    dam     damage unit does when firing
73    amm     amount of ammo used when firing
74    aaf     anti-aircraft fire provided
75 .FI
76 .s1
77 A typical usage might be:
78 .EX ldump #5
79 which would list data for all land units in realm #5.
80 .s1
81 A ldump lists each of your land units in the specified area.
82 The header line is a list of fields that correspond
83 to the order that ldump prints the land unit info.
84 .s1
85 .SA "land, lcargo, lstat, xdump, LandUnits"