country_edict = {
	name = "ta_edict_assimilate"

	influence_cost = 1

	potential = {
		has_ascension_perk = ta_ap_synthetic_assimilation
		
	}

	allow = {
		OR = {
			has_policy_flag = purge_allowed
			has_civic = civic_fanatic_purifiers
		}
	}

	ai_weight = {
		weight = 1
		modifier = {
			factor = 10
			OR = {
				has_ethic = ethic_authoritarian
				has_ethic = ethic_fanatic_authoritarian
				has_ethic = ethic_xenophobe
				has_ethic = ethic_fanatic_xenophobe
			}
		}		
	}	
}