
SOV_build_intel_network_in_MEX_strat = {
	allowed = {
		tag = SOV
	}
	
	enable = {
		tag = SOV
		OR = {
			AND = {
				date > 1940.1.1
				has_completed_focus = SOV_the_military_conspiracy #Parent focus of Behead the Snake
			}
			has_completed_focus = SOV_behead_the_snake
		}
		has_idea = trotskyite_plot_nsb 
	}
	
	abort_when_not_enabled = yes
		
	ai_strategy = {
		type = operative_mission
		mission = build_intel_network
		value = 1000
		mission_target = MEX
	}
}

SOV_raid_trotskys_villa_strat = {
	allowed = {
		tag = SOV
	}
	
	enable = {
		tag = SOV
		has_completed_focus = SOV_behead_the_snake

		OR = { #Do it once then go for murder, then you can try again
			NOT = { has_country_flag = SOV_raided_trotskys_villa_flag }
			has_country_flag = SOV_trotskys_assassination_attempt_flag
		}
		has_idea = trotskyite_plot_nsb 
	}
	
	abort_when_not_enabled = yes
	
	ai_strategy = {
		type = operative_operation
		operation = raid_trotskys_villa
		value = 1200
		operation_target = MEX
	}
}


SOV_murder_trotsky_strat = {
	allowed = {
		tag = SOV
	}
	
	enable = {
		tag = SOV
		has_completed_focus = SOV_behead_the_snake
		has_idea = trotskyite_plot_nsb 

		#Do it after raiding the villa
		has_country_flag = SOV_raided_trotskys_villa_flag
	}
	
	abort_when_not_enabled = yes
	
	ai_strategy = {
		type = operative_operation
		operation = murder_trotsky
		value = 1200
		operation_target = MEX
	}
}

