estate_jews =
{
	icon = 7
	
	# If true, country will get estate
	trigger = {
		OR = {
			has_government_attribute = enables_jewish_estate
			has_country_flag = country_has_jews_yes
			#stability = 1
		}
		capital_scope = {
			OR = {
				continent = europe
				region = maghreb_region
				region = anatolia_region
				region = egypt_region
				region = persia_region
				region = mashriq_region
				region = arabia_region
			}
		}
	}

	country_modifier_happy = {
		global_unrest = 2
		interest = 1
		tolerance_heathen = 1
	}
	country_modifier_neutral = {
		global_unrest = 2
		interest = 1
	}
	country_modifier_angry = {
		global_unrest = 4
		tolerance_heathen = -1
	}
	land_ownership_modifier = {
	}

	province_independence_weight = {
		factor = 1
	}

	# Influence modifiers
	base_influence = 0
	influence_modifier = {
		desc = EST_VAL_JEWISH_MINORITIES
		trigger = {
			has_country_flag = country_has_jews_yes
		}	
		influence = 10
	}
	
	# Influence modifiers from Events:

	color = { 000 127 014 }
	
	privileges = {
		estate_jews_jewish_quarters
	}

	agendas = {
		estate_ghulams_develop_x
		estate_ghulams_reduce_autonomy
		estate_ghulams_increase_absolutism
		estate_ghulams_build_courthouse
		estate_ghulams_diversify_court
		estate_ghulams_expand_artillery
		estate_ghulams_restore_order
	}
	
	influence_from_dev_modifier = 1.0
}