Change the amount of gold you get for razing a native village

Kain3

Chieftain
Joined
Jan 7, 2006
Messages
18
Hi! Which xml file I have to edit to raise the amount of gold you get for pillaging native cities/villages? I like to play as the Spanish, but you barely get any gold for conquering Incan/Aztec cities, especially compared to Col1.
 
Hi,

You have to edit GlobalDefines.xml
Code:
<Define>
    <DefineName>SETTLEMENT_TREASURE_YIELD</DefineName>
    <!--Default: 100-->
    <iDefineIntVal>1000</iDefineIntVal>
</Define>
Standard value is 100 (as you can see, I've commented). You can change it to 1000 if you like it or even more!
You can change the following defines too:
Code:
BASE_CAPTURE_GOLD
CAPTURE_GOLD_PER_POPULATION
CAPTURE_GOLD_MAX_TURNS
 
Top Bottom