Tech
    name = "CON_NDIM_STRC"
    description = "CON_NDIM_STRC_DESC"
    short_description = "POPULATION_SHORT_DESC"
    category = "CONSTRUCTION_CATEGORY"
    researchcost = 450 * [[TECH_COST_MULTIPLIER]]
    researchturns = 9
    tags = [ "PEDIA_CONSTRUCTION_CATEGORY" ]
    prerequisites = [
        "CON_FRC_ENRG_STRC"
        "LRN_NDIM_SUBSPACE"
    ]
    effectsgroups = [
        EffectsGroup
            scope = And [
                Species
                OwnedBy empire = Source.Owner
            ]
            accountinglabel = "NDIM_STRC_LABEL"
            priority = [[TARGET_POPULATION_AFTER_SCALING_PRIORITY]]
            effects = [
                SetTargetConstruction value = Value + 10
                SetTargetPopulation value = Value + 2 * Target.HabitableSize
            ]
    ]
    graphic = "icons/tech/n-dimensional_structures.png"

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

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