Tech
    name = "PRO_PREDICTIVE_STOCKPILING"
    description = "PRO_PREDICTIVE_STOCKPILING_DESC"
    short_description = "IMPERIAL_STOCKPILE_SHORT_DESC"
    category = "PRODUCTION_CATEGORY"
    researchcost = 1
    researchturns = 1
    tags = [ "PEDIA_PRODUCTION_CATEGORY" ]
    effectsgroups = [
        // Set initial meters
        EffectsGroup
            scope = And [
                ProductionCenter
                OwnedBy empire = Source.Owner
                Or [
                    Focus type = "FOCUS_GROWTH"
                    Focus type = "FOCUS_STOCKPILE"
                ]
            ]
            effects = SetMaxStockpile value = Value + 1
    ]

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