targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	Renoncer_sede_vacante_Orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Abdiquer_Vatican
		potential = {
			has_landed_title = k_orthodox
		}
		allow = {
			has_landed_title = k_orthodox
			NOT = {
				trait = trait_Sede_Vacante_orthodox
			}
		}
		effect = {
			FROM = {
				imprison = no
			}
			create_character = {
				name = "Sede Vacante Orthodox"
				culture = italian
				religion = catholic
				dynasty = none
				random_traits = no
				female = no
				age = 16
				health = 9999
				trait = trait_Sede_Vacante_orthodox
				trait = incapable
				attributes = {
					stewardship = 1
					intrigue = 1
				}
			}
			new_character = {
				ROOT = {
					transfer_scaled_wealth = {
						to = PREV
						value = all
					}
					any_artifact = {
						transfer_artifact = {
							from = ROOT
							to = PREVPREV
						}
					}
					abdicate_to = PREV
					move_character = PREV
					imprison = PREV
				}
				set_name = "Sede Vacante"
				recalc_succession = yes
				e_holy_see = {
					elective_voting_rules = papal_elective
				}
				character_event = {
					id = succession-Orthodox.3
					days = 30
				}
			}
			remove_claim = k_orthodox
			k_orthodox = {
				holder_scope = {
					character_event = {
						id = Renoncer_sede_vacante_Orthodox.1
					#	days = 1
					}
				}
			}
		}
	}
}