targetted_decisions = {
######################################
####### Vatican				   #######
######################################
    Deception_Croisade = {
		filter = all
    	ai_target_filter = all
		ai = no
		diplomacy_icon = GFX_icon_Croisade_Vatican		
		from_potential = {
			has_landed_title = k_papal_state
		}		
		allow = {
			age = 0			
			religion = FROM	
			rightful_religious_head = FROM
			is_landed = yes
			has_pledged_crusade_participation = no
			catholic = { 
				OR = { 
					is_preparing_crusade = yes
					has_crusade_war_started = yes
				}
			}
			custom_tooltip = {
				text = punir_Deception_Croisade
				NOT = {
					has_character_flag = Deception_1_Croisade_flag
					has_character_flag = Deception_2_Croisade_flag
					has_character_flag = Deception_3_Croisade_flag
					has_character_flag = Deception_4_Croisade_flag
				}
			}
			NOT = {
				any_liege = {
					has_claim = k_papal_state
				}
				has_claim = k_papal_state
				any_vassal = {
					has_claim = k_papal_state
				}
			}
			NOT = {
				top_liege = {
					custom_tooltip = {
						text = any_realm_character_Deception
						any_realm_character = {
							has_claim = k_papal_state
						}
					}
				}
			}
		}
		effect = {
			if = {
				limit = {
					OR = {
						tier = BARON
						tier = COUNT
					}
				}
				set_character_flag = Deception_1_Croisade_flag
				letter_event = {
					id = Deception_Croisade.1
				#	days = 1
				}
			}
			else_if = {
				limit = {
					tier = DUKE
				}
				set_character_flag = Deception_2_Croisade_flag
				letter_event = {
					id = Deception_Croisade.2
				#	days = 1
				}
			}
			else_if = {
				limit = {
					tier = KING
				}
				set_character_flag = Deception_3_Croisade_flag
				letter_event = {
					id = Deception_Croisade.3
				#	days = 1
				}
			}
			else_if = {
				limit = {
					tier = EMPEROR
				}
				set_character_flag = Deception_4_Croisade_flag
				letter_event = {
					id = Deception_Croisade.4
				#	days = 1
				}
			}
		}
    }
}	