(mchr, plchr, lchr, nchr): Move initializer to new builtin config

files ship.config, plane.config, land.config, nuke.config.
(empfile): Declare the new config files.
(install, installdirs): Install them.
(builtins): New make variable.
This commit is contained in:
Markus Armbruster 2006-02-19 09:15:46 +00:00
parent dae17432ae
commit b4161cd7e2
11 changed files with 341 additions and 652 deletions

View file

@ -0,0 +1,54 @@
#
# Empire - A multi-player, client/server Internet based war game.
# Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
# Ken Stevens, Steve McClure
#
# This program 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 2 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, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# ---
#
# 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.
#
# ---
#
# nuke.c: Nuke characteristics
#
# Known contributors to this file:
# Markus Armbruster, 2006
#
# Derived from nuke.c.
#
# Available flags are in nuke_chr_flags[]. info Nuke-types should
# document them all.
config nuke-chr
name l_b h_b o_b r_b bla dam cost tech wei flags
"10kt fission" 50 50 25 70 3 70 10000 280 4 ()
"15kt fission" 50 50 25 80 3 90 15000 290 5 ()
"50kt fission" 60 60 30 90 3 100 25000 300 6 ()
"100kt fission" 75 75 40 120 4 125 30000 310 8 ()
"5kt fusion" 15 15 15 30 2 80 12500 315 1 ()
"75kt fusion" 40 40 35 50 3 90 20000 320 3 ()
"250kt fusion" 50 50 45 60 4 110 25000 330 4 ()
"500kt fusion" 60 60 50 80 5 120 35000 340 5 ()
"1mt fusion" 75 75 50 110 6 150 40000 350 5 ()
"60kt neutron" 60 60 30 100 3 30 30000 355 2 (neutron)
"3mt fusion" 100 100 75 130 7 170 45000 360 6 ()
"5mt fusion" 120 120 100 150 8 190 50000 370 8 ()
"120kt neutron" 75 75 40 120 5 50 36000 375 3 (neutron)
/config