BuildingType
    name = "BLD_ENCLAVE_VOID"
    description = "BLD_ENCLAVE_VOID_DESC"
    buildcost = 300 * [[BUILDING_COST_MULTIPLIER]]
    buildtime = 3
    location = AND [
        Not Contains Building name = "BLD_ENCLAVE_VOID"
        OwnedBy empire = Source.Owner
    ]
    EnqueueLocation = [[ENQUEUE_BUILD_ONE_PER_PLANET]]
    effectsgroups = [
        EffectsGroup
            scope = And [
                PopulationCenter
                OwnedBy empire = Source.Owner
                Focus type = "FOCUS_RESEARCH"
            ]
            stackinggroup = "BLD_ENCLAVE_VOID_STACK"
            priority = [[EARLY_PRIORITY]]
            effects = SetTargetResearch value = Value + Target.Population * 0.75 *  [[RESEARCH_PER_POP]]
    ]
    icon = "icons/building/science-institute.png"

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