How to make AI make more settlers?

hellagrant

Chieftain
Joined
Mar 28, 2010
Messages
57
What file and line can we adjust how often AI makes settlers?
Please be specific and provide the actual code, I am a total newbie and modding.
 
Have not tested, but in the Leaders.xml located in directory:

C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI\Base\Assets\Gameplay\Data

There is the line (246 in my editor):

Code:
<Row ListType="UnitPriorityBoosts" Item="UNIT_SETTLER" Value="1"/>

in the AiFavoredItems, I would try raising to see if it increased production for AI.
 
Top Bottom