home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume13 / dominion / part04 / costs.h next >
Text File  |  1992-02-11  |  1KB  |  37 lines

  1.   /* costs.h - costs of various things in dominion */
  2.  
  3. /*
  4.  * Copyright (C) 1990 Free Software Foundation, Inc.
  5.  * Written by the dominion project.
  6.  *
  7.  * This file is part of dominion.
  8.  *
  9.  * dominion is free software; you can redistribute it and/or
  10.  * modify it under the terms of the GNU General Public License as published
  11.  * by the Free Software Foundation; either version 1, or (at your option)
  12.  * any later version.
  13.  *
  14.  * This software is distributed in the hope that it will be useful,
  15.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17.  * GNU General Public License for more details.
  18.  *
  19.  * You should have received a copy of the GNU General Public License
  20.  * along with this software; see the file COPYING.  If not, write to
  21.  * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  22.  */
  23.  
  24. #define FORT_COST_MONEY 1000    /* for each 10 levels you construct */
  25. #define FORT_COST_METAL 1500
  26. #define ROADS_COST_MONEY 100    /* for each road you construct */
  27. #define ROADS_COST_METAL 150
  28. #define BUBBLE_COST       20000    /* cost to build a bubble */
  29. #define BUBBLE_COST_METAL 20000
  30.   /* cost to maintain an army/turn,
  31.      apart from the soldier salaries
  32.    */
  33. #define ARMY_OVERHEAD 2000
  34.  
  35. #define HOSPITAL_MAINT_COST 4000 /* cost to maintain a hospital */
  36. #define UNIV_MAINT_COST        2000 /* cost to maintain a university */
  37.