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