Adding an extra starting settler for AI

The Economy

Warlord
Joined
Oct 27, 2012
Messages
120
I would like to know how I can give the AI a second starting settler on difficulties lower than Emperor.
 
You need to change in the Eras file, more specifically this part:

<Row Era="ERA_ANCIENT" Unit="UNIT_SETTLER"/>
<Row Era="ERA_ANCIENT" Unit="UNIT_WARRIOR" NotStartTile="true"/>
<Row Era="ERA_ANCIENT" Unit="UNIT_SETTLER" AiOnly="true" MinDifficulty="DIFFICULTY_EMPEROR" DifficultyDelta="0.5"/>
<Row Era="ERA_ANCIENT" Unit="UNIT_WARRIOR" AiOnly="true" MinDifficulty="DIFFICULTY_KING" DifficultyDelta="1" NotStartTile="true"/>
<Row Era="ERA_ANCIENT" Unit="UNIT_BUILDER" AiOnly="true" MinDifficulty="DIFFICULTY_KING" DifficultyDelta="0.5" OnDistrictCreated="true"/>
<Row Era="ERA_CLASSICAL" Unit="UNIT_SETTLER"/>
<Row Era="ERA_CLASSICAL" Unit="UNIT_BUILDER"/>
<Row Era="ERA_CLASSICAL" Unit="UNIT_SCOUT" NotStartTile="true"/>
<Row Era="ERA_CLASSICAL" Unit="UNIT_SPEARMAN"/>
<Row Era="ERA_CLASSICAL" Unit="UNIT_SETTLER" AiOnly="true" MinDifficulty="DIFFICULTY_EMPEROR" DifficultyDelta="0.5"/>
...
 
Back
Top Bottom