# # Empire - A multi-player, client/server Internet based war game. # Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak, # Ken Stevens, Steve McClure, Markus Armbruster # # Empire is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # --- # # See files README, COPYING and CREDITS in the root of the source # tree for related information and legal notices. It is expected # that future projects/authors will amend these files as needed. # # --- # # item.config: Item characteristics # # Known contributors to this file: # Markus Armbruster, 2006-2011 # # Derived from item.c; no known contributors. # # Columns pkg are indexed by packing types in compiled-in table # packing. # Do not edit this file to customize a game! Create your own custom # configuration file(s), best next to your econfig, and name them in # econfig key custom_tables. config item # ineff norm ware urban bank uid mnem val sell lbs pkg(0) pkg(1) pkg(2) pkg(3) pkg(4) melt name 0 "c" 1 0 1 1 10 10 10 10 4 "civilians" 1 "m" 0 0 1 1 1 1 1 1 20 "military" 2 "s" 5 1 1 1 1 10 1 1 80 "shells" 3 "g" 60 1 10 1 1 10 1 1 100 "guns" 4 "p" 4 1 1 1 1 10 1 1 50 "petrol" 5 "i" 2 1 1 1 1 10 1 1 100 "iron ore" 6 "d" 20 1 5 1 1 10 1 1 100 "dust (gold)" 7 "b" 280 1 50 1 1 5 1 4 200 "bars of gold" 8 "f" 0 1 1 1 1 10 1 1 2 "food" 9 "o" 8 1 1 1 1 10 1 1 50 "oil" 10 "l" 2 1 1 1 1 10 1 1 100 "light products" 11 "h" 4 1 1 1 1 10 1 1 100 "heavy products" 12 "u" 1 1 2 1 1 2 1 1 2 "uncompensated workers" 13 "r" 150 1 8 1 1 10 1 1 1000 "radioactive materials" /config