namespace = Titres-Empires-Orthodox
######################################
####### Orthodox			   #######
######################################
character_event = {
	id = Titres-Empires-Orthodox.1
	hide_window = yes
	is_triggered_only = yes
	only_rulers = yes
	trigger = {
		has_landed_title = k_orthodox
		is_alive = yes
		tier = EMPEROR
		OR = {
			num_of_emperor_titles > 1
			NOT = {
				primary_title = {
					title = e_orthodox
				}
			}
		}
	}
	immediate = {
		any_demesne_title = {
			limit = { 
				tier = EMPEROR
				NOT = {
					title = e_orthodox
				}
			}
			destroy_landed_title = THIS
		}
		e_orthodox = {
			make_primary_title = yes
		}
	}
}

character_event = {
	id = Titres-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
		OR = {
			num_of_emperor_titles > 1
			NOT = {
				primary_title = {
					title = e_orthodox
				}
			}
		}
	}
	immediate = {
		any_demesne_title = {
			limit = { 
				tier = EMPEROR
				NOT = {
					title = e_orthodox
				}
			}
			destroy_landed_title = THIS
		}
		e_orthodox = {
			make_primary_title = yes
		}
	}
}

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

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