targetted_decisions = {
######################################
####### Vatican				   #######
######################################
    Croisade_Jerusalem = {
    	filter = self
    	ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Croisade_Vatican
		potential = {
			has_landed_title = k_papal_state
		}
    	allow = {
			age = 0
			is_alternate_start = no
			custom_tooltip = {
				text = Croisade_demande
				NOT = {
					has_global_flag = christian_crusades_unlocked
				}
			}
			774 = { # Jerusalem
				owner = {
					top_liege = {
						OR = {
							NOT = {
								religion = catholic
							}
							is_heretic = yes
						}
					}
				}
			}
			NOT = {
				catholic = { 
					OR = { 
						is_preparing_crusade = yes
						has_crusade_war_started = yes
					}
				}
			}
    	}      	
    	effect = {
    	    narrative_event = {
				id = Croisade.1
			}
        }
	}
	Croisade_Rome = {
    	filter = self
    	ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Croisade_Vatican
		potential = {
			has_landed_title = k_papal_state
		}
    	allow = {
			age = 0
			is_alternate_start = no
			custom_tooltip = {
				text = Croisade_demande
				NOT = {
					has_global_flag = christian_crusades_unlocked
				}
			}
			333 = { # Rome
				owner = {
					top_liege = {
						OR = {
							NOT = {
								religion = catholic
							}
							is_heretic = yes
						}
					}
				}
			}
			NOT = {
				catholic = { 
					OR = { 
						is_preparing_crusade = yes
						has_crusade_war_started = yes
					}
				}
			}
    	}    	
    	effect = {
    	    narrative_event = {
				id = Croisade.2
			}
        }
	}
	Croisade_Europe = {
    	filter = self
    	ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Croisade_Vatican
		potential = {
			has_landed_title = k_papal_state
		}
    	allow = {
			age = 0
			is_alternate_start = no
			custom_tooltip = {
				text = Croisade_demande
				NOT = {
					has_global_flag = christian_crusades_unlocked
				}
			}
			OR = {
				221 = { # Provence
					owner = {
						top_liege = {
							OR = {
								NOT = {
									religion = catholic
								}
								is_heretic = yes
							}
						}
					}
				} 
				214 = { # Toulouse
					owner = {
						top_liege = {
							OR = {
								NOT = {
									religion = catholic
								}
								is_heretic = yes
							}
						}
					}
				} 
				112 = { # Paris
					owner = {
						top_liege = {
							OR = {
								NOT = {
									religion = catholic
								}
								is_heretic = yes
							}
						}
					}
				} 
				119 = { # Cologne
					owner = {
						top_liege = {
							OR = {
								NOT = {
									religion = catholic
								}
								is_heretic = yes
							}
						}
					}
				} 
				257 = { # Braunschweig
					owner = {
						top_liege = {
							OR = {
								NOT = {
									religion = catholic
								}
								is_heretic = yes
							}
						}
					}
				} 
			}
			NOT = {
				catholic = { 
					OR = { 
						is_preparing_crusade = yes
						has_crusade_war_started = yes
					}
				}
			}
		} 	
    	effect = {
    	    narrative_event = {
				id = Croisade.3
			}
        }
	}	
	Croisade_Annulee = {
    	filter = self
    	ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Croisade_Vatican
		potential = {
			has_landed_title = k_papal_state
		}
    	allow = {
			age = 0
		#	custom_tooltip = {
		#		text = Croisade_demande
		#		has_global_flag = christian_crusades_unlocked
		#	}		
			catholic = { 
				OR = { 
					is_preparing_crusade = yes
					has_crusade_war_started = yes
				}
			}
    	}    	
    	effect = {
    	    narrative_event = {
				id = Croisade.4
			}
        }
	}
#	Croisade_Empire_Byzantin = {
#    	filter = self
#    	ai_target_filter = self
#		ai = no
#		diplomacy_icon = GFX_icon_Croisade_Vatican
#		potential = {
#			has_landed_title = k_papal_state
#		}
#    	allow = {
#			age = 0
#			is_alternate_start = no
#			custom_tooltip = {
#				text = Croisade_demande
#				NOT = {
#					has_global_flag = christian_crusades_unlocked
#				}
#			}
#			OR = {
#				e_byzantium = {
#					holder_scope = {
#						OR = {
#							NOT = {
#								religion = catholic
#							}
#							is_heretic = yes
#						}
#					}
#				}
#				496 = { # Constantinople
#					owner = {
#						top_liege = {
#							OR = {
#								NOT = {
#									religion = catholic
#								}
#								is_heretic = yes
#							}
#						}
#					}
#				} 
#				753 = { # Ancyra
#					owner = {
#						top_liege = {
#							OR = {
#								NOT = {
#									religion = catholic
#								}
#								is_heretic = yes
#							}
#						}
#					}
#				} 
#				482 = { # Athens
#					owner = {
#						top_liege = {
#							OR = {
#								NOT = {
#									religion = catholic
#								}
#								is_heretic = yes
#							}
#						}
#					}
#				} 
#				481 = { # Corinth
#					owner = {
#						top_liege = {
#							OR = {
#								NOT = {
#									religion = catholic
#								}
#								is_heretic = yes
#							}
#						}
#					}
#				} 
#			} 
#			NOT = {
#				catholic = { 
#					OR = { 
#						is_preparing_crusade = yes
#						has_crusade_war_started = yes
#					}
#				}
#			}	
#    	}    	
#    	effect = {
#    	    narrative_event = {
#				id = Croisade.5
#			}
#        }
#	}
}