targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	sancta_bug_orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Antipape_Vatican
		potential = {
			has_landed_title = k_orthodox
		}
		allow = {
			custom_tooltip = {
				text = sancta_bug_orthodox_info
				NOT = {
					any_character = {
						has_landed_title = e_holy_see_orthodox
					}
				}
				any_character = {
					has_landed_title = k_orthodox
				}
			}
		}
		effect = {
			create_character = {
				name = "Sancta Sedes orthodox"
				culture = italian
				religion = orthodox
				dynasty = none
				random_traits = no
				female = no
				age = 16
				health = 23
				trait = trait_Sede_Vacante_orthodox
				trait = incapable
				attributes = {
					stewardship = 1
					intrigue = 1
				}
			}
			new_character = {
				e_holy_see_orthodox = {
					grant_title = PREV
				}
				grant_title_no_opinion = e_holy_see_orthodox
			}
			e_holy_see_orthodox = {
				add_law = {
					law = succ_papal_succession_Royaume_Orthodox
					opinion_effect = no
				}
			}
			recalc_succession = yes
		}
	}
}