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>
|
2002-09-02 22:36:12 +02:00
|
|
|
| (c) 1998 - 2002 | 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 "free" game (Eressea) .
|
|
|
|
* Include this file from settings.h to make eressea work.
|
|
|
|
*/
|
2002-09-02 22:36:12 +02:00
|
|
|
#define CATAPULT_AMMUNITION 1 /* Gebaut werden kann sie auch mit 0! */
|
|
|
|
#define CHANGED_CROSSBOWS 1
|
|
|
|
#define COMBAT_TURNS 5
|
|
|
|
#define ENTERTAINBASE 0
|
|
|
|
#define ENTERTAINPERLEVEL 20
|
|
|
|
#define ENTERTAINFRACTION 20
|
2002-03-03 11:51:24 +01:00
|
|
|
#define GAME_ID 0
|
2001-12-15 13:26:04 +01:00
|
|
|
#define GROWING_TREES 1
|
2002-09-02 22:36:12 +02:00
|
|
|
#define GUARD_DISABLES_PRODUCTION 1
|
|
|
|
#define GUARD_DISABLES_RECRUIT 1
|
2002-01-13 10:14:13 +01:00
|
|
|
#define HUNGER_DISABLES_LONGORDERS 1
|
2002-09-02 22:36:12 +02:00
|
|
|
#define IMMUN_GEGEN_ANGRIFF 8
|
|
|
|
#define LARGE_CASTLES 1
|
2002-02-24 20:29:21 +01:00
|
|
|
#define NEW_MIGRATION 1
|
2002-09-02 22:36:12 +02:00
|
|
|
#define NEW_RESOURCEGROWTH 1
|
|
|
|
#define NMRTIMEOUT 4
|
2002-03-10 22:36:05 +01:00
|
|
|
#define PEASANTS_DO_NOT_STARVE 0
|
2002-09-02 22:36:12 +02:00
|
|
|
#define PEASANT_ADJUSTMENT 1
|
|
|
|
#define RACE_ADJUSTMENTS 1
|
2002-05-05 10:06:19 +02:00
|
|
|
#define RECRUITFRACTION 40 /* 100/RECRUITFRACTION% */
|
2002-09-02 22:36:12 +02:00
|
|
|
#define REDUCED_PEASANTGROWTH 1
|
|
|
|
#define REMOVENMRNEWBIE 1
|
|
|
|
#define RESOURCE_CONVERSION 1
|
|
|
|
#define RESOURCE_QUANTITY 0.5
|
|
|
|
#define TEACHDIFFERENCE 2
|
2002-10-06 12:16:11 +02:00
|
|
|
#define GIVERESTRICTION 3
|
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"
|