]> git.pond.sub.org Git - empserver/blob - src/lib/global/ship.config
Update copyright notice
[empserver] / src / lib / global / ship.config
1 #
2 #   Empire - A multi-player, client/server Internet based war game.
3 #   Copyright (C) 1986-2014, Dave Pare, Jeff Bailey, Thomas Ruschak,
4 #                 Ken Stevens, Steve McClure, Markus Armbruster
5 #
6 #   Empire is free software: you can redistribute it and/or modify
7 #   it under the terms of the GNU General Public License as published by
8 #   the Free Software Foundation, either version 3 of the License, or
9 #   (at your option) any later version.
10 #
11 #   This program is distributed in the hope that it will be useful,
12 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #   GNU General Public License for more details.
15 #
16 #   You should have received a copy of the GNU General Public License
17 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
18 #
19 #   ---
20 #
21 #   See files README, COPYING and CREDITS in the root of the source
22 #   tree for related information and legal notices.  It is expected
23 #   that future projects/authors will amend these files as needed.
24 #
25 #   ---
26 #
27 #   ship.config: Ship characteristics
28 #
29 #   Known contributors to this file:
30 #      Markus Armbruster, 2006-2011
31 #
32 #   Derived from ship.c; known contributors:
33 #      Dave Pare, 1986
34 #      Jeff Bailey
35 #      Thomas Ruschak, 1992
36 #      Ken Stevens, 1995
37 #      Steve McClure, 1998
38 #
39
40 # Available flags are in compiled-in table ship-chr-flags.  info
41 # Ship-types should document them all.
42 #
43 # Note that if nplanes > 0 and flag plane is not set, then flag miss
44 # will automatically be set.
45
46 # Do not edit this file to customize a game!  Create your own custom
47 # configuration file(s), best next to your econfig, and name them in
48 # econfig key custom_tables.
49
50 config ship-chr
51 type name                       l_b h_b tech cost ...
52  0  "fb   fishing boat"          25  15    0  180
53  1  "ft   fishing trawler"       25  15   35  300
54  2  "cs   cargo ship"            60  40   20  500
55  3  "os   ore ship"              60  40   20  500
56  4  "ss   slave ship"            60  40    0  300
57 # Uncomment to enable trade ships
58 # 5 "ts   trade ship"           200 100   30 1750
59  6  "frg  frigate"               30  30    0  600
60  7  "oe   oil exploration boat"  25  15   40  800
61  8  "od   oil derrick"           60  60   50 1500
62  9  "pt   patrol boat"           20  10   40  300
63 10  "lc   light cruiser"         30  40   45  800
64 11  "hc   heavy cruiser"         40  50   50 1200
65 12  "tt   troop transport"       50  50   10  800
66 13  "bb   battleship"            50  70   45 1800
67 14  "bbc  battlecruiser"         50  60   75 1500
68 15  "tk   tanker"                60  40   35  600
69 16  "ms   minesweeper"           25  15   40  400
70 17  "dd   destroyer"             30  30   70  600
71 18  "sb   submarine"             30  30   60  650
72 19  "sbc  cargo submarine"       40  40  150 1200
73 20  "cal  light carrier"         50  60   80 2700
74 21  "car  aircraft carrier"      60  70  160 4500
75 22  "can  nuc carrier"           70  80  305 8000
76 23  "ls   landing ship"          60  40  145 1000
77 24  "af   asw frigate"           40  30  220  800
78 25  "na   nuc attack sub"        30  40  260 1200
79 26  "ad   asw destroyer"         40  40  240 1500
80 27  "nm   nuc miss sub"          30  40  270 1500
81 28  "msb  missile sub"           30  30  230 1200
82 29  "mb   missile boat"          20  20  180  500
83 30  "mf   missile frigate"       40  30  280 1000
84 31  "mc   missile cruiser"       50  50  290 1500
85 32  "aac  aa cruiser"            50  60  130 1500
86 33  "agc  aegis cruiser"         50  60  265 4000
87 34  "ncr  nuc cruiser"           50  50  325 1800
88 35  "nas  nuc asw cruiser"       50  50  330 1800
89 36  "nsp  nuc supply ship"       60  40  360 1500
90 /config
91
92 config ship-chr
93 type name                       arm spe vis vrn frn gli nla npl nch nxl ...
94  0  "fb   fishing boat"          10  10  15   2   0   0   0   0   0   0
95  1  "ft   fishing trawler"       10  25  15   2   0   0   0   0   0   0
96  2  "cs   cargo ship"            20  25  35   3   0   0   2   0   0   1
97  3  "os   ore ship"              20  25  35   3   0   0   0   0   0   1
98  4  "ss   slave ship"            20  10  35   3   0   0   0   0   0   1
99 # 5 "ts   trade ship"            20  25  35   3   0   0   0   0   0   1
100  6  "frg  frigate"               50  25  25   3   1   1   2   0   0   1
101  7  "oe   oil exploration boat"  10  25  15   2   0   0   0   0   0   0
102  8  "od   oil derrick"           30  15  65   3   0   0   0   0   0   2
103  9  "pt   patrol boat"           10  38  10   2   1   1   0   0   0   0
104 10  "lc   light cruiser"         50  30  30   5   6   3   2   0   0   1
105 11  "hc   heavy cruiser"         70  30  30   5   8   4   4   0   0   1
106 12  "tt   troop transport"       60  20  35   3   1   2   2   0   0   1
107 13  "bb   battleship"            95  25  35   6  10   7   2   0   0   1
108 14  "bbc  battlecruiser"         55  30  35   6  10   6   2   0   0   1
109 15  "tk   tanker"                75  25  45   3   0   0   0   0   0   1
110 16  "ms   minesweeper"           10  25  15   2   0   0   0   0   0   0
111 17  "dd   destroyer"             45  35  20   4   6   3   1   0   0   1
112 18  "sb   submarine"             25  20   5   4   3   3   0   0   0   0
113 19  "sbc  cargo submarine"       50  30   2   3   0   0   0   0   0   0
114 20  "cal  light carrier"         60  30  40   5   2   2   0  20  20   4
115 21  "car  aircraft carrier"      80  35  40   7   2   2   0  40  40  10
116 22  "can  nuc carrier"          100  45  40   9   2   2   0  60   4  20
117 23  "ls   landing ship"          40  30  30   2   0   0   6   0   0   2
118 24  "af   asw frigate"           50  35  30   5   2   2   0   0   0   4
119 25  "na   nuc attack sub"        45  40   3   6   5   3   0   0   0   0
120 26  "ad   asw destroyer"         60  40  35   6   8   3   0   0   2  10
121 27  "nm   nuc miss sub"          55  35   2   6   0   0   0  20   0   0
122 28  "msb  missile sub"           35  30   3   3   0   0   0  10   0   0
123 29  "mb   missile boat"          15  40  15   3   2   2   0  10   0   0
124 30  "mf   missile frigate"       50  35  30   5   2   2   0  20   0   2
125 31  "mc   missile cruiser"       70  35  35   8   8   6   0  40   8   8
126 32  "aac  aa cruiser"            80  35  30   6   1   8   4   0   0   1
127 33  "agc  aegis cruiser"         80  35  30   6   1  16   0  32   2  30
128 34  "ncr  nuc cruiser"          100  45  35   6  14   7   0  20   2  10
129 35  "nas  nuc asw cruiser"       80  45  35   9  10   4   0   0   8  25
130 36  "nsp  nuc supply ship"       40  45  35   6   0   0   2   0   2  10
131 /config
132
133 config ship-chr
134 type name                       civ mil she gun pet iro dus bar foo oil  lcm hcm   uw rad flags
135  0  "fb   fishing boat"         300  10   0   0   0   0   0   0 900   0    0   0   15   0 (fish canal)
136  1  "ft   fishing trawler"      300  10   0   0   0   0   0   0 900   0    0   0   15   0 (fish canal)
137  2  "cs   cargo ship"           600  50 300  50   0   0   0   0 900   0 1400 900  250   0 (supply)
138  3  "os   ore ship"              30   5   0   0   0 990 990   0 200   0    0   0   45 990 ()
139  4  "ss   slave ship"            20  80   0   0   0   0   0   0 200   0    0   0 1200   0 ()
140 # 5 "ts   trade ship"            50  50   0   0   0   0   0   0 100   0    0   0    0   0 (trade)
141  6  "frg  frigate"                0  60  10   2   0   0   0   0  60   0    0   0    0   0 (semi-land)
142  7  "oe   oil exploration boat"  10   5   0   0   0   0   0   0 100   1    0   0    0   0 (oil canal)
143  8  "od   oil derrick"          990  80   0   0   0   0   0   0 990 990    0   0  990   0 (oil)
144  9  "pt   patrol boat"            0   2  12   2   0   0   0   0   5   0    0   0    0   0 (torp canal)
145 10  "lc   light cruiser"          0 100  40   5   0   0   0   0 100   0    0   0    0   0 (mine)
146 11  "hc   heavy cruiser"          0 120 100   8   0   0   0   0 200   0    0   0    0   0 ()
147 12  "tt   troop transport"        0 120  20   4   0   0   0   0 120   0    0   0    0   0 (semi-land)
148 13  "bb   battleship"             0 200 200  10   0   0   0   0 900   0    0   0    0   0 ()
149 14  "bbc  battlecruiser"          0 180 100  10   0   0   0   0 400   0    0   0    0   0 ()
150 15  "tk   tanker"                30   5   0   0 990   0   0   0 200 990    0   0   25   0 (supply)
151 16  "ms   minesweeper"            0  10 100   1   0   0   0   0  90   0    0   0    0   0 (mine sweep canal)
152 17  "dd   destroyer"              0  60  40   4   0   0   0   0  80   0    0   0    0   0 (dchrg sonar mine)
153 18  "sb   submarine"              0  25  36   5   0   0   0   0  80   0    0   0    0   0 (torp sonar mine sub)
154 19  "sbc  cargo submarine"        5  10 104  20 100   0   0   0 900   0  500 300    0   0 (sonar sub supply)
155 20  "cal  light carrier"          0 175 250   4 300   0   0   0 180   0    0   0    0   0 (plane)
156 21  "car  aircraft carrier"       0 350 500   4 500   0   0   0 900   0    0   0    0   0 (plane)
157 22  "can  nuc carrier"            0 350 999   4 999   0   0   0 900   0    0   0    0   0 (plane supply)
158 23  "ls   landing ship"           0 400  10   1   0   0   0   0 300   0    0   0    0   0 (land)
159 24  "af   asw frigate"            0  60  60   4   0   0   0   0 120   0    0   0    0   0 (torp dchrg sonar sub-torp)
160 25  "na   nuc attack sub"         0  25  60   6   0   0   0   0 500   0    0   0    0   0 (torp sonar min sub sub-torp)
161 26  "ad   asw destroyer"          0 100  80   6  40   0   0   0 500   0    0   0    0   0 (torp dchrg sonar sub-torp)
162 27  "nm   nuc miss sub"           0  25 200   1   0   0   0   0 500   0    0   0    0   0 (sonar sub)
163 28  "msb  missile sub"            0  25 100   1   0   0   0   0 500   0    0   0    0   0 (sonar sub)
164 29  "mb   missile boat"           0   5 100   3   0   0   0   0 500   0    0   0    0   0 ()
165 30  "mf   missile frigate"        0  60 220   4   0   0   0   0 120   0    0   0    0   0 ()
166 31  "mc   missile cruiser"        0 120 500   6 160   0   0   0 200   0    0   0    0   0 (anti-missile)
167 32  "aac  aa cruiser"             0 100 100  15   0   0   0   0 200   0    0   0    0   0 (anti-missile)
168 33  "agc  aegis cruiser"          0 200 400  25  40   0   0   0 900   0    0   0    0   0 (anti-missile)
169 34  "ncr  nuc cruiser"            0 200 400   8  40   0   0   0 900   0    0   0    0   0 (anti-missile)
170 35  "nas  nuc asw cruiser"        0 200 120   6 160   0   0   0 500   0    0   0    0   0 (torp dchrg sonar sub-torp)
171 36  "nsp  nuc supply ship"       50  50 600  50 999   0   0   0 999   0 1500 900    0   0 (supply)
172 /config