]> git.pond.sub.org Git - empserver/blob - src/lib/global/product.config
Update copyright notice
[empserver] / src / lib / global / product.config
1 #
2 #   Empire - A multi-player, client/server Internet based war game.
3 #   Copyright (C) 1986-2010, Dave Pare, Jeff Bailey, Thomas Ruschak,
4 #                            Ken Stevens, Steve McClure
5 #
6 #   This program 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 2 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, write to the Free Software
18 #   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19 #
20 #   ---
21 #
22 #   See files README, COPYING and CREDITS in the root of the source
23 #   tree for related information and legal notices.  It is expected
24 #   that future projects/authors will amend these files as needed.
25 #
26 #   ---
27 #
28 #   product.config: Product characteristics
29 #
30 #   Known contributors to this file:
31 #      Markus Armbruster, 2006
32 #
33 #   Derived from product.c; no known contributors
34 #
35
36 # Available item types (columns ct and type) are in item.config.
37 # Levels (columns lev and nlndx) are in level[].  Resources (column
38 # nrndx) are in resources[].
39
40 # A product is either an item (value other than -1 in column type) or
41 # a level (value other than none in column lev).
42
43 # Products with a value other than none in column nrndx mine that
44 # natural resource.  When nrdep is non-zero, mining depletes the
45 # resource.  The smaller the value, the slower the depletion.
46
47 # Do not edit this file to customize a game!  Create your own custom
48 # configuration file(s), best next to your econfig, and name them in
49 # econfig key custom_tables.
50
51 config product
52 uid sname     ct(0) ct(1) ct(2) ca(0) ca(1) ca(2) type  lev cost nrndx nrdep nlndx nlmin nllag name
53 # Mining natural resources:
54   0 "iron"      -1    -1    -1     0     0     0     i none    0   min     0  none     0     0 "iron ore"
55   1 "dust"      -1    -1    -1     0     0     0     d none    0  gold    20  none     0     0 "gold dust"
56   2 "food"      -1    -1    -1     0     0     0     f none    0  fert     0  tech   -10    10 "food"
57   3 "oil"       -1    -1    -1     0     0     0     o none    0  ocon    10  tech   -10    10 "oil"
58   4 "rad"       -1    -1    -1     0     0     0     r none    2  uran    35  tech    40    10 "radioactive materials"
59 # Processing stuff into different stuff:
60   5 "shells"     l     h    -1     2     1     0     s none    3  none     0  tech    20    10 "shells"
61   6 "guns"       o     l     h     1     5    10     g none   30  none     0  tech    20    10 "guns"
62   7 "petrol"     o    -1    -1     1     0     0     p none    1  none     0  tech    20    10 "petrol"
63   8 "bars"       d    -1    -1     5     0     0     b none   10  none     0  none     0     0 "gold bars"
64   9 "lcm"        i    -1    -1     1     0     0     l none    0  none     0  tech   -10    10 "light construction materials"
65  10 "hcm"        i    -1    -1     2     0     0     h none    0  none     0  tech   -10    10 "heavy construction materials"
66 # Producing levels:
67  11 "tech"       d     o     l     1     5    10    -1 tech  300  none     0   edu     5    10 "technological breakthroughs"
68  12 "medical"    d     o     l     1     5    10    -1  res   90  none     0   edu     5    10 "medical discoveries"
69  13 "edu"        l    -1    -1     1     0     0    -1  edu    9  none     0  none     0     0 "a class of graduates"
70  14 "happy"      l    -1    -1     1     0     0    -1  hap    9  none     0  none     0     0 "happy strollers"
71 /config