targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	devenir_patriarche_list = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Abdiquer_Vatican
		third_party_filter = all
        third_party = ROOT		
        third_party_potential = {
            FROMFROM = {
				has_landed_title = k_orthodox
				ai = yes
			}
        }
		potential = {
			NOT = {
				has_landed_title = k_orthodox
				has_landed_title = k_papal_state
			}
			NOT = {
				trait = Divinite
				trait = immortal
				has_landed_title = d_divinite_1
			}
			k_orthodox = {
				holder_scope = {
					ai = yes
				}
			}
		}
		allow = {
			NOT = {
				has_landed_title = k_orthodox
				has_landed_title = k_papal_state
			}
			NOT = {
				trait = Divinite
				trait = immortal
				has_landed_title = d_divinite_1
			}
			k_orthodox = {
				holder_scope = {
					ai = yes
				}
			}
		}
		effect = {
			if = {
				limit = {
					k_orthodox = {
						holder_scope = {
							ai = yes
						}
					}
				}
				FROM = {
					set_player_character = FROMFROM
				}
			#	k_orthodox = {
			#		holder_scope = {
			#			character_event = {
			#				id = devenir_patriarche.1
			#			#	days = 1
			#			}
			#		}
			#	}
			}
		}
	}
}