forked from github/server
55 lines
1.7 KiB
C
55 lines
1.7 KiB
C
/* 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 - 2002 | 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 "conquest" vinyambar game (Speedgame).
|
|
* Include this file from settings.h to make eressea work.
|
|
*/
|
|
#define CATAPULT_AMMUNITION 1 /* Gebaut werden kann sie auch mit 0! */
|
|
#define CHANGED_CROSSBOWS 1
|
|
#define COMBAT_TURNS 5
|
|
#define ENTERTAINBASE 15
|
|
#define ENTERTAINPERLEVEL 5
|
|
#define ENTERTAINFRACTION 20
|
|
#define GAME_ID 3
|
|
#define GROWING_TREES 1
|
|
#define GUARD_DISABLES_PRODUCTION 1
|
|
#define GUARD_DISABLES_RECRUIT 1
|
|
#define HUNGER_DISABLES_LONGORDERS 1
|
|
#define IMMUN_GEGEN_ANGRIFF 8
|
|
#define LARGE_CASTLES 1
|
|
#define NEW_MIGRATION 1
|
|
#define NEW_RESOURCEGROWTH 1
|
|
#define NMRTIMEOUT 5
|
|
#define PEASANTS_DO_NOT_STARVE 0
|
|
#define PEASANT_ADJUSTMENT 1
|
|
#define RACE_ADJUSTMENTS 1
|
|
#define RECRUITFRACTION 40 /* 100/RECRUITFRACTION% */
|
|
#define REDUCED_PEASANTGROWTH 1
|
|
#define REMOVENMRNEWBIE 0
|
|
#define RESOURCE_CONVERSION 1
|
|
#define RESOURCE_QUANTITY 0.5
|
|
#define TEACHDIFFERENCE 2
|
|
#define GIVERESTRICTION 0
|
|
#define NEWATSROI 0
|
|
#if NEWATSROI == 1
|
|
#define ATSBONUS 2
|
|
#define ROIBONUS 4
|
|
#endif
|
|
|
|
#define ENHANCED_QUIT
|
|
#define ALLIANCES
|
|
#undef ALLIANCEJOIN
|
|
#define AUTOALLIANCE (HELP_FIGHT)
|
|
|
|
#define MAILITPATH "/usr/sbin:$HOME/bin:/bin:/usr/bin:/usr/local/bin"
|