namespace = Titres-No-Empires-orthodox
######################################
####### Orthodox			   #######
######################################
character_event = {
	id = Titres-No-Empires-orthodox.1
	hide_window = yes
	is_triggered_only = yes
	only_rulers = yes
	trigger = {
		has_landed_title = k_orthodox
		is_alive = yes
		tier = EMPEROR
		num_of_king_titles >= 1
	}	
	immediate = {
		any_demesne_title = {
			limit = { 
				tier = EMPEROR
			}
			destroy_landed_title = THIS
		}
	}
}

character_event = {
	id = Titres-No-Empires-orthodox.2
	hide_window = yes
	only_rulers = yes
	mean_time_to_happen = { 
		days = 1
	}
	trigger = {
		has_landed_title = k_orthodox
		is_alive = yes
		tier = EMPEROR
		num_of_king_titles >= 1
	}	
	immediate = {
		any_demesne_title = {
			limit = { 
				tier = EMPEROR
			}
			destroy_landed_title = THIS
		}
	}
}

#character_event = {
#	id = No-Titres-Empires-orthodox.3
#	hide_window = yes
#	is_triggered_only = yes
#	only_rulers = yes
#	trigger = {
#		is_alive = yes
#		tier = EMPEROR
#		num_of_king_titles >= 1
#		is_theocracy = yes
#		religion = catholic
#	#	in_revolt = no
#	}
#	immediate = {
#		any_demesne_title = {
#			limit = { 
#				tier = EMPEROR
#				NOT = {
#					title = e_holy_see_orthodox
#				}
#			}
#			destroy_landed_title = THIS
#		}
#	}
#}

#character_event = {
#	id = No-Titres-Empires-orthodox.4
#	hide_window = yes
#	only_rulers = yes
#	mean_time_to_happen = { 
#		days = 1
#	}
#	trigger = {
#		is_alive = yes
#		tier = EMPEROR
#		num_of_king_titles >= 1
#		is_theocracy = yes
#		religion = catholic
#	#	in_revolt = no
#	}
#	immediate = {
#		any_demesne_title = {
#			limit = { 
#				tier = EMPEROR
#				NOT = {
#					title = e_holy_see_orthodox
#				}
#			}
#			destroy_landed_title = THIS
#		}
#	}
#}