Please help me find a file!

anansethespider

Warlord
Joined
Oct 27, 2016
Messages
288
I am trying to edit which technology unlocks the ability to chop forests and jungles, and I can't seem to find the code for it anywhere. The closest I can find is in UnitOperations.xml where there's code for RemoveFeature - but there's nothing in it that specifies WHICH features can and can't be removed, and what unlocks them. Same goes for the ability to Harvest a resource. Anyone have any ideas?
 
<Features> in Features.xml
<Row FeatureType="FEATURE_JUNGLE" Name="LOC_FEATURE_JUNGLE_NAME" RemoveTech="TECH_BRONZE_WORKING" Removable="true" Forest="true" SightThroughModifier="1" DefenseModifier="3" MovementChange="1" Appeal="-1" AntiquityPriority="5"/>
 
<Features> in Features.xml
<Row FeatureType="FEATURE_JUNGLE" Name="LOC_FEATURE_JUNGLE_NAME" RemoveTech="TECH_BRONZE_WORKING" Removable="true" Forest="true" SightThroughModifier="1" DefenseModifier="3" MovementChange="1" Appeal="-1" AntiquityPriority="5"/>

<3
 
Back
Top Bottom