province_event = {
	id = 9471
	
	title = "EVTNAME9471"
	desc = "EVTDESC9471"
	
	trigger = {
		national_focus = THIS
		is_capital = no
		any_neighbor_province = {
			NOT = {	
				owned_by = THIS
			}
			owner = {
				NOT = { casus_belli = THIS }
			}
			OR = {
				owner = { hre = no }
				THIS = { owner = { hre = no } }
			}
		}
	}
	
	mean_time_to_happen = {
		months = 120
	}
	
	option = {
		name = "EVTOPTA9471"
		random_neighbor_province = {
			limit = {
				NOT = { 
					owned_by = THIS
				}
				owner = {
					NOT = { casus_belli = THIS }
				}
				OR = {
					owner = { hre = no }
					THIS = { owner = { hre = no } }
				}
			}
			owner = {
				casus_belli = {
					target = THIS
					type = cb_border_war
					months = 12
				}
			}
		}
	}
}

province_event = {
	id = 9472
	
	title = "EVTNAME9472"
	desc = "EVTDESC9472"
	
	trigger = {
		NOT = {
			has_national_focus = yes
		}
	}
	
	mean_time_to_happen = {
		months = 5000
	}
	
	option = {
		name = "EVTOPTA9472"
		add_province_modifier = {
			name = "benign_neglect"
			duration = 7300
		}
	}
	option = {
		name = "EVTOPTB9472"
		national_focus = THIS
		owner = {
			treasury = 100
		}
	}
}


province_event = {
	id = 9473
	
	title = "EVTNAME9473"
	desc = "EVTDESC9473"
	
	trigger = {
		has_national_focus = yes
		NOT = { has_building = fine_arts_academy }
		NOT = { has_building = university }
		NOT = { has_building = refinery }
		NOT = { has_building = wharf }
		NOT = { has_building = weapons }
		NOT = { has_building = textile }
		owner = {
			government_tech = 17
		}
	}
	
	mean_time_to_happen = {
		months = 15000
	}
	
	option = {
		name = "EVTOPTA9473"
		add_building = university
	}
	option = {
		name = "NO"
		prestige = -0.01
	}
}

province_event = {
	id = 9474
	
	title = "EVTNAME9474"
	desc = "EVTDESC9474"
	
	trigger = {
		any_neighbor_province = {
			has_province_modifier = road_network
		}
	}
	
	mean_time_to_happen = {
		months = 800
	}
	
	option = {
		name = "EVTOPTA9474"
		add_province_modifier = {
			name = "road_network"
			duration = -1
		}
	}
}

province_event = {
	id = 9475
	
	title = "EVTNAME9475"
	desc = "EVTDESC9475"
	
	trigger = {
		has_national_focus = yes
		owner = {
			war = no
			war_exhaustion = 3
		}
		
	}
	
	mean_time_to_happen = {
		months = 1800
	}
	
	option = {
		name = "EVTOPTA9475"
		owner = {
			treasury = -150
			war_exhaustion = -2
		}
		add_province_modifier = {
			name = "veterans_home"
			duration = "-1"
		}
	}
	
	option = {
		name = "EVTOPTB9475"
		owner = {
			war_exhaustion = 1
		}
	}
}