Tech
    name = "PRO_ADAPTIVE_AUTOMATION"
    description = "PRO_ADAPTIVE_AUTOMATION_DESC"
    short_description = "INDUSTRY_SHORT_DESC"
    category = "PRODUCTION_CATEGORY"
    researchcost = 100 * [[TECH_COST_MULTIPLIER]]
    researchturns = 5
    tags = [ "PEDIA_PRODUCTION_CATEGORY" ]
    prerequisites = [
        "LRN_ALGO_ELEGANCE"
        "PRO_NANOTECH_PROD"
    ]
    effectsgroups = [
        EffectsGroup
            scope = And [
                ProductionCenter
                OwnedBy empire = Source.Owner
                TargetPopulation low = 0.0001
            ]
            priority = [[VERY_LATE_PRIORITY]]
            effects = SetTargetIndustry value = Value + 10 * [[INDUSTRY_PER_POP]]
    ]
    graphic = "icons/tech/basic_autofactories.png"

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