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>
|
|
|
|
|
|
2002-11-25 16:30:51 +01:00
|
|
|
|
This program may not be used, modified or distributed
|
2001-12-15 13:26:04 +01:00
|
|
|
|
without prior permission by the authors of Eressea.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Contains defines for the "free" game (Eressea) .
|
|
|
|
|
* Include this file from settings.h to make eressea work.
|
|
|
|
|
*/
|
2002-09-02 22:36:12 +02:00
|
|
|
|
#define ENTERTAINFRACTION 20
|
|
|
|
|
#define IMMUN_GEGEN_ANGRIFF 8
|
2003-07-29 11:48:03 +02:00
|
|
|
|
#define RESOURCE_CONVERSION 1
|
2002-09-02 22:36:12 +02:00
|
|
|
|
#define NEW_RESOURCEGROWTH 1
|
2003-07-29 11:48:03 +02:00
|
|
|
|
#define LARGE_CASTLES 1
|
|
|
|
|
#define GROWING_TREES 1
|
2002-09-02 22:36:12 +02:00
|
|
|
|
#define REDUCED_PEASANTGROWTH 1
|
2003-07-29 11:48:03 +02:00
|
|
|
|
#define RACE_ADJUSTMENTS 1
|
2002-09-02 22:36:12 +02:00
|
|
|
|
#define TEACHDIFFERENCE 2
|
2003-07-29 11:48:03 +02:00
|
|
|
|
#define PEASANT_ADJUSTMENT 1
|
|
|
|
|
#define GUARD_DISABLES_RECRUIT 1
|
|
|
|
|
#define GUARD_DISABLES_PRODUCTION 1
|
|
|
|
|
#define RESOURCE_QUANTITY 0.5
|
|
|
|
|
#define RECRUITFRACTION 40 /* 100/RECRUITFRACTION% */
|
|
|
|
|
#define CATAPULT_AMMUNITION 1 /* Gebaut werden kann sie auch mit 0! */
|
|
|
|
|
#define CHANGED_CROSSBOWS 1
|
2002-11-27 20:35:36 +01:00
|
|
|
|
#define NEWATSROI 0
|
2003-07-29 11:48:03 +02:00
|
|
|
|
#define COMBAT_TURNS 5
|
|
|
|
|
#define PEASANTS_DO_NOT_STARVE 0
|
|
|
|
|
#define NEW_MIGRATION 1
|
2003-12-17 01:47:24 +01:00
|
|
|
|
#define ASTRAL_HUNGER
|
2003-06-22 10:38:55 +02:00
|
|
|
|
#undef SHORTPWDS
|
|
|
|
|
|
2003-03-14 20:50:54 +01:00
|
|
|
|
#define ZEROFOKS_QUESTMASTER "eressea@zerofoks.net"
|
|
|
|
|
|
2002-11-25 20:11:27 +01:00
|
|
|
|
#define CHECK_OVERLOAD_ON_ENTER
|
2002-12-18 01:34:19 +01:00
|
|
|
|
#undef REGIONOWNERS
|
2002-11-25 16:30:51 +01:00
|
|
|
|
|
2002-09-02 22:36:12 +02:00
|
|
|
|
#define MUSEUM_MODULE
|
|
|
|
|
#define ARENA_MODULE
|
2002-04-23 21:00:23 +02:00
|
|
|
|
|
2002-06-02 13:37:08 +02:00
|
|
|
|
#define MAILITPATH "/usr/sbin:$HOME/eressea/bin:/bin:/usr/bin:/usr/local/bin"
|
2002-11-10 15:46:21 +01:00
|
|
|
|
|
|
|
|
|
/* Kr<4B>cke f<>r die Berechnung der Jahreszeiten in Eressea */
|
|
|
|
|
|
|
|
|
|
#define FIRST_TURN 184
|
|
|
|
|
|