je_scotland_yard = {
	icon = "gfx/interface/icons/event_icons/event_scales.dds"

	group = je_group_internal_affairs

	is_shown_when_inactive = {
	}

	possible = {
		institution_investment_level = {
			institution = institution_police
			value >= 3
		}
	}

	on_monthly_pulse = {
		random_events = {
			# events involving the police are much more likely
			20 = 0
			1 = prostitution.1
			1 = prostitution.2
			1 = prostitution.3
			1 = prostitution.4
			1 = cable_street.1
			1 = crime_events.1
			1 = crime_events.2
			1 = crime_events.10
		}
	}

	complete = {
		institution_investment_level = {
			institution = institution_police
			value = 4
		}
		capital = {
			turmoil < 0.2
		}
	}

	on_complete = {
		trigger_event = { id = scotland_yard.1 }
		set_variable = has_scotland_yard_var
	}

	invalid = {
		NOT = { has_law = law_type:law_dedicated_police }
	}

	weight = 100

	timeout = 7300
}