country_decisions = {
	two_sicilies_nation = {
		major = yes
		potential = {
			normal_or_historical_nations = yes
			was_never_end_game_tag_trigger = yes
			NOT = { has_country_flag = formed_two_sicilies_flag }
			OR = {
				ai = no
				is_playing_custom_nation = no
			}
			OR = {
				is_free_or_tributary_trigger = yes
				ai = no
			}
			NOT = { exists = TTS }
			OR = {
				primary_culture = neapolitan
				primary_culture = sicilian
			}
			is_colonial_nation = no
			OR = {
				is_former_colonial_nation = no
				AND = {
					is_former_colonial_nation = yes
					ai = no
				}
			}
		}
		provinces_to_highlight = {
			OR = {
				OR = {
					province_id = 121
					province_id = 125
				}
				OR = {
					AND = {
						OR = {
							culture = sicilian
							culture = neapolitan
						}
						ROOT = {
							NOT = {
								num_of_owned_provinces_with = {
									value = 10
									OR = {
										culture = sicilian
										culture = neapolitan
									}
									region = italy_region
									owned_by = ROOT
								}
							}
							owns_core_province = 121
							owns_core_province = 125
						}
					}
				}
			}
			OR = {
				NOT = { owned_by = ROOT }
				NOT = { is_core = ROOT }
			}
		}
		allow = {
			adm_tech = 55
			is_free_or_tributary_trigger = yes
			is_nomad = no
			is_at_war = no
			owns_core_province = 121
			owns_core_province = 125
			num_of_owned_provinces_with = {
				OR = {
					culture = sicilian
					culture = neapolitan
				}
				region = italy_region
				value = 10
			}
		}
		effect = {
			change_tag = TTS
			on_change_tag_effect = yes
			if = {
				limit = {
					NOT = { tag = NAP }
					NOT = { was_tag = NAP }
				}
				swap_non_generic_missions = yes
			}
			remove_non_electors_emperors_from_empire_effect = yes
			if = {
				limit = {
					NOT = {
						government_rank = 2
					}
				}
				set_government_rank = 2
			}
			set_country_flag = formed_two_sicilies_flag
			add_prestige = 10
			if = {
				limit = {
					has_custom_ideas = no
					NOT = { has_idea_group = SIC_ideas }
				}
				country_event = { id = ideagroups.1 } #Swap Ideas
			}
		}
		ai_will_do = {
			factor = 1
			modifier = {
	 			factor = 0
	 			is_year = 1282	#New added in MMETR - When Kingdom of Naples was founded separately from crown in Sicily, prevents Norman Sicily or united Naples from always forming Two Sicilies
			}
		}
		ai_importance = 400
	}
}