ub_add_special_buildings_Pagan_effect = {
	title:b_kathmandu = {	# Boudhanath and Swayambhunath
		title_province = {
			add_special_building = ub_boudhanath_swayambhunath_01
		}
	}
	
	title:b_ngawa = {	# Nangzhik Gompa
		title_province = {
			if = {
				limit = { 
					current_date >= 400.1.1 
					current_date < 1108.1.1
				}
				add_special_building_slot = ub_nangzhik_gompa_01
			}
			else_if = {
				limit = {
					current_date >= 1108.1.1
				}
				add_special_building = ub_nangzhik_gompa_01
			}
		}
	}	
}