country_event = {

	id = 700
	
	is_triggered_only = yes
	
	title = "EVTNAME700"
	desc = "EVTDESC700"
	
	option = {
		name = "EVTOPTA700"	# Current ruler stays
		ai_chance = { factor = 70 }
	}
	option = {
		name = "EVTOPTB700"	# An administrator type
		ai_chance = { factor = 10 }
		define_ruler = {
			ADM = 5							# 5 + random 0 to 9
		}
	}
	option = {
		name = "EVTOPTC700"	# A diplomat
		ai_chance = { factor = 10 }
		define_ruler = {
			DIP = 5							# 5 + random 0 to 9
		}
	}
	option = {
		name = "EVTOPTD700"	# A military man
		ai_chance = { factor = 10 }
		define_ruler = {
			MIL = 5							# 5 + random 0 to 9
		}
	}
	
}

country_event = {

	id = 701
	
	is_triggered_only = yes
	
	title = "EVTNAME700"
	desc = "EVTDESC701"
	
	option = {
		name = "EVTOPTB700"	# An administrator type
		ai_chance = { factor = 40 }
		define_ruler = {
			ADM = 5							# 5 + random 0 to 9
		}
	}
	option = {
		name = "EVTOPTC700"	# A diplomat
		ai_chance = { factor = 30 }
		define_ruler = {
			DIP = 5							# 5 + random 0 to 9
		}
	}
	option = {
		name = "EVTOPTD700"	# A military man
		ai_chance = { factor = 30 }
		define_ruler = {
			MIL = 5							# 5 + random 0 to 9
		}
	}
	
}