a multiplayer game of parenting and civilization building
You are not logged in.
Pages: 1
This is code of available number of overflow food capacity.
int computeOverflowFoodCapacity( int inBaseCapacity ) {
// even littlest baby has +1 overflow, to get everyone used to the
// concept.
// by adulthood (when base cap is 20), overflow cap is 90.6
return 1 + pow( inBaseCapacity, 8 ) * 0.0000000035;
}
And this is table of age, cap, and overflow pip.
https://imgur.com/a/VFTQdJc
So, my point is PLEASE Don't eat feast plate if you have smaller than 18 Food Mater capacity.
Example, if you are girl, wait for you will be fertile.
Offline
We should have seen this coming, most players just eat anything regardless of value or age. Little kids eating pie or full grown adults munching berries. Oh look, the town's out of carrots again because everyone keeps eating them when really it's sheep food.
Loco Motion
Offline
Guess they are sheep then xD
Yes its a waste of resources to eat fest without a big belly. But if a town can make a feast table it's not starving at all.
The biggest use of the feast table is on low pop servers
Where you are the only player and don't want to stop working for food or even afk until you die of old age sometimes
Last edited by StrongForce (2019-12-08 19:37:32)
Baby dance!!
Offline
That table is super useful, thank you!
Offline
I second Twisted's comment... thanks!
Danish Clinch.
Longtime tutorial player.
Offline
Pages: 1