emp_ita_development_branch = {
	slot = 1
	generic = no
	ai = yes
	
	potential_on_load = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
	}
	potential = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
		tag = ITA
		started_in = 494.1.1	#MMETR added to separate from Odoacer tree
		NOT = { map_setup = map_setup_random }
	}
	
	has_country_shield = yes
	
	emp_ita_prosperity_for_all = {
		icon = prosperity_for_all
		position = 1
		required_missions = {  }
		
		trigger = {
			if = {
				limit = {
					has_dlc = "Mandate of Heaven"
				}
				custom_trigger_tooltip = {
					tooltip = emp_ita_prosperity_for_all_tt
					num_of_provinces_owned_or_owned_by_non_sovereign_subjects_with = {
						is_prosperous = yes
						value = 8
					}
				}
			}
			else = {
				all_owned_province = {
					NOT = { devastation = 1 }
				}
			}
		}
		effect = {
			add_country_modifier = {
				name = ita_italian_prosperity
				duration = 7300
			}
		}
	}
	
	emp_ita_develop_the_south = {
		icon = develop_the_south
		position = 3
		required_missions = { emp_ita_prosperity_for_all }
		
		provinces_to_highlight = {
			OR = {
				area = naples_area
				area = sicily_area
				area = western_sicily_area
				area = calabria_area
				area = apulia_area
			}
			NOT = { development = 25 }
		}
		trigger = {
			custom_trigger_tooltip = {
				tooltip = emp_ita_develop_the_south_tt
				num_of_owned_provinces_with = {
					OR = {
						area = naples_area
						area = sicily_area
						area = western_sicily_area
						area = calabria_area
						area = apulia_area
					}
					development = 25
					value = 5
				}
			}
		}
		effect = {
			custom_tooltip = emp_ita_develop_the_south_tt2
			tooltip = {
				add_province_modifier = {
					name = ita_southern_focus
					duration = 7300
				}
			}
			hidden_effect = {
				every_owned_province = {
					limit = {
						OR = {
							area = naples_area
							area = sicily_area
							area = western_sicily_area
							area = calabria_area
							area = apulia_area
						}
					}
					add_province_modifier = {
						name = ita_southern_focus
						duration = 7300
					}
				}
			}
		}
	}
	emp_ita_continue_the_renaissance = {
		icon = continue_the_renaissance
		position = 5
		required_missions = { emp_ita_develop_the_south }
		
		trigger = {
			num_of_owned_provinces_with = {
				value = 5
				has_building = university
			}
		}
		effect = {
			add_country_modifier = {
				name = ita_continued_renaissance
				duration = 7300
			}
		}
	}
}

