country_event = {

	id = 610
	
	is_triggered_only = yes
	
	title = "EVTNAME610"
	desc = "EVTDESC610"
	
	option = {
		name = "EVTOPTB610A"
		centralization_decentralization = 1
		
	}
}

# Chance of being triggered when an heir with a weak claim succeeds to the throne
country_event = {

	id = 611
	
	is_triggered_only = yes
	
	trigger = { num_of_cities = 3 }
	
	title = "EVTNAME611"
	desc = "EVTDESC611"
	
	option = {
		name = "EVTOPTB611A"
		random_owned = {
			limit = { 
				OR = {
					is_core = THIS 
					is_capital = yes
				}
			}
			pretender_rebels = 1
		}
	}
}
