edict_feudal_de_jure_law = {
	potential = {
		current_age = age_of_discovery
	}
	
	allow = {
		ai = no
		custom_trigger_tooltip = {
			tooltip = edict_feudal_de_jure_law_tooltip
			has_country_flag = feudal_de_jure_law
		}
		current_age = age_of_discovery
	}
	
	modifier = { # OBS: Modify AI accordingly if this is changed
		local_unrest = -5
	}
	
	color = {  116 198 240  }
	
	
	ai_will_do = {
		factor = 10.0
	}
}