country_event = {

	id = 1010

	trigger = {
		NOT = { exists = IRE }
		NOT = { tag = PAP }
		NOT = { has_country_flag = irish_nation_declined }
		primary_culture = irish
		owns = 372			# Ulster
		owns = 373			# Meath
		owns = 374			# Mnchen
		owns = 375			# Leinster
		owns = 376			# Connaught
		war = no
	}
	
	mean_time_to_happen = {
	
		months = 216

		modifier = {
			factor = 0.9
			NOT = {	centralization_decentralization = -1 }
		}
		modifier = {
			factor = 0.9
			NOT = {	centralization_decentralization = -2 }
		}
		modifier = {
			factor = 0.9
			NOT = {	centralization_decentralization = -3 }
		}
		modifier = {
			factor = 1.1
			centralization_decentralization = 2
		}
		modifier = {
			factor = 1.1
			centralization_decentralization = 3
		}
		modifier = {
			factor = 1.1
			centralization_decentralization = 4
		}		
		modifier = {
			factor = 0.8
			idea = bureaucracy
		}
	}
	
	title = "EVTNAME1010"
	desc = "EVTDESC1010"
	
	option = {
		name = "EVTOPTA1010"
		ai_chance = { factor = 75 }
		IRE = {
			add_core = 372		# Ulster
			add_core = 373		# Meath
			add_core = 374		# Leinster
			add_core = 375		# Munster
			add_core = 376		# Connaught
		}		
		centralization_decentralization = -2
		merchants = 1
		random_owned = {
			base_tax = 1
		}
		prestige = 0.05
		change_tag = IRE
	}

	option = {
		name = "EVTOPTB1010"
		ai_chance = { factor = 25 }
		set_country_flag = irish_nation_declined
		centralization_decentralization = 2
		random_owned = {
			base_tax = -1
		}
	}
}