]> git.pond.sub.org Git - empserver/blob - src/lib/global/item.config
c542d7ed5f929f5af2351abe5821c1cc3159e268
[empserver] / src / lib / global / item.config
1 #
2 #   Empire - A multi-player, client/server Internet based war game.
3 #   Copyright (C) 1986-2007, 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 #   item.config: Item characteristics
29 #
30 #   Known contributors to this file:
31 #      Markus Armbruster, 2006
32 #
33 #   Derived from item.c; no known contributors.
34 #
35
36 # Columns pkg are indexed by packing types in packing[].
37
38 # Do not edit this file to customize a game!  Create your own custom
39 # configuration file(s), best next to your econfig, and name them in
40 # econfig key custom_tables.
41
42 config item #          ineff  norm   ware   urban  bank
43 uid mnem  val sell lbs pkg(0) pkg(1) pkg(2) pkg(3) pkg(4) melt name
44   0  "c"    1    0   1     1     10     10     10     10     4 "civilians"
45   1  "m"    0    0   1     1      1      1      1      1    20 "military"
46   2  "s"    5    1   1     1      1     10      1      1    80 "shells"
47   3  "g"   60    1  10     1      1     10      1      1   100 "guns"
48   4  "p"    4    1   1     1      1     10      1      1    50 "petrol"
49   5  "i"    2    1   1     1      1     10      1      1   100 "iron ore"
50   6  "d"   20    1   5     1      1     10      1      1   100 "dust (gold)"
51   7  "b"  280    1  50     1      1      5      1      4   200 "bars of gold"
52   8  "f"    0    1   1     1      1     10      1      1     2 "food"
53   9  "o"    8    1   1     1      1     10      1      1    50 "oil"
54  10  "l"    2    1   1     1      1     10      1      1   100 "light products"
55  11  "h"    4    1   1     1      1     10      1      1   100 "heavy products"
56  12  "u"    1    1   2     1      1      2      1      1     2 "uncompensated workers"
57  13  "r"  150    1   8     1      1     10      1      1  1000 "radioactive materials"
58 /config