Tech
    name = "PRO_FUSION_GEN"
    description = "PRO_FUSION_GEN_DESC"
    short_description = "INDUSTRY_SHORT_DESC"
    category = "PRODUCTION_CATEGORY"
    researchcost = 18 * [[TECH_COST_MULTIPLIER]]
    researchturns = 3
    tags = [ "PEDIA_PRODUCTION_CATEGORY" ]
    prerequisites = "PRO_ROBOTIC_PROD"
    effectsgroups = [
        EffectsGroup
            scope = And [
                ProductionCenter
                OwnedBy empire = Source.Owner
                Focus type = "FOCUS_INDUSTRY"
            ]
            priority = [[EARLY_PRIORITY]]
            effects = SetTargetIndustry value = Value + Target.Population * 1.0 * [[INDUSTRY_PER_POP]]
    ]
    graphic = "icons/tech/fusion_generation.png"

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