So it's been a while since iv'e really modded a civ game, and iv'e ran into an issue I cannot seem to fix. I am trying to change the yield changes of terrain, but nothing I do works.
Here's an example of code:
<Terrain_YieldChanges>
<Row>
<TerrainType>TERRAIN_COAST</TerrainType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>5</Yield>
</Row>
<Row>
<TerrainType>TERRAIN_GRASS</TerrainType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>5</Yield>
</Row>
<Row>
<TerrainType>TERRAIN_PLAINS</TerrainType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>5</Yield>
</Row>
</Terrain_YieldChanges>
I'm pretty sure this should work, am I doing something wrong or msising something? I might be making a stupid mistake.
Here's an example of code:
Spoiler Code :
<Terrain_YieldChanges>
<Row>
<TerrainType>TERRAIN_COAST</TerrainType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>5</Yield>
</Row>
<Row>
<TerrainType>TERRAIN_GRASS</TerrainType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>5</Yield>
</Row>
<Row>
<TerrainType>TERRAIN_PLAINS</TerrainType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>5</Yield>
</Row>
</Terrain_YieldChanges>
I'm pretty sure this should work, am I doing something wrong or msising something? I might be making a stupid mistake.