Tech
    name = "PRO_SENTIENT_AUTOMATION"
    description = "PRO_SENTIENT_AUTOMATION_DESC"
    short_description = "INDUSTRY_SHORT_DESC"
    category = "PRODUCTION_CATEGORY"
    researchcost = 640 * [[TECH_COST_MULTIPLIER]]
    researchturns = 8
    tags = [ "PEDIA_PRODUCTION_CATEGORY" ]
    prerequisites = [
        "LRN_PSIONICS"
        "PRO_ADAPTIVE_AUTOMATION"
    ]
    effectsgroups = [
        EffectsGroup
            scope = And [
                ProductionCenter
                OwnedBy empire = Source.Owner
                TargetPopulation low = 0.0001
                Focus type = "FOCUS_INDUSTRY"
            ]
            priority = [[VERY_LATE_PRIORITY]]
            effects = SetTargetIndustry value = Value + 15 * [[INDUSTRY_PER_POP]]
    ]
    graphic = "icons/tech/basic_autofactories.png"

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