2001-12-15 13:26:04 +01:00
|
|
|
/* vi: set ts=2:
|
|
|
|
+-------------------+ Christian Schlittchen <corwin@amber.kn-bremen.de>
|
|
|
|
| | Enno Rehling <enno@eressea-pbem.de>
|
|
|
|
| Eressea PBEM host | Katja Zedel <katze@felidae.kn-bremen.de>
|
2003-07-29 11:48:03 +02:00
|
|
|
| (c) 1998 - 2003 | Henning Peters <faroul@beyond.kn-bremen.de>
|
2001-12-15 13:26:04 +01:00
|
|
|
| | Ingo Wilken <Ingo.Wilken@informatik.uni-oldenburg.de>
|
|
|
|
+-------------------+ Stefan Reich <reich@halbling.de>
|
|
|
|
|
|
|
|
This program may not be used, modified or distributed
|
|
|
|
without prior permission by the authors of Eressea.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Contains defines for the "classic" game (Vinyambar I) .
|
|
|
|
* Include this file from settings.h to make eressea work.
|
|
|
|
*/
|
2003-07-29 11:48:03 +02:00
|
|
|
#define ENTERTAINFRACTION 20
|
2002-04-20 22:07:35 +02:00
|
|
|
#define IMMUN_GEGEN_ANGRIFF 8
|
2001-12-15 13:26:04 +01:00
|
|
|
#define RESOURCE_CONVERSION 0
|
|
|
|
#define NEW_RESOURCEGROWTH 0
|
|
|
|
#define LARGE_CASTLES 0
|
|
|
|
#define GROWING_TREES 0
|
2002-01-27 14:08:47 +01:00
|
|
|
#define REDUCED_PEASANTGROWTH 0
|
2002-01-27 14:46:00 +01:00
|
|
|
#define RACE_ADJUSTMENTS 0
|
2002-03-03 11:51:24 +01:00
|
|
|
#define TEACHDIFFERENCE 1
|
|
|
|
#define PEASANT_ADJUSTMENT 0
|
2002-04-21 09:31:27 +02:00
|
|
|
#define GUARD_DISABLES_RECRUIT 0
|
2002-04-21 19:44:17 +02:00
|
|
|
#define GUARD_DISABLES_PRODUCTION 0
|
2002-04-21 09:52:11 +02:00
|
|
|
#define RESOURCE_QUANTITY 1.0
|
2002-04-23 19:13:45 +02:00
|
|
|
#define RECRUITFRACTION 20
|
2002-04-23 21:00:23 +02:00
|
|
|
#define CATAPULT_AMMUNITION 0
|
2002-04-27 16:46:27 +02:00
|
|
|
#define CHANGED_CROSSBOWS 0
|
2002-11-27 20:35:36 +01:00
|
|
|
#define NEWATSROI 0
|
2003-07-29 11:48:03 +02:00
|
|
|
#define COMBAT_TURNS 10
|
|
|
|
#define PEASANTS_DO_NOT_STARVE 0
|
|
|
|
#define NEW_MIGRATION 1
|
2002-04-21 09:52:11 +02:00
|
|
|
|
2002-06-02 13:37:08 +02:00
|
|
|
#define MAILITPATH "/usr/sbin:$HOME/bin:/bin:/usr/bin:/usr/local/bin"
|