emp_ita_gallia_branch = {
	slot = 2
	generic = no
	ai = yes
	
	potential_on_load = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
	}
	potential = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
		tag = ITA
		started_in = 494.1.1	#MMETR added to separate from Odoacer tree
		NOT = { map_setup = map_setup_random }
	}
	
	has_country_shield = yes
	
	emp_ita_italia_transalpina = {
		icon = italia_transalpina
		position = 2
		required_missions = { emp_ita_alpine_defenses }
		
		provinces_to_highlight = {
			OR = {
				area = provence_area
				area = savoy_dauphine_area
			}
			NOT = { owned_by = ROOT }
		}
		trigger = {
			provence_area = {
				type = all
				owned_by = ROOT
			}
			savoy_dauphine_area = {
				type = all
				owned_by = ROOT
			}
		}
		effect = {
			languedoc_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			guyenne_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			poitou_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			massif_central_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			pyrenees_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_the_seven_provinces = {
		icon = the_seven_provinces
		position = 3
		required_missions = { emp_ita_italia_transalpina }
		
		provinces_to_highlight = {
			OR = {
				area = languedoc_area
				area = guyenne_area
				area = poitou_area
				area = massif_central_area
				area = pyrenees_area
			}
			NOT = { country_or_non_sovereign_subject_holds = ROOT }
		}
		trigger = {
			languedoc_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			guyenne_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			poitou_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			massif_central_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			pyrenees_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
		}
		effect = {
			france_region = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_the_gallic_wars = {
		icon = the_gallic_wars
		position = 4
		required_missions = { emp_ita_the_seven_provinces }
		
		provinces_to_highlight = {
			region = france_region
			NOT = { country_or_non_sovereign_subject_holds = ROOT }
		}
		trigger = {
			custom_trigger_tooltip = {
				tooltip = emp_ita_the_gallic_wars_tt
				num_of_provinces_owned_or_owned_by_non_sovereign_subjects_with = {
					value = 50
					region = france_region
				}
			}
		}
		effect = {
			2972 = {
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_give_him_back_his_legions = {
		icon = give_him_back_his_legions
		position = 5
		required_missions = { emp_ita_the_gallic_wars }
		
		provinces_to_highlight = {
			province_id = 2972
			NOT = { owned_by = ROOT }
		}
		trigger = {
			2972 = {
				country_or_non_sovereign_subject_holds = ROOT
			}
		}
		effect = {
			add_country_modifier = {
				name = ita_further_than_caesar
				duration = -1
			}
		}
	}
}

emp_ita_war_branch = {
	slot = 3
	generic = no
	ai = yes
	
	potential_on_load = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
	}
	potential = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
		tag = ITA
		started_in = 494.1.1	#MMETR added to separate from Odoacer tree
		NOT = { map_setup = map_setup_random }
	}
	
	has_country_shield = yes
	
	emp_ita_alpine_defenses = {
		icon = alpine_defenses
		position = 1
		required_missions = {  }
		
		provinces_to_highlight = {
			OR = {
				area = liguria_area
				area = piedmont_area
				area = lombardy_area
				area = po_valley_area
				area = venetia_area
			}
			owned_by = root

			if = {
				limit = {
					ROOT = {
						num_of_owned_provinces_with = {
							value = 5
							OR = {
								area = liguria_area
								area = piedmont_area
								area = lombardy_area
								area = po_valley_area
								area = venetia_area
							}
							fort_level = 1
						}
					}
				}
				fort_level = 1
				NOT = {
					AND = {
						if = {
							limit = {
								ROOT = {
									NOT = { mil_tech = 14 }
								}
							}
							OR = {
								has_building = fort_15th
								has_building = fort_16th
								has_building = fort_17th
								has_building = fort_18th
							}
						}
						else_if = {
							limit = {
								ROOT = {
									AND = {
										mil_tech = 14
										NOT = { mil_tech = 19 }
									}
								}
							}
							OR = {
								has_building = fort_16th
								has_building = fort_17th
								has_building = fort_18th
							}
						}
						else_if = {
							limit = {
								ROOT = {
									AND = {
										mil_tech = 19
										NOT = { mil_tech = 24 }
									}
								}
							}
							OR= { 
								has_building = fort_17th
								has_building = fort_18th
							}
						}
						else_if = {
							limit = {
								ROOT = {
									mil_tech = 24
								}
							}
							has_building = fort_18th
						}
					}
				}
			}
			else = {
				NOT = {
					AND = {
						if = {
							limit = {
								ROOT = {
									NOT = { mil_tech = 14 }
								}
							}
							has_building = fort_15th
						}
						else_if = {
							limit = {
								ROOT = {
									AND = {
										mil_tech = 14
										NOT = { mil_tech = 19 }
									}
								}
							}
							OR = {
								has_building = fort_16th
								has_building = fort_17th
								has_building = fort_18th
							}

						}
						else_if = {
							limit = {
								ROOT = {
									AND = {
										mil_tech = 19
										NOT = { mil_tech = 24 }
									}
								}
							}
							OR = {
								has_building = fort_17th
								has_building = fort_18th
							}

						}
						else_if = {
							limit = {
								ROOT = {
									mil_tech = 24
								}
							}
							has_building = fort_18th
						}
					}
				}
			}
		}
		trigger = {
			custom_trigger_tooltip = {
				tooltip = emp_ita_alpine_defenses_tooltip
			}
			num_of_owned_provinces_with = {
				value = 5
				OR = {
					area = liguria_area
					area = piedmont_area
					area = lombardy_area
					area = po_valley_area
					area = venetia_area
				}
				if = {
					limit = {
						ROOT = {
							NOT = { mil_tech = 14 }
						}
					}
					OR = {
						has_building = fort_15th
						has_building = fort_16th
						has_building = fort_17th
						has_building = fort_18th
					}
				}
				else_if = {
					limit = {
						ROOT = {
							AND = {
								mil_tech = 14
								NOT = { mil_tech = 19 }
							}
						}
					}
					OR = {
						has_building = fort_16th
						has_building = fort_17th
						has_building = fort_18th
					}
				}
				else_if = {
					limit = {
						ROOT = {
							AND = {
								mil_tech = 19
								NOT = { mil_tech = 24 }
							}
						}
					}
					OR = {
						has_building = fort_17th
						has_building = fort_18th
					}
				}
				else_if = {
					limit = {
						ROOT = {
							mil_tech = 24
						}
					}
					has_building = fort_18th
				}
			}
		}
		effect = {
			provence_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			savoy_dauphine_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			east_adriatic_coast_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			130 = {
				add_permanent_claim = ROOT
			}
			1826 = {
				add_permanent_claim = ROOT
			}
			4174 = {
				add_permanent_claim = ROOT
			}
			4738 = {
				add_permanent_claim = ROOT
			}
			4752 = {
				add_permanent_claim = ROOT
			}
			4754 = {
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_take_the_littoral = {
		icon = take_the_littoral
		position = 2
		required_missions = { emp_ita_alpine_defenses }
		
		provinces_to_highlight = {
			OR = {
				area = east_adriatic_coast_area
				province_id = 4174
				province_id = 130
				province_id = 1826
				province_id = 4738
				province_id = 4752
				province_id = 4754
			}
			NOT = { owned_by = ROOT }
		}
		trigger = {
			east_adriatic_coast_area = {
				owned_by = ROOT
			}
			4174 = {
				owned_by = ROOT
			}
			130 = {
				owned_by = ROOT
			}
			1826 = {
				owned_by = ROOT
			}
			4738 = {
				owned_by = ROOT
			}
			4752 = {
				owned_by = ROOT
			}
			4754 = {
				owned_by = ROOT
			}
		}
		effect = {
			tirol_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_redeem_tirolo = {
		icon = claim_tirol
		position = 3
		required_missions = { emp_ita_take_the_littoral }
		
		provinces_to_highlight = {
			area = tirol_area
			NOT = { owned_by = ROOT }
		}
		trigger = {
			custom_trigger_tooltip = {
				tooltip = emp_ita_redeem_tirolo_tt
				num_of_provinces_owned_or_owned_by_non_sovereign_subjects_with = {
					value = 4
					area = tirol_area
				}
			}
		}
		effect = {
			add_country_modifier = {
				name = ita_experienced_alpini
				duration = 7300
			}
		}
	}
	
	emp_ita_humiliate_austria = {
		icon = humiliate_austria
		position = 4
		required_missions = { emp_ita_redeem_tirolo }
		
		provinces_to_highlight = {
			owned_by = HAB
		}
		trigger = {
			OR = {
				NOT = { exists = HAB }
				HAB = { is_subject_of = ROOT }
				AND = {
					HAB = { is_emperor = no }
					HAB = {
						is_great_power = no
					}
				}
			}
		}
		effect = {
			add_prestige = 50
			add_army_tradition = 10
		}
	}
	
	emp_ita_a_real_roman_empire = {
		icon = a_real_roman_empire
		position = 5
		required_missions = { emp_ita_the_gallic_wars emp_ita_humiliate_austria }
		
		trigger = {
			OR = {
				is_emperor = yes
				AND = {
					NOT = { hre_size = 1 }
					NOT = { exists = HLR }
					if = {
						limit = {
							has_dlc = "Common Sense"
						}
						government_rank = 3
					}
					else = {
						total_development = 1000
					}
				}
			}
		}
		effect = {		
			albania_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			northern_greece_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			1853 = {
				add_permanent_claim = ROOT
			}
			148 = {
				add_permanent_claim = ROOT
			}
			aragon_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			catalonia_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			valencia_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			baleares_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			118 = {
				add_base_tax = 2
				add_base_production = 2
				add_base_manpower = 2
			}
		}
	}
	
	emp_ita_spagna_tarraconense = {
		icon = spagna_tarraconense
		position = 6
		required_missions = { emp_ita_a_real_roman_empire }
		
		provinces_to_highlight = {
			OR = {
				area = aragon_area
				area = catalonia_area
				area = valencia_area
				area = baleares_area
			}
			NOT = { country_or_non_sovereign_subject_holds = ROOT }
		}
		trigger = {
			aragon_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			catalonia_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			valencia_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			baleares_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
		}
		effect = {
			iberia_region = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_hispaniae = {
		icon = hispaniae
		position = 7
		required_missions = { emp_ita_spagna_tarraconense }
		
		provinces_to_highlight = {
			region = iberia_region
			NOT = { country_or_non_sovereign_subject_holds = ROOT }
		}
		trigger = {
			iberia_region = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
		}
		effect = {
			add_dip_power = 75
			add_adm_power = 75
			add_mil_power = 75
		}
	}
}

emp_ita_unification_branch = {
	slot = 4
	generic = no
	ai = yes
	
	potential_on_load = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
	}
	potential = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
		tag = ITA
		started_in = 494.1.1	#MMETR added to separate from Odoacer tree
		NOT = { map_setup = map_setup_random }
	}
	
	has_country_shield = yes
	
	emp_ita_complete_the_risorgimento = {
		icon = complete_the_risorgimento
		position = 1
		required_missions = {  }
		
		provinces_to_highlight = {
			region = italy_region
			NOT = { owned_by = ROOT }
		}
		trigger = {
			italy_region = {
				type = all
				owned_by = ROOT
			}
		}
		effect = {
			add_country_modifier = {
				name = ita_from_po_to_toe
				duration = -1
			}
		}
	}
	
	emp_ita_answer_the_roman_question = {
		icon = answer_the_roman_question
		position = 2
		required_missions = { emp_ita_complete_the_risorgimento }
		
		trigger = {
			religious_unity = 1
			if = {
				limit = {
					religion = catholic
				}
				is_papal_controller = yes
			}
			else_if = {
				limit = {
					has_estate = estate_church
				}
				estate_loyalty = {
					estate = estate_church
					loyalty = 60
				}
			}
		}
		effect = {
			add_country_modifier = {
				name = ita_the_roman_answer
				duration = 7300
			}
		}
	}
	
	emp_ita_a_place_among_the_great_powers = {
		icon = a_place_among_the_great_powers
		position = 3
		required_missions = { emp_ita_answer_the_roman_question }
		
		provinces_to_highlight = {
			NOT = { owned_by = ROOT }
			owner = {
				is_great_power = yes
			}
			is_capital = yes
		}
		
		trigger = {
			is_great_power = yes
			any_ally = { is_great_power = yes }
		}
		effect = {
			if = {
				limit = { 
					government = monarchy 
					is_emperor_of_china = no
				}
				add_legitimacy = 10
			}
			else_if = {
				limit = { 
					is_emperor_of_china = yes
				}
				add_meritocracy = 10
			}
			else_if = {
				limit = { government = republic }
				add_republican_tradition = 10
			}
			else_if = {
				limit = { 
					government = theocracy 
					has_dlc = "Common Sense"
				}
				add_devotion = 10
			}
			else = {
				add_prestige = 10
			}
		}
	}
	
	emp_ita_cross_the_pindus = {
		icon = cross_the_pindus
		position = 6
		required_missions = { emp_ita_a_real_roman_empire }
		
		provinces_to_highlight = {
			OR = {
				area = albania_area
				area = northern_greece_area
				province_id = 1853
				province_id = 148
			}
			NOT = { country_or_non_sovereign_subject_holds = ROOT }
		}
		trigger = {
			albania_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			northern_greece_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			1853 = {
				country_or_non_sovereign_subject_holds = ROOT
			}
			148 = {
				country_or_non_sovereign_subject_holds = ROOT
			}
		}
		effect = {
			aegean_archipelago_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			thrace_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			morea_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_reclaim_our_latin_heritage = {
		icon = la_latinocrazia
		position = 7
		required_missions = { emp_ita_cross_the_pindus }
		
		provinces_to_highlight = {
			OR = {
				area = aegean_archipelago_area
				area = thrace_area
				area = morea_area
			}
			NOT = { owned_by = ROOT }
		}
		trigger = {
			aegean_archipelago_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			thrace_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			morea_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			151 = {
				country_or_non_sovereign_subject_holds = ROOT
			}
		}
		effect = {
			aydin_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			hudavendigar_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			germiyan_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			cukurova_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_anatolian_frontier = {
		icon = anatolian_frontier
		position = 8
		required_missions = { emp_ita_reclaim_our_latin_heritage }
		
		provinces_to_highlight = {
			OR = {
				area = aydin_area
				area = hudavendigar_area
				area = germiyan_area
				area = cukurova_area
			}
			NOT = { country_or_non_sovereign_subject_holds = ROOT }
		}
		trigger = {
			aydin_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			hudavendigar_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			germiyan_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			cukurova_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
		}
		effect = {
			add_country_modifier = {
				name = ita_eastern_romans
				duration = -1
			}
		}
	}
}

emp_ita_overseas_branch = {
	slot = 5
	generic = no
	ai = yes

	has_country_shield = yes
	
	potential_on_load = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
	}
	potential = {
		has_dlc = "Emperor"
		NOT = { has_dlc = "Winds of Change" }
		tag = ITA
		started_in = 494.1.1	#MMETR added to separate from Odoacer tree
		NOT = { map_setup = map_setup_random }
	}
	
	emp_ita_a_worthy_navy = {
		icon = a_worthy_navy
		position = 1
		
		trigger = {
			navy_size_percentage = 0.9
		}
		effect = {
			tunisia_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			djerba_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			tripolitania_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_africa_proconsulare = {
		icon = africa_proconsulare
		position = 2
		required_missions = { emp_ita_a_worthy_navy }
		
		provinces_to_highlight = {
			OR = {
				area = tunisia_area
				area = djerba_area
				area = tripolitania_area
			}
			NOT = { owned_by = ROOT }
		}
		trigger = {
			tunisia_area = {
				type = all
				owned_by = ROOT
			}
			djerba_area = {
				type = all
				owned_by = ROOT
			}
			tripolitania_area = {
				type = all
				owned_by = ROOT
			}
		}
		effect = {
			add_country_modifier = {
				name = ita_scipios_helmet
				duration = 7300
			}
		}
	}
	
	emp_ita_befriend_ethiopia = {
		icon = befriend_ethiopia
		position = 4
		required_missions = { emp_ita_africa_proconsulare }
		
		provinces_to_highlight = {
			if = {
				limit = { exists = ETH }
				owned_by = ETH
			}
			else_if = {
				limit = {
					any_country = {
						capital_scope = {
							region = horn_of_africa_region
						}
						religion_group = christian
					}
				}
				owner = {
					capital_scope = {
						region = horn_of_africa_region
					}
					religion_group = christian
					NOT = { alliance_with = ROOT }
				}
			}
			else = {
				OR = {
					area = central_ethiopia_area
					area = southern_ethiopia_area
					area = tigray_area
				}
			}
		}
		trigger = {
			if = {
				limit = {
					exists = ETH
				}
				alliance_with = ETH
			}
			else_if = {
				limit = {
					any_country = {
						capital_scope = {
							region = horn_of_africa_region
						}
						religion_group = christian
					}
				}
				any_country = {
					custom_trigger_tooltip = {
						tooltip = emp_ita_befriend_ethiopia_capital_tt
						capital_scope = {
							region = horn_of_africa_region
						}
					}
					religion_group = christian
					alliance_with = ROOT
				}
			}
			else = {
				central_ethiopia_area = {
					type = all
					country_or_non_sovereign_subject_holds = ROOT
				}
				southern_ethiopia_area = {
					type = all
					country_or_non_sovereign_subject_holds = ROOT
				}
				tigray_area = {
					type = all
					country_or_non_sovereign_subject_holds = ROOT
				}
			}
		}
		effect = {
			add_dip_power = 100
			delta_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
			bahari_area = {
				limit = {
					NOT = { is_core = ROOT }
					NOT = { is_permanent_claim = ROOT }
				}
				add_permanent_claim = ROOT
			}
		}
	}
	
	emp_ita_invade_egypt = {
		icon = invade_egypt
		position = 6
		required_missions = { emp_ita_befriend_ethiopia }
		
		provinces_to_highlight = {
			OR = {
				area = delta_area
				area = bahari_area
			}
			NOT = { country_or_non_sovereign_subject_holds = ROOT }
		}
		trigger = {
			delta_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			bahari_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
		}
		effect = {
			add_mercantilism = 2
			358 = {
				add_trade_modifier = {
					who = root
					duration = 7300
					power = 50
					key = alexandria_ambition
				}
			}
		}
	}
	
	emp_ita_terra_santa = {
		icon = terra_santa
		position = 8
		required_missions = { emp_ita_invade_egypt }
		
		provinces_to_highlight = {
			OR = {
				area = palestine_area
				area = syria_area
				area = aleppo_area
			}
			NOT = { country_or_non_sovereign_subject_holds = ROOT }
		}
		trigger = {
			palestine_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			syria_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
			aleppo_area = {
				type = all
				country_or_non_sovereign_subject_holds = ROOT
			}
		}
		effect = {
			if = {
				limit = {
					379 = {
						NOT = { religion = ROOT }
					}
				}
				379 = {
					change_religion = ROOT
				}
			}
			add_prestige = 50
		}
	}
}