I want my faction to have +1 culture/city on Tier I, +2C on II, and +3C on III.
So, I put this in PlayerPerks_CityYieldEffects:
<PlayerPerks_CityYieldEffects>
<Row>
<PlayerPerkType>PLAYER_PERK_PERSONALITY_TRAIT_CHARACTER_FACTION_A1</PlayerPerkType>
<YieldType>YIELD_CULTURE</YieldType>
<FlatYield>1</FlatYield>
</Row>
</PlayerPerks_CityYieldEffects>
The above does reflect in the game on planetfall. In testing, though, I chose artists, which grants me +2 culture per city. Upon landfall, I expect culture to total 4: 1 from the HQ, 2 from Artists, and 1 from my character trait's Tier 1 perk. I only get 2: 1 from the HQ, and 1 from other sources, which I believe is my perk. What happened to the +2 from Artists?
I think the game only allows one PlayerPerks_CityYieldEffects with a particular combo of PlayerPerkType and YieldType, and both my character trait's perk and the artist colonist are "fighting" for that position. Since I picked the faction first, The +1 culture won over the +2 culture from artists.
I think the same thing will happen if my faction's character trait contained a science city yield perk and I chose scientists as my colonists.
What can I do about this?
So, I put this in PlayerPerks_CityYieldEffects:
<PlayerPerks_CityYieldEffects>
<Row>
<PlayerPerkType>PLAYER_PERK_PERSONALITY_TRAIT_CHARACTER_FACTION_A1</PlayerPerkType>
<YieldType>YIELD_CULTURE</YieldType>
<FlatYield>1</FlatYield>
</Row>
</PlayerPerks_CityYieldEffects>
The above does reflect in the game on planetfall. In testing, though, I chose artists, which grants me +2 culture per city. Upon landfall, I expect culture to total 4: 1 from the HQ, 2 from Artists, and 1 from my character trait's Tier 1 perk. I only get 2: 1 from the HQ, and 1 from other sources, which I believe is my perk. What happened to the +2 from Artists?
I think the game only allows one PlayerPerks_CityYieldEffects with a particular combo of PlayerPerkType and YieldType, and both my character trait's perk and the artist colonist are "fighting" for that position. Since I picked the faction first, The +1 culture won over the +2 culture from artists.
I think the same thing will happen if my faction's character trait contained a science city yield perk and I chose scientists as my colonists.
What can I do about this?