2015-01-30 20:37:14 +01:00
|
|
|
/*
|
2010-08-08 10:06:34 +02:00
|
|
|
+-------------------+ Christian Schlittchen <corwin@amber.kn-bremen.de>
|
2012-05-16 22:07:28 +02:00
|
|
|
| | Enno Rehling <enno@eressea.de>
|
2010-08-08 10:06:34 +02:00
|
|
|
| Eressea PBEM host | Katja Zedel <katze@felidae.kn-bremen.de>
|
|
|
|
| (c) 1998 - 2003 | 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.
|
2015-01-30 22:11:33 +01:00
|
|
|
*/
|
2010-08-08 10:06:34 +02:00
|
|
|
|
|
|
|
#define RESOURCE_QUANTITY 0.5
|
2011-03-07 08:02:35 +01:00
|
|
|
#define RECRUITFRACTION 40 /* 100/RECRUITFRACTION% */
|
2010-08-08 10:06:34 +02:00
|
|
|
|
2015-11-22 12:37:25 +01:00
|
|
|
/* TODO: move these settings to settings.h or into configuration files */
|
|
|
|
#define TREESIZE (8) /* space used by trees (in #peasants) */
|
|
|
|
|
2017-03-31 21:37:30 +02:00
|
|
|
/* Gebaeudegroesse = Minimalbelagerer */
|
2015-11-22 12:37:25 +01:00
|
|
|
#define SIEGEFACTOR 2
|
|
|
|
|
2016-11-20 18:09:08 +01:00
|
|
|
#define BAGCAPACITY 20000 /* soviel passt in einen Bag of Holding */
|
2015-11-22 12:37:25 +01:00
|
|
|
#define PERSON_WEIGHT 1000 /* weight of a "normal" human unit */
|