2002-04-16 00:41:03 +02: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>
|
2002-04-16 00:41:03 +02:00
|
|
|
|
| | Ingo Wilken <Ingo.Wilken@informatik.uni-oldenburg.de>
|
|
|
|
|
+-------------------+ Stefan Reich <reich@halbling.de>
|
|
|
|
|
|
2005-05-07 00:30:19 +02:00
|
|
|
|
This program may not be used, modified or distributed
|
2002-04-16 00:41:03 +02: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-22 18:04:50 +02:00
|
|
|
|
#define ENTERTAINFRACTION 20
|
|
|
|
|
#define IMMUN_GEGEN_ANGRIFF 8
|
2003-07-29 11:48:03 +02:00
|
|
|
|
#define RESOURCE_CONVERSION 1
|
2002-09-22 18:04:50 +02:00
|
|
|
|
#define REDUCED_PEASANTGROWTH 1
|
2003-07-29 11:48:03 +02:00
|
|
|
|
#define RACE_ADJUSTMENTS 1
|
2002-09-22 18:04:50 +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
|
2005-05-07 00:30:19 +02:00
|
|
|
|
#define RECRUITFRACTION 40 /* 100/RECRUITFRACTION% */
|
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
|
2005-10-03 22:59:11 +02:00
|
|
|
|
#define NEWATSROI 0
|
|
|
|
|
#define HUNGER_REDUCES_SKILL /* Hunger reduziert den Talentwert
|
|
|
|
|
auf die H<EFBFBD>lfte */
|
2005-05-07 00:30:19 +02:00
|
|
|
|
|
2005-06-28 23:28:50 +02:00
|
|
|
|
#define ASTRAL_ITEM_RESTRICTIONS /* keine grossen dinge im astralraum */
|
2005-10-03 22:59:11 +02:00
|
|
|
|
#define NEW_DAEMONHUNGER_RULE
|
|
|
|
|
#define NEW_COMBATSKILLS_RULE
|
|
|
|
|
#define ROW_FACTOR 3 /* factor for combat row advancement rule */
|
|
|
|
|
#define HEROES
|
2005-08-01 09:58:55 +02:00
|
|
|
|
|
|
|
|
|
#define SCORE_MODULE
|