Policy
    name = "PLC_NO_GROWTH"
    description = "PLC_NO_GROWTH_DESC"
    short_description = "PLC_NO_GROWTH_SHORT_DESC"
    category = "SOCIAL_CATEGORY"
    adoptioncost = floor(2.0 * [[POPULATION_OWNED_BY_EMPIRE]]^0.5)
    exclusions = [ "PLC_POPULATION" ]
    effectsgroups = [
        [[SPECIES_LIKES_OR_DISLIKES_POLICY_STABILITY_EFFECTS]]
    
        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
                Species
            ]
            priority = [[METER_OVERRIDE_PRIORITY]]
            effects =
                SetPopulation value = Target.Population // revert to initial value
    ]
    graphic = "icons/policies/social_no_growth.png"

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