Policy
    name = "PLC_STOCKPILE_LIQUIDATION"
    description = "PLC_STOCKPILE_LIQUIDATION_DESC"
    short_description = "PLC_STOCKPILE_LIQUIDATION_SHORT_DESC"
    category = "ECONOMIC_CATEGORY"
    adoptioncost = floor([[POPULATION_OWNED_BY_EMPIRE]]^0.5)
    exclusions = [ "PLC_MODERATION" ]
    effectsgroups = [
        [[SPECIES_LIKES_OR_DISLIKES_POLICY_STABILITY_EFFECTS]]

        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
                Focus type = "FOCUS_STOCKPILE"
            ]
            priority = [[TARGET_2ND_SCALING_PRIORITY]]
            effects =
                SetMaxStockpile value = max(0.0, Value * 2.0)
    ]                
    graphic = "icons/policies/economic_stockpile_liquidation.png"

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