Does citizens suppossed to have different productivity?
Moderator: Pocus
Does citizens suppossed to have different productivity?
In one region my hellenic citizens have productivity 3 (infra) and in some 5(same infra), both are same etnicity, there are no Impediments and Boons in those regions but still the difference I dont understand.
Can anyone explain the reason?
Can anyone explain the reason?
Re: Does citizens suppossed to have different productivity?
Terrain? Populations in steppes, deserts and marshes produce less infra.
-
- Corporal - Strongpoint
- Posts: 70
- Joined: Fri Aug 09, 2019 10:37 pm
Re: Does citizens suppossed to have different productivity?
Are some of them in unrest? Unrest lowers the productivity
Re: Does citizens suppossed to have different productivity?
no unrest
are you sure the terrain lowers the productivity?
are you sure the terrain lowers the productivity?
-
- Corporal - Strongpoint
- Posts: 69
- Joined: Tue May 05, 2020 6:28 pm
Re: Does citizens suppossed to have different productivity?
I'm 99% sure it does. I don't know where you can get a report in the game to prove it, but some provinces seem to generate fewer yields per pop than others - deserts in North Africa, as example, have always appeared to generate much lower Food and Infrastructure per pop than, say, plains in Italy. I presume there's either a bonus or malus based on terrain type, or else each region has a (hidden?) base productivity that applies before the various modifiers start to kick in.
Re: Does citizens suppossed to have different productivity?
well if you're right that would explain it as it is indeed a desert regiontravling_canuck wrote: ↑Sun May 24, 2020 7:20 pmI'm 99% sure it does. I don't know where you can get a report in the game to prove it, but some provinces seem to generate fewer yields per pop than others - deserts in North Africa, as example, have always appeared to generate much lower Food and Infrastructure per pop than, say, plains in Italy. I presume there's either a bonus or malus based on terrain type, or else each region has a (hidden?) base productivity that applies before the various modifiers start to kick in.
Re: Does citizens suppossed to have different productivity?
It's not region unrest. Each citizen has an unrest value. The more citizens you have the higher the new citizen's value for unrest/productivity.
For new players: Grand Strategy AAR and Steam Guide: Tips for new players
Samstra's Trade guide: https://steamcommunity.com/sharedfiles/filedetails/?id=1805684085
Samstra's Trade guide: https://steamcommunity.com/sharedfiles/filedetails/?id=1805684085
Re: Does citizens suppossed to have different productivity?
This is correct. Each region has a maxiumum value after which the citizens will start to produce less (as they are more and more unhappy as Gray Fox above says). The "cap" of the region depends on the terrain, and deserts are among the worst places.
In short, citizens in lush lands (temperate fields for example) are not notably hit by the unhappines penalty until the region has 30+ population, while half a dozen citizens living in desert will be extremely unhappy (and thus, extremely unproductive).
There are three kinds of people, those who can count and those who can't.
-
- Corporal - Strongpoint
- Posts: 69
- Joined: Tue May 05, 2020 6:28 pm
Re: Does citizens suppossed to have different productivity?
Good to know. I wasn't aware of the details behind the calculation. Thanks for sharing!Swuul wrote: ↑Mon May 25, 2020 8:06 amThis is correct. Each region has a maxiumum value after which the citizens will start to produce less (as they are more and more unhappy as Gray Fox above says). The "cap" of the region depends on the terrain, and deserts are among the worst places.
In short, citizens in lush lands (temperate fields for example) are not notably hit by the unhappines penalty until the region has 30+ population, while half a dozen citizens living in desert will be extremely unhappy (and thus, extremely unproductive).
Re: Does citizens suppossed to have different productivity?
There is also a bug - after the Freedmen decision, some "citizens" (i.e. POPs showing citizen icon) are still actually slaves (as reported in tooltip).
See attached image.
- Attachments
-
- 2020-05-26 11_42_09-FIELDOFGLORYEMPIRES.png (193.16 KiB) Viewed 2113 times
Re: Does citizens suppossed to have different productivity?
I see no error about this decision, but I have added safeguards nonetheless.
AGEOD Team - Makers of Kingdoms, Empires, ACW2, WON, EAW, PON, AJE, RUS, ROP, WIA.
Re: Does citizens suppossed to have different productivity?
The error is in the implementation:
- the RNG selects various POPs in "slave" status to convert to citizens
- the selected POPs change to "citizen" icons, but tooltip/stats remain "slave"
- the RNG some turns later finalizes conversion to "citizen"
As a practical matter, this forces the Player to mouse over every POP in every region, checking for their actual status.
Tedious doesn't even begin to describe the effect, on a faction with many, many POPs in many, many regions ...

The fix would be to delay the visual change to when the actual, final POP conversion happens.
A bonus would be to add a 3rd, intermediate "converting" state, icon to the affected POPs.
-
- Senior Corporal - Destroyer
- Posts: 119
- Joined: Fri Mar 09, 2018 8:54 pm
Re: Does citizens suppossed to have different productivity?
Good suggestion.n0b0dy007 wrote: ↑Wed May 27, 2020 1:38 pmThe error is in the implementation:
- the RNG selects various POPs in "slave" status to convert to citizens
- the selected POPs change to "citizen" icons, but tooltip/stats remain "slave"
Net result: the visual cue of which POP icon is displayed is no longer accurate.
- the RNG some turns later finalizes conversion to "citizen"
As a practical matter, this forces the Player to mouse over every POP in every region, checking for their actual status.
Tedious doesn't even begin to describe the effect, on a faction with many, many POPs in many, many regions ...
The fix would be to delay the visual change to when the actual, final POP conversion happens.
A bonus would be to add a 3rd, intermediate "converting" state, icon to the affected POPs.
Re: Does citizens suppossed to have different productivity?
The code has been updated, there was an error in the logic indeed.
AGEOD Team - Makers of Kingdoms, Empires, ACW2, WON, EAW, PON, AJE, RUS, ROP, WIA.