Basically I want to increase the PER POPULATION YIELD in a trait. One or two policy cards in R&F use this EffectType:
The modifier type uses two arguments, Amount and Yield. It's exactly what I need but it's only found in Expansion_1Modifiers, not in Base game Modifiers.xml.
So basically I'm asking, how do I do it? I do I get this effect into the Base game? Thanks to anyone who reads this.
Code:
EFFECT_ADJUST_CITY_YIELD_PER_POPULATION
The modifier type uses two arguments, Amount and Yield. It's exactly what I need but it's only found in Expansion_1Modifiers, not in Base game Modifiers.xml.
So basically I'm asking, how do I do it? I do I get this effect into the Base game? Thanks to anyone who reads this.