<GameData>
<Traits>
<Row>
<Type>TRAIT_traitname</Type>
<Description>TXT_KEY_TRAIT_traitname</Description>
<ShortDescription>TXT_KEY_TRAIT_traitname_SHORT</ShortDescription>
<FreeSocialPoliciesPerEra>2</FreeSocialPoliciesPerEra>
<ObsoleteTech>TECH_CIVIL_SERVICE</ObsoleteTech>
</Row>
</Traits>
<Trait_FreePromotionUnitCombats>
...
</Trait_FreePromotionUnitCombats>
<Language_en_US>
<Row Tag="TXT_KEY_TRAIT_traitname">
<Text>Receive 2 free Social Policies when you enter Classical and Medieval era, 4 in total.....
<Row Tag="TXT_KEY_TRAIT_traitname_SHORT">
</Language_en_US>
</GameData>
The other part of the trait is working fine, but it only gives me 1 free policy per era instead of 2...what should i do?
<Traits>
<Row>
<Type>TRAIT_traitname</Type>
<Description>TXT_KEY_TRAIT_traitname</Description>
<ShortDescription>TXT_KEY_TRAIT_traitname_SHORT</ShortDescription>
<FreeSocialPoliciesPerEra>2</FreeSocialPoliciesPerEra>
<ObsoleteTech>TECH_CIVIL_SERVICE</ObsoleteTech>
</Row>
</Traits>
<Trait_FreePromotionUnitCombats>
...
</Trait_FreePromotionUnitCombats>
<Language_en_US>
<Row Tag="TXT_KEY_TRAIT_traitname">
<Text>Receive 2 free Social Policies when you enter Classical and Medieval era, 4 in total.....
<Row Tag="TXT_KEY_TRAIT_traitname_SHORT">
</Language_en_US>
</GameData>
The other part of the trait is working fine, but it only gives me 1 free policy per era instead of 2...what should i do?