Hello
I´m trying to change the traits of a given Leader. For this I edit the file CIV4LeaderHeadInfos.xml I change the following lines:
<Traits>
<Trait>
<TraitType>TRAIT_PHILOSOPHICAL</TraitType>
<bTrait>1</bTrait>
</Trait>
<Trait>
<TraitType>TRAIT_AGRARIAN</TraitType>
<bTrait>1</bTrait>
</Trait>
<Trait>
<TraitType>TRAIT_IDEALISTIC</TraitType>
<bTrait>1</bTrait>
</Trait>
</Traits>
to the following
<Traits>
<Trait>
<TraitType>TRAIT_INDUSTRIOUS</TraitType>
<bTrait>1</bTrait>
</Trait>
<Trait>
<TraitType>TRAIT_FINANCIAL</TraitType>
<bTrait>1</bTrait>
</Trait>
<Trait>
<TraitType>TRAIT_IDEALISTIC</TraitType>
<bTrait>1</bTrait>
</Trait>
</Traits>
When I start the game now it correctly shows the changed traits ingame. But it seems it doesn´t really use the effects of the new traits. Meaning in this case Finansial should give 1 extra commerce where there is already 3. But it doesn´t.
Do I miss something here? Do I also need to edit another file?
Thanks a lot for any help.
I´m trying to change the traits of a given Leader. For this I edit the file CIV4LeaderHeadInfos.xml I change the following lines:
<Traits>
<Trait>
<TraitType>TRAIT_PHILOSOPHICAL</TraitType>
<bTrait>1</bTrait>
</Trait>
<Trait>
<TraitType>TRAIT_AGRARIAN</TraitType>
<bTrait>1</bTrait>
</Trait>
<Trait>
<TraitType>TRAIT_IDEALISTIC</TraitType>
<bTrait>1</bTrait>
</Trait>
</Traits>
to the following
<Traits>
<Trait>
<TraitType>TRAIT_INDUSTRIOUS</TraitType>
<bTrait>1</bTrait>
</Trait>
<Trait>
<TraitType>TRAIT_FINANCIAL</TraitType>
<bTrait>1</bTrait>
</Trait>
<Trait>
<TraitType>TRAIT_IDEALISTIC</TraitType>
<bTrait>1</bTrait>
</Trait>
</Traits>
When I start the game now it correctly shows the changed traits ingame. But it seems it doesn´t really use the effects of the new traits. Meaning in this case Finansial should give 1 extra commerce where there is already 3. But it doesn´t.
Do I miss something here? Do I also need to edit another file?
Thanks a lot for any help.