Hey all,
I have created an improvement Lumbermill - based off of Joko Biowell mod.
Lumbermill
http://steamcommunity.com/sharedfiles/filedetails/?id=641009748
The problem I am having is it seems to allow it to build it on any terrain.
I have the following, but it doesn't seem to restrict it to Forests...
Any direction/help appreciated.
I have created an improvement Lumbermill - based off of Joko Biowell mod.
Lumbermill
http://steamcommunity.com/sharedfiles/filedetails/?id=641009748
The problem I am having is it seems to allow it to build it on any terrain.
I have the following, but it doesn't seem to restrict it to Forests...
Any direction/help appreciated.
Code:
<Builds>
<Row>
<Type>BUILD_LUMBER_YARD</Type>
<Time>700</Time>
<ImprovementType>IMPROVEMENT_LUMBER_YARD</ImprovementType>
<Description>TXT_KEY_BUILD_LUMBER_YARD</Description>
<EntityEvent>ENTITY_EVENT_BUILD</EntityEvent>
<HotKey>KB_Z</HotKey>
<OrderPriority>98</OrderPriority>
<IconIndex>0</IconIndex>
<IconAtlas>GS_LUMBERYARD_ATLAS</IconAtlas>
</Row>
</Builds>
<BuildsOnFeatures>
<Row>
<BuildType>BUILD_LUMBER_YARD</BuildType>
<FeatureType>FEATURE_FOREST</FeatureType>
<Time>200</Time>
</Row>
</BuildsOnFeatures>