targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	Titres_Empires_orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Antipape_Vatican
		potential = {
			OR = {
				has_landed_title = k_orthodox
				has_landed_title = e_orthodox
			}
			tier = EMPEROR
			num_of_emperor_titles > 1
		}
		allow = {
			age = 0
			has_landed_title = k_orthodox
			OR = {
				num_of_emperor_titles > 1
				AND = {
					tier = EMPEROR
					NOT = {
						has_landed_title = e_orthodox
					}	
				}	
			}
		}	
		effect = {
			FROM = {
				any_demesne_title = {
					limit = { 
						tier = EMPEROR
						NOT = {
							title = e_orthodox
						}
					}    
				destroy_landed_title = THIS
				}
			}
		}
	}
}