[GEM 1.13.4/CivUP 2.5.2] - City Food Yield Error + Fix

AnthonyG

Warlord
Joined
Jan 25, 2012
Messages
189
Location
NZ
In the release notes for Gem 1.13.4 (Civup 2.5.2) it stated that food/production for city tiles was increased from 2:c5food: 4:c5production: to 3:c5food: 4:c5production:, but I noticed my cities were starting with 2:c5food:.

Anyway, I changed this entry (found in GEM>Cities>GEC_Data) from a yield of 2:c5food: to 3:c5food: and it fixed it:
Code:
<Update>
			<Where Type="YIELD_FOOD" />
			<Set MinCity="3"
				 GoldenAgeSurplusYieldMod="20"
				 AIWeightPercent="10"
				 />
</Update>
I assume this was the right thing to change.

[GEM 1.13.4/CivUP 2.5.2]
 
Yup, that's it. It's in the bug issues list I submitted to Thal too.
 
Top Bottom