]> git.pond.sub.org Git - empserver/blob - src/lib/global/item.config
Update copyright notice
[empserver] / src / lib / global / item.config
1 #
2 #   Empire - A multi-player, client/server Internet based war game.
3 #   Copyright (C) 1986-2021, 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 #   item.config: Item characteristics
28 #
29 #   Known contributors to this file:
30 #      Markus Armbruster, 2006-2016
31 #
32 #   Derived from item.c; no known contributors.
33 #
34
35 # The item types (column uid) must match the compiled-in types defined
36 # in item.h.
37
38 # Columns pkg are indexed by packing types in compiled-in table
39 # packing.
40
41 # Column pow should ensure that producing stuff doesn't lose power.
42 # For instance, if 1s takes 2l 1h $3, worth 0.02, 0.04 and 0.01
43 # respectively, and production efficiency is ~0.9, then 1s should be
44 # worth no less than 0.11 / 0.9 =~ 0.122.
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 item #          ineff  norm   ware   urban  bank
51 uid mnem  pow sell lbs pkg(0) pkg(1) pkg(2) pkg(3) pkg(4) melt name
52   0  "c"   50    0   1     1     10     10     10     10     4 "civilians"
53   1  "m"  100    1   1     1      1      1      1      1    20 "military"
54   2  "s"  125    1   1     1      1     10      1      1    80 "shells"
55   3  "g"  950    1  10     1      1     10      1      1   100 "guns"
56   4  "p"    7    1   1     1      1     10      1      1    50 "petrol"
57   5  "i"   10    1   1     1      1     10      1      1   100 "iron ore"
58   6  "d"  200    1   5     1      1     10      1      1   100 "dust (gold)"
59   7  "b" 2500    1  50     1      1      5      1      4   200 "bars of gold"
60   8  "f"    0    1   1     1      1     10      1      1     2 "food"
61   9  "o"   50    1   1     1      1     10      1      1    50 "oil"
62  10  "l"   20    1   1     1      1     10      1      1   100 "light products"
63  11  "h"   40    1   1     1      1     10      1      1   100 "heavy products"
64  12  "u"   50    1   2     1      1      2      1      1     2 "uncompensated workers"
65  13  "r"   50    1   8     1      1     10      1      1  1000 "radioactive materials"
66 /config