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>
|
|
|
|
| (c) 1998 - 2001 | Henning Peters <faroul@beyond.kn-bremen.de>
|
|
|
|
| | 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.
|
|
|
|
*/
|
2002-03-03 11:51:24 +01:00
|
|
|
#define GAME_ID 1
|
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-13 10:14:13 +01:00
|
|
|
#define REMOVENMRNEWBIE 0
|
2002-03-03 11:51:24 +01:00
|
|
|
#define NMRTIMEOUT 5
|
2002-01-13 10:14:13 +01:00
|
|
|
#define HUNGER_DISABLES_LONGORDERS 1
|
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-01-27 14:08:47 +01:00
|
|
|
|
2002-03-03 11:51:24 +01:00
|
|
|
#define SKILLPOINTS 1
|
|
|
|
#define TEACHDIFFERENCE 1
|
|
|
|
|
|
|
|
#define PEASANT_ADJUSTMENT 0
|