|
Author
|
|
Topic: food consumption |  |
|
brokn Settler
May 2000
|
 |
posted December 24, 2000 12:31
|
 |
 |  |
how do you set the amount of food eaten by each citizen? i don't understand how these lines work:UNIT_RATIONS 3.0 # what does 1 notch mean BASE_RATIONS 12.0 # food per person time POP_HUNGER when slider is zero and i don't know what this line is for either,and how they all relate. CITY_GROWTH_COEFFICIENT 200 # Amount of food per citizen required to grow a city i've been playing with the values, but i can't seem to figure hout how they work. ------------------ just can't fix this brokn machine |
Paul King Zwolle, The Netherlands Mar 99
|
 |
posted December 25, 2000 04:30
  |
 |
 |  |
BASE_RATIONS says how much food each citizen eats when the food slider is in the centre position. UNIT_RATIONS says how much more or less each citizen eats when you put the slider one notch to the left or right.CITY_GROWTH_COEFFICIENT says how much excess food needs to be stored before your city increases in size. This should be multiplied by the city size, so a size 3 city would need 600 excess food stored to grow. |
Cyrius Chieftain Minneapolis, MN, USA Nov 2000
|
 |
posted December 31, 2000 20:18
|
 |
 |  |
quote:
 Originally posted by Paul on 12-25-2000 04:30 AM BASE_RATIONS says how much food each citizen eats when the food slider is in the centre position. UNIT_RATIONS says how much more or less each citizen eats when you put the slider one notch to the left or right.
 |
Ok, if this is true, moving the slider left one notch would give -9 food per person. This means people generate food!!! That can't be right.
|
Paul King Zwolle, The Netherlands Mar 99
|
 |
posted December 31, 2000 20:44
  |
 |
 |  |
Cyrius, I think you made a mistake there. If BASE_RATIONS is 12 then people will eat 12 food when the slider is in center position. If you move the slider one notch to the left people will eat 12-3=9 food. |