home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume13
/
dominion
/
part04
/
costs.h
next >
Wrap
Text File
|
1992-02-11
|
1KB
|
37 lines
/* costs.h - costs of various things in dominion */
/*
* Copyright (C) 1990 Free Software Foundation, Inc.
* Written by the dominion project.
*
* This file is part of dominion.
*
* dominion 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 1, or (at your option)
* any later version.
*
* This software 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 software; see the file COPYING. If not, write to
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#define FORT_COST_MONEY 1000 /* for each 10 levels you construct */
#define FORT_COST_METAL 1500
#define ROADS_COST_MONEY 100 /* for each road you construct */
#define ROADS_COST_METAL 150
#define BUBBLE_COST 20000 /* cost to build a bubble */
#define BUBBLE_COST_METAL 20000
/* cost to maintain an army/turn,
apart from the soldier salaries
*/
#define ARMY_OVERHEAD 2000
#define HOSPITAL_MAINT_COST 4000 /* cost to maintain a hospital */
#define UNIV_MAINT_COST 2000 /* cost to maintain a university */