Is this going to work properly?

varus

Prince
Joined
Nov 3, 2005
Messages
130
Here I have tried to create a custom leader trait. I think this will work but I'm not sure:

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?
 
That trait will give 10 points to a great general emergence, 10% to great scientist emergence and 10% to unit experience gains.
 
Back
Top Bottom