NTR Unstoppable
Chieftain
- Joined
- Feb 8, 2024
- Messages
- 5
Recently I made a mod that allows worker to build Tribal Village. Problem is, AI seems to build way too much Tribal Village that they won't build any other improvements. So how can I define the improvement to make Tribal Village Human-only or somehow lower the desire of AI building Tribal Village?
XML:
<GameData>
<Improvements>
<Update>
<Where ImprovementType="IMPROVEMENT_GOODY_HUT"/>
<Set CanBuildOutsideTerritory="true"/>
</Update>
</Improvements>
<Improvement_ValidBuildUnits>
<Row ImprovementType="IMPROVEMENT_GOODY_HUT" UnitType="UNIT_BUILDER"/>
</Improvement_ValidBuildUnits>
</GameData>