targetted_decisions = {
######################################
####### Vatican				   #######
######################################
	Destitution-catholic = {
		filter = all
		ai_target_filter = all
		ai = no
		diplomacy_icon = GFX_icon_Abdiquer_Vatican
		from_potential = {
			religion = catholic
		}
		potential = {
			ROOT = {
				has_claim = k_papal_state
			}
		}
		allow = {
			age = 0
			religion = ROOT
			is_theocracy = yes
			has_claim = k_papal_state
			OR = {
				is_vassal_or_below_of = FROM
				AND = {
					prisoner = yes
					host = {
						character = FROM
					}
				}
				liege = {
					prisoner = yes
					host = {
						character = FROM
					}
				}
			}
		}
		effect = {
			k_papal_state = {
				holder_scope = {
					save_event_target_as = pope_destition_catholic
				}
			}
			FROM = {
				prestige = 500
			#	primary_title = {
			#		revoke_law = investiture_law_1
			#		add_law_w_cooldown = investiture_law_0
			#	}
			}
			ROOT = {			
				if = {
					limit = {
						has_claim = k_papal_state
					}
					remove_claim = k_papal_state
			#		religion_authority = {
			#			modifier = deposed_antipope
			#		}
				}
			#	any_realm_lord = {
			#		limit = {
			#			has_claim = k_papal_state
			#		}
			#		remove_claim = k_papal_state
			#		religion_authority = {
			#			modifier = deposed_antipope
			#		}
			#	}
				transfer_scaled_wealth = {
					to = event_target:pope_destition_catholic
					value = all
				}
				any_artifact = {
					transfer_artifact = {
						from = ROOT
						to = event_target:pope_destition_catholic
					}
				}
				imprison = no
				add_rival = event_target:pope_destition_catholic
			#	abdicate_to = event_target:pope_destition_catholic # inutile
				set_player_character = event_target:pope_destition_catholic
				imprison = event_target:pope_destition_catholic
			#	move_character = event_target:pope_destition_catholic # inutile
			#	add_trait = excommunicated
			#	add_character_modifier = {
			#		name = accused_apostate
			#		duration = -1
			#	}	
			}
		}
	}
}