Tech
    name = "PRO_VOID_PREDICTION"
    description = "PRO_VOID_PREDICTION_DESC"
    short_description = "IMPERIAL_STOCKPILE_SHORT_DESC"
    category = "PRODUCTION_CATEGORY"
    researchcost = 500 * [[TECH_COST_MULTIPLIER]]
    researchturns = 7
    tags = [ "PEDIA_PRODUCTION_CATEGORY" ]
    prerequisites = [
        "LRN_MIND_VOID"
        "PRO_GENERIC_SUPPLIES"
    ]
    effectsgroups = [
        EffectsGroup
            scope = And [
                ProductionCenter
                OwnedBy empire = Source.Owner
                NOT Population high = 0
                Or [
                    Focus type = "FOCUS_STOCKPILE"
                ]
            ]
            effects = [
                SetMaxStockpile value = Value + 10 * Target.Population * [[STOCKPILE_PER_POP]] 
            ]
    ]

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