country_event = {
	id = 9479
	title = "EVTNAME9479"
	desc = "EVTDESC9479"
	
	trigger = {
		NOT = {
			government = constitutional_monarchy
		}
		has_country_modifier = separation_of_powers
	}
	
	mean_time_to_happen = {
		months = 12
	}
	
	option = {
		name = "EVTOPTA9479"
		remove_country_modifier = separation_of_powers
		stability = -2
		random_owned = {
			limit = {
				is_core = yes
			}
			noble_rebels = 3
		}
	}
	
	option = {
		name = "EVTOPTB9479"
		government = constitutional_monarchy
		stability = 1
	}
}

country_event = {
	id = 9480
	title = "EVTNAME9480"
	desc = "EVTDESC9480"
	
	trigger = {
		NOT = {
			government = revolutionary_republic
		}
		has_country_modifier = cult_of_reason
	}
	
	mean_time_to_happen = {
		months = 12
	}
	
	option = {
		name = "EVTOPTA9480"
		stability = 1
		remove_country_modifier = cult_of_reason
	}
}