NSC_infiltrate_the_sultanate = { ### 1/20
	icon = GFX_operations_coup_government
	map_icon = GFX_operations_coup_government_map
	name = NSC_infiltrate_the_sultanate
	desc = NSC_infiltrate_the_sultanate_desc
	days = 180

	allowed = {
		original_tag = NSC
	}
	available = { 
		OTO = {
			NOT = {
				has_war_with = ROOT
			}
		}
	}
	visible = {
		has_country_flag = NSC_recruited_winspare
		FROM = {
			tag = OTO
		}
	}
	operatives = 1

	# Integer [0-100] - Every operation has a hard requirement of network strength in the target country
	network_strength = 20

	requirements = { #SCOPE_COUNTRY
	}
	
	equipment = {
		infantry_equipment = 100
	}

	#outcome_chance = 60 #deprecated
	outcome_modifiers = { operative_linguist operative_well_groomed }

	outcome_potential = {
		NSC = {
			add_intel = {
				target = OTO
				civilian_intel = 5
				army_intel = 3
				navy_intel = 1
				airforce_intel = 0
			}
		}
	}
	# outcome is an effect that runs when the operation has completed
	outcome_execute = { # SCOPE_OPERATION
		NSC = {
			add_intel = {
				target = OTO
				civilian_intel = 5
				army_intel = 3
				navy_intel = 1
				airforce_intel = 0
			}
		}
	}
	
	# This is where all the separate phases are defined
	# Each phase for an operation may have a single actual phase assigned to it, which is determined here
	phases = { #infiltration 
		infiltration_diplomatic = { base = 33 } 
	}
	phases = { 
		phase_2 = { base = 33 }
	}
	phases = { 
		exfiltration_border = { base = 25 }
	}
}