Here I have tried to create a custom leader trait. I think this will work but I'm not sure:
The objective is to get +10% general strength, +10% scientist appearance, and +10% unit experience.
Do you guys think this will have the correct effect?
Code:
<GameData>
<Traits>
<Row>
<ID>0</ID>
<Type>TRAIT_POWER_WISDOM_COURAGE</Type>
<Description>TXT_KEY_TRAIT_PWC</Description>
<ShortDescription>TXT_KEY_TRAIT_PWC_SHORT</ShortDescription>
<GreatGeneralExtraBonus>10</GreatGeneralExtraBonus>
<GreatScientistRateModifier>10</GreatScientistRateModifier>
<LevelExperienceModifier>10</LevelExperienceModifier>
</Row>
</Traits>
</GameData>
The objective is to get +10% general strength, +10% scientist appearance, and +10% unit experience.
Do you guys think this will have the correct effect?