Policy
    name = "PLC_CONFORMANCE"
    description = "PLC_CONFORMANCE_DESC"
    short_description = "PLC_CONFORMANCE_SHORT_DESC"
    category = "SOCIAL_CATEGORY"
    adoptioncost = floor(2.0 * [[POPULATION_OWNED_BY_EMPIRE]]^0.5)
    exclusions = [ "PLC_ARTISAN_WORKSHOPS" "PLC_DIVERSITY" "PLC_LIBERTY" ]
    effectsgroups = [
        [[SPECIES_LIKES_OR_DISLIKES_POLICY_STABILITY_EFFECTS]]

        // EmpireHasAdoptedPolicy PLC_CONFORMANCE is used in setting stability adjustments for species dislikes in
        // species/common/happiness.macros (foci), buildings/buildings.macros and policies/policies.macros (policies)

        // Small unconditional boost to stability
        EffectsGroup
            scope = And [
                Planet
                OwnedBy empire = Source.Owner
                Species
            ]
            effects = SetTargetHappiness value = Value + (NamedReal name = "PLC_CONFORMANCE_STABILITY_BONUS_FLAT" value = 2.0)
    ]
    graphic = "icons/policies/social_conformance.png"

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