I have been trying to make peaks, to produce something. It's rather annoying that they can only sit there and take up space.
I've tried adding yield to peaks, but this value seems to be overridden somewhere else, as they are STILL not producing anything. Does anyone know how to get Peaks to produce?
Code:
<TerrainInfo>
<Type>TERRAIN_PEAK</Type>
<Description>TXT_KEY_TERRAIN_PEAK</Description>
<Civilopedia>TXT_KEY_TERRAIN_PEAK_PEDIA</Civilopedia>
<ArtDefineTag>ART_DEF_TERRAIN_PEAK</ArtDefineTag>
<Yields>
<iYield>0</iYield>
<iYield>1</iYield>
<iYield>0</iYield>
</Yields>
I've tried adding yield to peaks, but this value seems to be overridden somewhere else, as they are STILL not producing anything. Does anyone know how to get Peaks to produce?