]> git.pond.sub.org Git - empserver/blob - info/Commands/payoff.t
Import of Empire 4.2.12
[empserver] / info / Commands / payoff.t
1 .TH Command PAYOFF
2 .NA payoff "Find out the current payoff of a trade ship"
3 .LV Expert
4 .SY "payoff [<SHIP/FLEET> | <SECTS>]"
5 The payoff command gives a census of your trade ships, and lists
6 the payoff they would give if scuttled at the current sector.
7 .s1
8 The <SHIP/FLEET> and <SECTS> arguments are provided in case you only
9 wish to look at one ship
10 or one fleet or all ships within a given area.
11 .s1
12 Payoff expects an argument.  To see every trade ship you own, give it
13 the argument '*', or type "ship *".
14 .s1
15 The report format contains the following fields:
16 .s1
17 .in \w'shiptype\0\0'u
18 .L shp#
19 the ship number
20 .L shiptype
21 the type of ship; \*Qpatrol boat\*U, \*Qsubmarine\*U, etc,
22 .L x,y
23 the ship's current location (relative to your capital),
24 .L $$
25 the money you would get if you scuttled this ship
26 .s1
27 For example:
28 .EX payoff *
29 .NF
30 shp#     ship type  orig x,y       x,y    dist $$
31    5 ts2 trade ship 2    2,2      21,-13    17 $5050.00
32 1 ship
33 .FI
34 .s1
35 Note that this command is only enabled if the TRADESHIPS option is in use.
36 .s1
37 .SA "Trade-ships, sonar, torpedo, upgrade, Ships"