Tech
    name = "GRO_SUBTER_HAB"
    description = "GRO_SUBTER_HAB_DESC"
    short_description = "POPULATION_SHORT_DESC"
    category = "GROWTH_CATEGORY"
    researchcost = 12 * [[TECH_COST_MULTIPLIER]]
    researchturns = 2
    tags = [ "PEDIA_GROWTH_CATEGORY" ]
    prerequisites = "GRO_PLANET_ECOL"
    effectsgroups = [
        EffectsGroup
            scope = And [
                Species
                OwnedBy empire = Source.Owner
            ]
            priority = [[LATE_PRIORITY]]
            effects = SetTargetPopulation value = Value + 1 * Target.SizeAsDouble accountinglabel = "GRO_SUBTER_HAB"
    ]
    graphic = "icons/tech/subterranean_construction.png"

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

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