Tech
    name = "LRN_ARTIF_MINDS"
    description = "LRN_ARTIF_MINDS_DESC"
    short_description = "RESEARCH_SHORT_DESC"
    category = "LEARNING_CATEGORY"
    researchcost = 25 * [[TECH_COST_MULTIPLIER]]
    researchturns = 4
    tags = [ "PEDIA_LEARNING_CATEGORY" ]
    prerequisites = "LRN_ALGO_ELEGANCE"
    effectsgroups = [
        EffectsGroup
            scope = And [
                ProductionCenter
                OwnedBy empire = Source.Owner
                TargetPopulation low = 0.0001
            ]
            priority = [[VERY_LATE_PRIORITY]]
            effects = SetTargetResearch value = Value + 10 * [[RESEARCH_PER_POP]]
    ]
    graphic = "icons/tech/basic_autolabs.png"

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