targetted_decisions = {
######################################
####### Orthodox			   #######
######################################
	Former_La_Papaute_orthodox = {
		filter = self
		ai_target_filter = self
		ai = no
		diplomacy_icon = GFX_icon_Antipape_Vatican
		potential = {
			OR = {
				has_landed_title = k_orthodox
				has_landed_title = e_orthodox
			}
		}
		allow = {
			age = 0
			NOT = {
				has_landed_title = k_orthodox
			}
			has_landed_title = e_orthodox
		}
		effect = {
			primary_title = {
				k_orthodox = {
					grant_title = ROOT
				}
			}
		#	primary_title = {
		#		k_orthodox = {
		#			add_law = {
		#				law = investiture_law_0
		#				opinion_effect = no
		#			}
		#		}
		#	}
			primary_title = {
				k_orthodox = {
					add_law = {
						law = out_of_realm_inheritance_law_1
						opinion_effect = no
					}
				}
			}
			primary_title = {
				k_orthodox = {
					add_law = {
						law = vassal_wars_law_2
						opinion_effect = no
					}
				}
			}
			primary_title = {
				k_orthodox = {
					add_law = {
						law = centralization_4
						opinion_effect = no
					}
				}
			}
			primary_title = {
				k_orthodox = {
					add_law = {
						law = status_of_women_4
						opinion_effect = no
					}
				}
			}
			primary_title = {
				k_orthodox = {
					add_law = {
						law = revoke_title_law_2
						opinion_effect = no
					}
				}
			}
			primary_title = {
				k_orthodox = {
					add_law = {
						law = ze_administration_laws_2
						opinion_effect = no
					}
				}
			}
			primary_title = {
				k_orthodox = {
					add_law = {
						law = succ_papal_demesne_orthodox
						opinion_effect = no
					}
				}
			}
			set_government_type = Gouvernement_Orthodox
		}
	}
}