]> git.pond.sub.org Git - empserver/blob - src/lib/global/sect.config
Refer to table names instead of C identifiers in .config
[empserver] / src / lib / global / sect.config
1 #
2 #   Empire - A multi-player, client/server Internet based war game.
3 #   Copyright (C) 1986-2011, 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 #   sect.config: Sector characteristics
28 #
29 #   Known contributors to this file:
30 #      Markus Armbruster, 2006-2011
31 #
32 #   Derived from sect.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 # Sector terrain (column terra) is the uid of the underlying terrain
41 # sector type.  Sector types that occur in that column are terrain
42 # types, and must have themselves as terrain.
43
44 # Available products (column prd) are in product.config.  Navigation
45 # types (column nav) are in compiled-in table sector-navigation.
46 # Packing types (column pkg) are in compiled-in table packing.
47
48 # Players can only designate sectors with a non-negative value in
49 # column cost, and only to something with the same terrain.  All
50 # sectors with the same terrain and non-negative cost should have the
51 # same population limit (column maxp), or else players can abuse
52 # redesignation to mass-murder people.
53
54 # A sector with urban packing (urba in column pkg) is a big city.
55 # Column maxp applies at 0% efficiency.  The limit at 100% is ten
56 # times as large, up to the general item limit 9999.
57
58 # Do not edit this file to customize a game!  Create your own custom
59 # configuration file(s), best next to your econfig, and name them in
60 # econfig key custom_tables.
61
62 config sect-chr
63 uid mnem terra prd peff mob0 mob1  nav  pkg ostr dstr val cost bui lcm hcm maint maxp name
64   0  "."    0   -1    0   -1   -1  sea norm  0.0  0.0   0   -1   0   0   0     0    0 "sea"
65   1  "^"    1 dust   75  2.4  1.2 land norm  1.0  4.0   5   -1   1   0   0     0  100 "mountain"
66   2  "s"    4   -1    0   -1   -1 land norm  0.0 99.0 127   -1   0   0   0     0 1000 "sanctuary"
67   3 "\134"  3   -1    0   -1   -1 land norm  0.0 99.0   0   -1   0   0   0     0    0 "wasteland"
68   4  "-"    4   -1    0  0.4  0.4 land norm  1.0  2.0   1    0   0   0   0     0 1000 "wilderness"
69 # Uncomment one of the following two.  The second one is for big cities.
70   5  "c"    4   -1    0  0.4  0.2 land norm  1.0  2.0  30    0   1   0   0     1 1000 "capital"
71 # 5  "c"    4   -1    0  0.4  0.2 cana urba  1.0  2.0  30    0  10   1   2     1 1000 "city"
72   6  "u"    4  rad  100  0.4  0.2 land norm  1.0  2.0  15    0   1   0   0     0 1000 "uranium mine"
73   7  "p"    4  hap  100  0.4  0.2 land norm  1.0  1.5   5    0   1   0   0     0 1000 "park"
74   8  "d"    4  gun  100  0.4  0.2 land norm  1.0  1.5   7    0   1   0   0     0 1000 "defense plant"
75   9  "i"    4   sh  100  0.4  0.2 land norm  1.0  1.5   6    0   1   0   0     0 1000 "shell industry"
76  10  "m"    4 iron  100  0.4  0.2 land norm  1.0  2.0   5    0   1   0   0     0 1000 "mine"
77  11  "g"    4 dust  100  0.4  0.2 land norm  1.0  2.0   8    0   1   0   0     0 1000 "gold mine"
78  12  "h"    4   -1    0  0.4  0.2 harb ware  1.0  1.5  12    0   1   0   0     0 1000 "harbor"
79  13  "w"    4   -1    0  0.4  0.2 land ware  1.0  1.5   7    0   1   0   0     0 1000 "warehouse"
80  14  "*"    4   -1    0  0.4  0.2 land norm  1.0  1.25 12    0   1   0   0     0 1000 "airfield"
81  15  "a"    4 food  900  0.4  0.2 land norm  1.0  1.5   2    0   1   0   0     0 1000 "agribusiness"
82  16  "o"    4  oil  100  0.4  0.2 land norm  1.0  1.5   5    0   1   0   0     0 1000 "oil field"
83  17  "j"    4  lcm  100  0.4  0.2 land norm  1.0  1.5   3    0   1   0   0     0 1000 "light manufacturing"
84  18  "k"    4  hcm  100  0.4  0.2 land norm  1.0  1.5   4    0   1   0   0     0 1000 "heavy manufacturing"
85  19  "f"    4   -1    0  0.4  0.2 land norm  2.0  4.0  10    0   5   0   1     0 1000 "fortress"
86  20  "t"    4 tech  100  0.4  0.2 land norm  1.0  1.5  10    0   1   0   0     0 1000 "technical center"
87  21  "r"    4  med  100  0.4  0.2 land norm  1.0  1.5   9    0   1   0   0     0 1000 "research lab"
88  22  "n"    4   -1    0  0.4  0.2 land norm  1.0  2.0  10    0   1   0   0     0 1000 "nuclear plant"
89  23  "l"    4  edu  100  0.4  0.2 land norm  1.0  1.5   4    0   1   0   0     0 1000 "library/school"
90  24  "+"    4   -1    0  0.4  0.0 land norm  1.0  1.0   3    0   1   0   0     0 1000 "highway"
91  25  ")"    4   -1    0  0.4  0.2 land norm  1.0  1.5   4    0   1   0   0     0 1000 "radar installation"
92  26  "!"    4   -1    0  0.4  0.2 land norm  1.0  1.5  12    0   1   0   0     0 1000 "headquarters"
93  27  "#"    4   -1    0  0.4  0.0 land norm  1.0  1.0   3    0   1   0   0     0 1000 "bridge head"
94  28  "="    0   -1    0  0.4  0.0 brid norm  1.0  1.0   5   -1   1   0   0     0  100 "bridge span"
95  29  "b"    4 bars  100  0.4  0.2 land bank  1.0  2.25 10    0   1   0   0     0 1000 "bank"
96  30  "%"    4  pet 1000  0.4  0.2 land norm  1.0  1.5   2    0   1   0   0     0 1000 "refinery"
97  31  "e"    4   -1    0  0.4  0.2 land norm  1.0  2.0   7    0   1   0   0     0 1000 "enlistment center"
98  32  "~"   32   -1    0  0.4  0.2 land norm  1.0  1.5   1   -1   1   0   0     0  100 "plains"
99  33  "@"    0   -1    0  0.4  0.0 land norm  1.0  1.5   4   -1   1   0   0     0  100 "bridge tower"
100 /config