Tech
    name = "GRO_PLANET_ECOL"
    description = "GRO_PLANET_ECOL_DESC"
    short_description = "POPULATION_SHORT_DESC"
    category = "GROWTH_CATEGORY"
    researchcost = 4 * [[TECH_COST_MULTIPLIER]]
    researchturns = 2
    tags = [ "PEDIA_GROWTH_CATEGORY" ]
    effectsgroups = [
        EffectsGroup
            scope = And [
                Planet
                Not OwnerHasTech name = "GRO_SYMBIOTIC_BIO"
                OwnedBy empire = Source.Owner
                Planet environment = [
                    Good
                    Adequate
                ]
            ]
            priority = [[TARGET_POPULATION_AFTER_SCALING_PRIORITY]]
            effects = SetTargetPopulation value = Value + 1 accountinglabel = "GRO_PLANET_ECOL"
    ]
    graphic = "icons/tech/planetary_ecology.png"

#include "/scripting/common/base_prod.macros"

#include "/scripting/common/priorities.macros"
