changing angle brackets to []'s
I'm trying to make a set of planetary improvements in planetimprovements.xml that affect +population growth for the planet it's built on and that planet alone but it's not working very well. I [AbilityType]5[/AbilityType] gives +pop growth (same as aphrodisiac), but unless [S_Type]TradeGood[/S_Type] is set (rather than Normal or something), the bonus does nothing. It doesn't show up in the F6 screen or the planet details window. Flipping through turns even with it set to very large AbilityAmount's vrs not having it built has equal population growth on either side regardless of approval. Tested starting with 5B and 100M populations but no change.
There are events in events.xml (like Population01Event) that indicate there is population bonus and growth changes (like MidevilHippies), but I was unable to find an entry in the planet details after searching several of my past games. It looks like this might not actually be doing anything currently. I'm playing on 1.1 currently.
does not work at all
[Improvement]
[S_Name]Soylent Cloning Vats[/S_Name]
[S_QueryGraphicName]aphrodisiac.png[/S_QueryGraphicName]
[S_InternalName]EnhFertility4[/S_InternalName]
[ManufactureBonus]0[/ManufactureBonus]
[MoraleBonus]0[/MoraleBonus]
[EconomicBonus]0[/EconomicBonus]
[PrestigeBonus]0[/PrestigeBonus]
[PlanetaryQualityBonus]0[/PlanetaryQualityBonus]
[StarshipQualityBonus]0[/StarshipQualityBonus]
[ResearchBonus]0[/ResearchBonus]
[S_Type]Normal[/S_Type]
[AbilityType]5[/AbilityType]
[AbilityAmount]50[/AbilityAmount]
[SpecialID]4[/SpecialID]
[Cost]500[/Cost]
[S_BriefDescription]Increases birthrate.[/S_BriefDescription]
[S_Description]This genetically-created spice will increase our population growth rate by an estimated 50%.[/S_Description]
[Maintenance]0[/Maintenance]
[Industry]0[/Industry]
[Employment]20[/Employment]
[Food]0[/Food]
[S_IconName]aphrodisiac.png[/S_IconName]
[/Improvement]
works correctly
[Improvement]
[S_Name]Soylent Cloning Vats[/S_Name]
[S_QueryGraphicName]aphrodisiac.png[/S_QueryGraphicName]
[S_InternalName]EnhFertility4[/S_InternalName]
[ManufactureBonus]0[/ManufactureBonus]
[MoraleBonus]0[/MoraleBonus]
[EconomicBonus]0[/EconomicBonus]
[PrestigeBonus]0[/PrestigeBonus]
[PlanetaryQualityBonus]0[/PlanetaryQualityBonus]
[StarshipQualityBonus]0[/StarshipQualityBonus]
[ResearchBonus]0[/ResearchBonus]
[S_Type]TradeGood[/S_Type]
[AbilityType]5[/AbilityType]
[AbilityAmount]50[/AbilityAmount]
[SpecialID]4[/SpecialID]
[Cost]500[/Cost]
[S_BriefDescription]Increases birthrate.[/S_BriefDescription]
[S_Description]This genetically-created spice will increase our population growth rate by an estimated 50%.[/S_Description]
[Maintenance]0[/Maintenance]
[Industry]0[/Industry]
[Employment]20[/Employment]
[Food]0[/Food]
[S_IconName]aphrodisiac.png[/S_IconName]
[/Improvement]
the only difference between the two entries is one is a tradegood and the other is normal.