ub_add_special_buildings_Univ_effect = {
	title:b_toulouse = {	#University of Toulouse
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 1229.1.1
				}
				add_special_building_slot = ub_toulouse_university_01
			}
			else_if = {
				limit = {
					current_date >= 1229.1.1		
				}
				add_special_building = ub_toulouse_university_01
			}
		}		
	}

	title:b_salerno = {	# Scuola Medica Salernitana
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 820.1.1
				}
				add_special_building_slot = ub_schola_medica_salernitana_01
			}
			else_if = {
				limit = {
					current_date >= 820.1.1		
				}
				add_special_building = ub_schola_medica_salernitana_01
			}
		}		
	}

	title:b_visoki = {		# Moštre's university
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 1175.1.1
				}
				add_special_building = ub_mostre_university_01
			}
			else_if = {
				limit = {
					current_date >= 1175.1.1		
				}
				add_special_building = ub_mostre_university_02
			}
		}			
	}

	title:b_montpellier = { # Université de Montpellier
		title_province = {
			if = {
				limit = {
					current_date >= 100.1.1
					current_date < 1289.1.1
				}
				add_special_building_slot = ub_montpellier_university_01
			}
			else_if = {
				limit = {
					current_date >= 1289.1.1		
				}
				add_special_building = ub_montpellier_university_01
			}
		}			
	}
	
	title:b_gondishapur = {	#Academy of Gondishapur
		title_province = {
			add_special_building = ub_academy_gondishapur_01
		}
	}		
}