Request

Could you write an article on the modding of Planetary Improvements? The F_AbilityFactor and the like are confusing to me The the rest seems fairly straight forward.
6,744 views 4 replies
Reply #1 Top
For most improvements, F_AbilityFactor has no effect.  It's only used for special improvements and those improvements have special-case code written for them.  Therefore, you can ignore that particular tag when making your own improvements.  Most (all?) of the other tags used to describe improvements are documented in comments at the top of PlanetImprovements.xml, but if you have a question about a specific one, I can help you out.
Reply #2 Top
Is that true for all the tags that start with F_?
Thanks for the quick response.
Reply #3 Top

Is that true for all the tags that start with F_?

I hadn't made that connection but upon closer inspection I see that that is the case.