Hello again guys,
It has been a while since I have posted a specific topic here but this is something that has been in the back of my head since unrest was added into the game. I know it has been a long while now since this was added but I am trying to think things through all the way unless I want to end up posting something not worth reading.
My thought is that while the unrest system we have right now sort of works it does not really represent what it is supposed to do. Unrest in general represents dissatisfaction and unruliness of a populace to oppose or not work as hard towards a goal/project. This is usually caused by a couple of factors namely food availability, safety, lack of disease, and total numbers of people. Malcontents are usually few and far between but by the law of large numbers the more people you have in one place the more malcontents you tend to get. The more malcontents the more likely they will be disruptive causing a cascade effect. Couple this with a government processes that can then multiply these effect by bureaucracy. This is my reasoning behind a new unrest formula.
Code: xml
- City unrest = ( 5 * (citylevel-1)+GloablUnrestModifier)
- Globalrest = Taxrate+(NumCity*.02)
I know this is similar to what already exists but what this does is add a penalty to large cities so that when they grow too fast without the unrest reducing technologies they do not have a massive advantage over multiple small cities. Now to account for the overall higher unrest in cities troops should have a 1% per member unrest reduction as armies tend to reduce unrest by acting as an armed police force. This would satisfy almost all of the cases listed above without deriving numbers based upon food available (which is covered by growth index), safety is covered by adding troop unrest reduction, lack of disease is something that is not really well covered in FE or LH as population is not handled as a dynamic resource except for city growth and explorers, and total numbers is covered by the unrest increase for larger cities.
Anyways this is something I have been pondering for a while. Let me know what you think.