Hey,
Theres a mod in the Workshop out there.
I took "God of Lakes" in my first game and it didn't work
+1
Food for lake tiles.
So I think, lakes are features like jungle, I changed it but it didn't work...
instead of
what is the mistake?
Do you have any similar problems? (playing the mod/modding)
Theres a mod in the Workshop out there.
I took "God of Lakes" in my first game and it didn't work
+1

So I think, lakes are features like jungle, I changed it but it didn't work...
Code:
<Belief_FeatureYieldChanges>
<Row>
<BeliefType>BELIEF_LAKES</BeliefType>
<FeatureType>FEATURE_LAKE</FeatureType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>1</Yield>
</Row>
</Belief_FeatureYieldChanges>
instead of
Code:
<Belief_TerrainYieldChanges>
<Row>
<BeliefType>BELIEF_LAKES</BeliefType>
<TerrainType>TERRAIN_LAKE</TerrainType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>1</Yield>
</Row>
</Belief_TerrainYieldChanges>
what is the mistake?
Do you have any similar problems? (playing the mod/modding)