
SAU_yingjiu_saaiyide_nuerxi = { ### 1/50
	icon = GFX_operations_SAU_saiyide_nuerxi_jiandiejiejiu
	map_icon = GFX_operations_rescue_captured_operative_map
	name = SAU_yingjiu_saaiyide_nuerxi
	desc = SAU_yingjiu_saaiyide_nuerxi_desc
	days = 35

	allowed = {
		original_tag = SAU
	}
	visible = {
		has_global_flag = zhunbei_yigjiu_flag
		FROM = {
			tag = TUR
		}
		TUR = {
			controls_state = 797
		}
		network_national_coverage = {
			target = TUR
			value > 0
		}
	}
	available = { 
		
	}

	outcome_modifiers = { operation_outcome }
	cost_modifiers = { operation_cost }
	risk_modifiers = { operation_risk }

	operatives = 1

	# Integer [0-100] - Every operation has a hard requirement of network strength in the target country
	network_strength = 35
	
	equipment = {
		infantry_equipment = 100
		support_equipment = 20
	}

	on_start = {  # SCOPE_OPERATION
		
	}
	outcome_potential = {
		custom_effect_tooltip = SAU_yingjiu_saaiyide_nuerxi_1_tt
	}
	risk_chance = 0.1
	# outcome is an effect that runs when the operation has completed
	outcome_execute = { # SCOPE_OPERATION
    	SAU = { country_event = SAU_teshu_shijian.16 }
	}
	
	# 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_border = { base = 25 }
		infiltration_submarine = { base = 25 }
	}
	phases = {
		free_operative_free_in_transit = { base = 33 }
		free_operative_liberate_camp = { base = 33 }
		free_operative_smuggle_in_escape_gear = { base = 33 }
	}
	phases = { #exfiltration
		exfiltration_border = { base = 30 }
		exfiltration_go_to_ground = { base = 30 }
		exfiltration_submarine_pickup = { base = 25 }
	}
}