I'm trying to make some adjustments to some civics.
I want tiles with the Gold resource on them to yield more commerce if you pick a certain civic. I tried adding this to one civic:
But when I load up the mod and view that civic in the civilopedia, it comes up as "+5
from Jungle Altar". I checked a tile with Gold on it and nothing was different. Any ideas why this might be happening? Am I doing it wrong?
I want tiles with the Gold resource on them to yield more commerce if you pick a certain civic. I tried adding this to one civic:
Code:
<ImprovementYieldChanges>
<ImprovementYieldChange>
<ImprovementType>BONUS_GOLD</ImprovementType>
<ImprovementYields>
<iYield>0</iYield>
<iYield>0</iYield>
<iYield>5</iYield>
</ImprovementYields>
</ImprovementYieldChange>
</ImprovementYieldChanges>
But when I load up the mod and view that civic in the civilopedia, it comes up as "+5
