Resource tile placement

McGreggD

Chieftain
Joined
Jun 19, 2006
Messages
44
I don't like amber being placed in coastal tiles because it seems to replace most or all of the sea food in the area, too much of it is clumped together. Does anyone know what file I have to edit to remove the resource from coastal tiles?

Thank you.
 
Take a look at Expansion1_Resources.xml:

<Row ResourceType="RESOURCE_AMBER" Name="LOC_RESOURCE_AMBER_NAME" ResourceClassType="RESOURCECLASS_LUXURY" Happiness="4" AdjacentToLand="true" Frequency="2" SeaFrequency="1"/>

and

<Resource_ValidTerrains>
<Row ResourceType="RESOURCE_AMBER" TerrainType="TERRAIN_COAST"/>
</Resource_ValidTerrains>
 
Back
Top Bottom