/* vi: set ts=2: +-------------------+ Christian Schlittchen | | Enno Rehling | Eressea PBEM host | Katja Zedel | (c) 1998 - 2001 | Henning Peters | | Ingo Wilken +-------------------+ Stefan Reich This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ /* * Contains defines for the "murder variant" game (vinyambar) . * Include this file from settings.h to make eressea work. */ #define GAME_ID 0 #define IMMUN_GEGEN_ANGRIFF 8 #define RESOURCE_CONVERSION 1 #define NEW_RESOURCEGROWTH 1 #define LARGE_CASTLES 1 #define GROWING_TREES 1 #define REMOVENMRNEWBIE 1 #define NMRTIMEOUT 4 #define HUNGER_DISABLES_LONGORDERS 1 #define REDUCED_PEASANTGROWTH 1 #define RACE_ADJUSTMENTS 1 #define TEACHDIFFERENCE 2 #define PEASANT_ADJUSTMENT 1 #define SKILLPOINTS 0 #define NEW_MIGRATION 1 #define PEASANTS_DO_NOT_STARVE 0 #define GUARD_DISABLES_RECRUIT 1 #define VICTORY_CONDITION VICTORY_MURDER #define VICTORY_DELAY 4