technologies = {
	
	@radio = -5
	@radar = -1
	@computing = 3
	@firecontrol = 4
	@encryption_x = 1
	@decryption_x = 5
	@rockets_1940 = 0
	@rockets_1942 = 2
	@rockets_1943 = 6
	@rockets_1944 = 8
	@rockets_1946 = 10
	@rockets_1948 = 12
	@rockets_1950 = 14
	@rockets_1954 = 16
	@rockets_1958 = 18
	@rockets_1962 = 20
	@computing_1938 = 6
	@computing_1940 = 10
	@computing_1942 = 14
	@computing_1944 = 18
	@computing_1948 = 22
	@computing_1952 = 26
	@computing_1956 = 30
	@computing_1960 = 34
	@computing_1964 = 38



	telephone = {
		land_reinforce_rate = 0.03
		path = {
			leads_to_tech = electronic_mechanical_engineering
			research_cost_coeff = 1
		}
		research_cost = 1.5
		folder = {
			name = electronics_folder
			position = { x = 0 y = -2 }
		}
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 5
				has_war = yes
			}
			modifier = {
				is_major = yes
				factor = 2
			}
			modifier = {
				factor = 5
				date > "1939.8.1"
			}
		}
		categories = {
			electronics
		}
	}

	electronic_mechanical_engineering = {
		# small boost to research speed
		research_speed_factor = 0.03
		
		path = {
			leads_to_tech = radio 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = mechanical_computing 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = radio_detection 
			research_cost_coeff = 1
		}
		enable_equipment_modules = { 
			ship_fire_control_system_0
		}
		research_cost = 1.75
		start_year = 1935
		folder = {
			name = electronics_folder
			position = { x = 0 y = 0 }
		}
		ai_will_do = {
			factor = 30
			modifier = {
				factor = 3
				date > "1937.1.1"
			}
		}
		categories = {
			electronics
		}
		on_research_complete = {
			custom_effect_tooltip = {
				localization_key = SP_UNLOCK_PROJECT
				PROJECT = sp_air_radar	
			}
		}
		special_project_specialization = { specialization_air specialization_nuclear }
	}
	
	radio = {
		# units with radios can more efficiently join combats when there is room
		land_reinforce_rate = 0.02
		coordination_bonus = 0.02
		path = {
			leads_to_tech = improved_radio 
			research_cost_coeff = 1
		}
		research_cost = 2
		folder = {
			name = electronics_folder
			position = { x = -2 y = 4 }
		}
		folder = {
			name = support_folder
			position = { x = 11 y = 8 } # x = 12 y = 0
		}
		
		enable_equipment_modules = { 
			tank_radio_1
			radio_navigation_1
			lc_radio_1 #Module for Land Cruiser
		}
		
		ai_will_do = {
			factor = 3
			
			modifier = {
				factor = 6
				has_war = yes
			}
			modifier = {
				is_major = yes
				factor = 2
			}
			modifier = {
				factor = 5
				date > "1939.8.1"
			}
		}
		
		categories = {
			electronics
		}

		special_project_specialization = { specialization_air }
	}

	improved_radio = {

		# units with radios can more efficiently join combats when there is room
		land_reinforce_rate = 0.02
		coordination_bonus = 0.02
		
		path = {
			leads_to_tech = advanced_radio 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = sp_naval_proximity_fuze_tech 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tech_mad_1 
			research_cost_coeff = 1
		}
		
		research_cost = 2
		start_year = 1938
		folder = {
			name = electronics_folder
			position = { x = @radio y = 6 }
		}
		
		enable_equipment_modules = { 
			radio_navigation_2
			tank_radio_2
			lc_radio_2 #Module for Land Cruiser
		}

		ai_will_do = {
			factor = 3
			
			modifier = {
				factor = 6
				has_war = yes
			}
			modifier = {
				is_major = yes
				factor = 2
			}
			modifier = {
				factor = 5
				date > "1939.8.1"
			}
		}
		
		categories = {
			electronics
		}

		special_project_specialization = { specialization_air }
	}

	advanced_radio = {

		# units with radios can more efficiently join combats when there is room
		land_reinforce_rate = 0.01
		coordination_bonus = 0.02
		
		start_year = 1941
		
		path = {
			leads_to_tech = radio_4 
			research_cost_coeff = 1
		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = @radio y = 12 }
		}
		
		enable_equipment_modules = { 
			radio_navigation_3
			tank_radio_3
			lc_radio_3 #Module for Land Cruiser
		}
		
		ai_will_do = {
			factor = 3
			
			modifier = {
				factor = 6
				has_war = yes
			}
			modifier = {
				is_major = yes
				factor = 2
			}
			modifier = {
				factor = 5
				date > "1939.8.1"
			}
		}
		
		categories = {
			electronics
		}

		special_project_specialization = { specialization_air }
	}
	
	radio_4 = {

		# units with radios can more efficiently join combats when there is room
		land_reinforce_rate = 0.01
		coordination_bonus = 0.02
		
		start_year = 1944
		
		path = {
			leads_to_tech = radio_5
			research_cost_coeff = 1
		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = @radio y = @computing_1944 }
		}
		
		enable_equipment_modules = { 
			radio_navigation_4
			tank_radio_4
		}
		
		ai_will_do = {
			factor = 3
			
			modifier = {
				factor = 6
				has_war = yes
			}
			modifier = {
				is_major = yes
				factor = 2
			}
		}
		
		categories = {
			electronics
		}
		special_project_specialization = { specialization_air }
	}

	radio_5 = {

		# units with radios can more efficiently join combats when there is room
		land_reinforce_rate = 0.01
		coordination_bonus = 0.02
		
		start_year = 1952
		
		path = {
			leads_to_tech = radio_6
			research_cost_coeff = 1
		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = @radio y = @computing_1952 }
		}
		
		enable_equipment_modules = { 
			tank_radio_5
		}
		
		ai_will_do = {
			factor = 3
			
			modifier = {
				factor = 6
				has_war = yes
			}
			modifier = {
				is_major = yes
				factor = 2
			}
		}
		
		categories = {
			electronics
		}
		special_project_specialization = { specialization_air }
	}

	radio_6 = {

		# units with radios can more efficiently join combats when there is room
		land_reinforce_rate = 0.01
		coordination_bonus = 0.02
		
		start_year = 1960
		
		path = {
			leads_to_tech = radio_7
			research_cost_coeff = 1
		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = @radio y = @computing_1960 }
		}
		
		enable_equipment_modules = { 
			tank_radio_6
		}
		
		ai_will_do = {
			factor = 3
			
			modifier = {
				factor = 6
				has_war = yes
			}
			modifier = {
				is_major = yes
				factor = 2
			}
		}
		
		categories = {
			electronics
		}
		special_project_specialization = { specialization_air }
	}
	
	sp_naval_proximity_fuze_tech = {
		allow_branch = {
			 has_dlc = "Gotterdammerung"
		}
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_naval_proximity_fuze
			}
		}
		is_special_project_tech = yes

		#HIDDEN EFFECT FOR THE PROXIMITY FUZE 
		navy_anti_air_attack_factor = 0.25
#		start_year = 1938
		
		research_cost = 1.75
		
		folder = {
			name = electronics_folder
			position = { x = -3 y = 6 }
		}
	}

	tech_mad_1 = {
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_mad
			}
		}
		is_special_project_tech = yes

		enable_equipment_modules = {
			plane_mad_1
		}

		research_cost = 1
#		start_year = 1938
		
		folder = {
			name = electronics_folder
			position = { x = -3 y = 8 }
		}
		
		path = {
			leads_to_tech = tech_mad_2 
			research_cost_coeff = 1
		}
	}

	tech_mad_2 = {
		
		enable_equipment_modules = { 
			plane_mad_2
		}

		research_cost = 1.5
		start_year = 1944
		
		folder = {
			name = electronics_folder
			position = { x = -3 y = @computing_1944 }
		}


		path = {
			leads_to_tech = tech_mad_3 
			research_cost_coeff = 1
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			electronics
			radar_tech
		}
		
		special_project_specialization = { specialization_air }
	}

	tech_mad_3 = {
		
		enable_equipment_modules = { 
			plane_mad_3
		}

		research_cost = 1.5
		start_year = 1956
		
		folder = {
			name = electronics_folder
			position = { x = -3 y = @computing_1956 }
		}


#		path = {
#			leads_to_tech = tech_mad_3 
#			research_cost_coeff = 1
#		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			electronics
			radar_tech
		}
		
		special_project_specialization = { specialization_air }
	}

	radio_detection = {
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_air_radar
			}
		}

		is_special_project_tech = yes

		enable_building = {
			building = radar_station
			level = 1
		}
		coordination_bonus = 0.01
		enable_equipment_modules = {
			lc_radar
			ship_radar_1
		}
		
		path = {
			leads_to_tech = cavity_magnatron 
			research_cost_coeff = 1
		}
		#enable_equipment_modules = {
		#	ship_radar_1
		#	radio_navigation_1
		#}
		research_cost = 1.75
		
		folder = {
			name = electronics_folder
			position = { x = @radar y = 2 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
		categories = {
			electronics
			radar_tech
		}

	}
	
	cavity_magnatron = { #was decimetric radar	
		coordination_bonus = 0.01
		research_cost = 1.25
		start_year = 1938
		enable_equipment_modules = { 
			ship_radar_2
		}
		folder = {
			name = electronics_folder
			position = { x = @radar y = 6 }
		}
		special_project_specialization = { specialization_air specialization_nuclear }
		path = {
			leads_to_tech = centimetric_radar 
			research_cost_coeff = 1
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = ENG
					tag = USA
				}
				factor = 5
			}
			modifier = {
				date < "1938.1.1"
				factor = 0.5
			}
		}
		categories = {
			electronics
			radar_tech
		}
		
		enable_building = {
			building = radar_station
			level = 2
		}
	}
	centimetric_radar = {
		enable_building = {
			building = radar_station
			level = 4
		}
		special_project_specialization = { specialization_air specialization_nuclear }
		coordination_bonus = 0.02
		static_anti_air_hit_chance_factor = 0.2

		enable_equipment_modules = { 
			ship_radar_3
			air_air_radar_1
			air_ground_radar_1
		}
		
		path = {
			leads_to_tech = phased_array 
			research_cost_coeff = 1
		}
		
		research_cost = 1.25
		start_year = 1940
		
		folder = {
			name = electronics_folder
			position = { x = @radar y = 10 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 4
				OR = {
					tag = ENG
					tag = USA
				}
			}
			modifier = {
				factor = 0.5
				date < "1940.1.1"
			}
		}
		
		categories = {
			electronics
			radar_tech
		}
	}
	
	phased_array = {
		enable_building = {
			building = radar_station
			level = 5
		}
		coordination_bonus = 0.01
		enable_equipment_modules = {
		}

		special_project_specialization = { specialization_air specialization_nuclear }

		static_anti_air_hit_chance_factor = 0.2
		
		path = {
			leads_to_tech = monopulse_radar 
			research_cost_coeff = 1
		}
		
		research_cost = 1.25
		start_year = 1941
		
		folder = {
			name = electronics_folder
			position = { x = @radar y = 12 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = ENG
					tag = USA
				}
				factor = 4
			}
			modifier = {
				date < "1941.1.1"
				factor = 0.5
			}
		}
		
		categories = {
			electronics
			radar_tech
		}
	}
	
	monopulse_radar = {
		enable_building = {
			building = radar_station
			level = 6
		}
		coordination_bonus = 0.01
		enable_equipment_modules = { 
			ship_radar_4
			air_ground_radar_2
			air_air_radar_2
		}
		special_project_specialization = { specialization_air specialization_nuclear }
		
		static_anti_air_hit_chance_factor = 0.2
		
		path = {
			leads_to_tech = radar_6 
			research_cost_coeff = 1
		}
		
		research_cost = 1.25
		start_year = 1942
		
		folder = {
			name = electronics_folder
			position = { x = @radar y = 14 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = ENG
					tag = USA
				}
				factor = 5
			}
		}
		
		categories = {
			electronics
			radar_tech
		}
	}
	
	radar_6 = {
		coordination_bonus = 0.01
		static_anti_air_hit_chance_factor = 0.1
		
		enable_building = {
			building = radar_station
			level = 7
		}
		enable_equipment_modules = { 
			air_air_radar_3
			ship_radar_5
		}
		
		path = {
			leads_to_tech = radar_7 
			research_cost_coeff = 1
		}
		
		research_cost = 1.25
		start_year = 1944
		
		folder = {
			name = electronics_folder
			position = { x = @radar y = @computing_1944 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = ENG
					tag = USA
				}
				factor = 5
			}
		}
		
		categories = {
			electronics
			radar_tech
		}
		special_project_specialization = { specialization_air specialization_nuclear }
	}
	
	radar_7 = {
		coordination_bonus = 0.01
		static_anti_air_hit_chance_factor = 0.1
		
		enable_building = {
			building = radar_station
			level = 8
		}
		enable_equipment_modules = { 
			ship_radar_6
			air_ground_radar_3
			air_air_radar_4
		}
		
		path = {
			leads_to_tech = radar_8 
			research_cost_coeff = 1
		}
		
		research_cost = 1.25
		start_year = 1948
		
		folder = {
			name = electronics_folder
			position = { x = @radar y = @computing_1948 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = ENG
					tag = USA
				}
				factor = 5
			}
		}
		
		categories = {
			electronics
			radar_tech
		}
		special_project_specialization = { specialization_air specialization_nuclear }
	}
	
	radar_8 = {
		coordination_bonus = 0.01
		static_anti_air_hit_chance_factor = 0.1
		
		enable_building = {
			building = radar_station
			level = 9
		}
		enable_equipment_modules = { 
			ship_radar_7
		}
		
		path = {
			leads_to_tech = radar_9 
			research_cost_coeff = 1
		}
		
		research_cost = 1.25
		start_year = 1952
		
		folder = {
			name = electronics_folder
			position = { x = @radar y = @computing_1952 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = ENG
					tag = USA
				}
				factor = 5
			}
		}
		
		categories = {
			electronics
			radar_tech
		}
		special_project_specialization = { specialization_air specialization_nuclear }
	}
	
	radar_9 = {
		coordination_bonus = 0.01
		static_anti_air_hit_chance_factor = 0.1
		
		enable_building = {
			building = radar_station
			level = 10
		}
		enable_equipment_modules = { 
			ship_radar_8
			air_ground_radar_4
			air_air_radar_5
		}
		
		path = {
			leads_to_tech = radar_10 
			research_cost_coeff = 1
		}
		
		research_cost = 1.25
		start_year = 1956
		
		folder = {
			name = electronics_folder
			position = { x = @radar y = @computing_1956 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = ENG
					tag = USA
				}
				factor = 5
			}
		}
		
		categories = {
			electronics
			radar_tech
		}
		special_project_specialization = { specialization_air specialization_nuclear }
	}
	
	radar_10 = {
		coordination_bonus = 0.01
		air_night_penalty = -0.04
		air_weather_penalty = -0.04
		static_anti_air_hit_chance_factor = 0.1
		
		research_cost = 1.25
		start_year = 1960
		
		folder = {
			name = electronics_folder
			position = { x = @radar y = @computing_1960 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = ENG
					tag = USA
				}
				factor = 5
			}
		}
		
		categories = {
			electronics
			radar_tech
		}
		special_project_specialization = { specialization_air specialization_nuclear }
	}
	
	mechanical_computing = {

		# small boost to research speed
		research_speed_factor = 0.04
		
		path = {
			leads_to_tech = computing_machine 
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = basic_fire_control_system
			research_cost_coeff = 1
		}
		enable_equipment_modules = {
			bomb_sights_1
		}
		
		research_cost = 2.5
		
		folder = {
			name = electronics_folder
			position = { x = 3 y = 2 }
		}
		
		ai_will_do = {
			factor = 10
		}
		
		categories = {
			electronics
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }

	}
	
	computing_machine = {

		# small boost to research speed
		research_speed_factor = 0.05
		
		path = {
			leads_to_tech = improved_computing_machine 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = basic_encryption 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = basic_decryption 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = improved_fire_control_system
			research_cost_coeff = 1
		}
		research_cost = 2.5
		start_year = 1938
		
		folder = {
			name = electronics_folder
			position = { x = @computing y = 6 }
		}
		
		ai_will_do = {
			factor = 6
			
			modifier = {
				factor = 3
				date > "1938.1.6"
			}
			
			modifier = {
				factor = 3
				date > "1939.1.1"
			}
		}
		
		categories = {
			electronics
			encryption_tech
			decryption_tech
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }
	}
	
	improved_computing_machine = {

		# small boost to research speed
		research_speed_factor = 0.08
		enable_equipment_modules = {
			stabilizer
			bomb_sights_2
		}
		path = {
			leads_to_tech = advanced_computing_machine 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = improved_encryption 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = improved_decryption 
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = advanced_fire_control_system
			research_cost_coeff = 1
		}
		
		research_cost = 2.5
		start_year = 1940
		
		folder = {
			name = electronics_folder
			position = { x = @computing y = 10 }
		}
		
		ai_will_do = {
			factor = 3
			
			modifier = {
				factor = 3
				date > "1940.1.6"
			}
			
			modifier = {
				factor = 3
				date > "1941.1.1"
			}

			modifier = {
				factor = 2
				tag = GER
			}
		}
		
		categories = {
			electronics
			encryption_tech
			decryption_tech
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }
	}
	
	advanced_computing_machine = {

		# small boost to research speed
		research_speed_factor = 0.08
		
		path = {
			leads_to_tech = computing_machine_4
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = advanced_encryption 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = advanced_decryption 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tech_fire_control_system_4
			research_cost_coeff = 1
		}
		
		research_cost = 2.5
		start_year = 1942
		
		folder = {
			name = electronics_folder
			position = { x = @computing y = 14 }
		}
		
		ai_will_do = {
			factor = 3
			
			modifier = {
				factor = 3
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 3
				date > "1943.1.1"
			}
		}
		
		categories = {
			electronics
			encryption_tech
			decryption_tech
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }
	}
	
	computing_machine_4 = {

		enable_equipment_modules = {
			stabilizer_2
		}
		# small boost to research speed
		research_speed_factor = 0.04
		
		path = {
			leads_to_tech = computing_machine_5
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = encryption4 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = decryption4 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tech_fire_control_system_5
			research_cost_coeff = 1
		}
		
		research_cost = 2.5
		start_year = 1944
		
		folder = {
			name = electronics_folder
			position = { x = @computing y = @computing_1944 }
		}
		
		ai_will_do = {
			factor = 3
		}
		
		categories = {
			electronics
			encryption_tech
			decryption_tech
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }
	}
	
	computing_machine_5 = {

		# small boost to research speed
		research_speed_factor = 0.04
		
		path = {
			leads_to_tech = computing_machine_6
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = encryption5 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = decryption5 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tech_fire_control_system_6
			research_cost_coeff = 1
		}
		
		research_cost = 2.5
		start_year = 1948
		
		folder = {
			name = electronics_folder
			position = { x = @computing y = @computing_1948 }
		}
		
		ai_will_do = {
			factor = 3
		}
		
		categories = {
			electronics
			encryption_tech
			decryption_tech
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }
	}
	
	computing_machine_6 = {

		# small boost to research speed
		research_speed_factor = 0.04
		
		path = {
			leads_to_tech = computing_machine_7
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = encryption6 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = decryption6 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tech_fire_control_system_7
			research_cost_coeff = 1
		}
		
		research_cost = 2.5
		start_year = 1952
		
		folder = {
			name = electronics_folder
			position = { x = @computing y = @computing_1952 }
		}
		
		ai_will_do = {
			factor = 3
		}
		
		categories = {
			electronics
			encryption_tech
			decryption_tech
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }
	}
	
	computing_machine_7 = {

		enable_equipment_modules = {
			stabilizer_3
		}
		# small boost to research speed
		research_speed_factor = 0.04
		
		path = {
			leads_to_tech = computing_machine_8
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = encryption7
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = decryption7
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tech_fire_control_system_8
			research_cost_coeff = 1
		}
		
		research_cost = 2.5
		start_year = 1956
		
		folder = {
			name = electronics_folder
			position = { x = @computing y = @computing_1956 }
		}
		
		ai_will_do = {
			factor = 3
		}
		
		categories = {
			electronics
			encryption_tech
			decryption_tech
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }
	}
	
	computing_machine_8 = {

		# small boost to research speed
		research_speed_factor = 0.04
		
		path = {
			leads_to_tech = computing_machine_9
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = encryption8
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = decryption8
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tech_fire_control_system_9
			research_cost_coeff = 1
		}
		
		research_cost = 2.5
		start_year = 1960
		
		folder = {
			name = electronics_folder
			position = { x = @computing y = @computing_1960 }
		}
		
		ai_will_do = {
			factor = 3
		}
		
		categories = {
			electronics
			encryption_tech
			decryption_tech
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }
	}
	
	computing_machine_9 = {

		# small boost to research speed
		research_speed_factor = 0.04
		
		path = {
			leads_to_tech = encryption9
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = decryption9
			research_cost_coeff = 1
		}
		
		research_cost = 2.5
		start_year = 1964
		
		folder = {
			name = electronics_folder
			position = { x = @computing y = @computing_1964 }
		}
		
		ai_will_do = {
			factor = 3
		}
		
		categories = {
			electronics
			encryption_tech
			decryption_tech
			computing_tech
		}
		special_project_specialization = { specialization_nuclear }
	}
	
	basic_encryption = {

		# encryption 1
		encryption = 1
		
		research_cost = 1
		start_year = 1938
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		folder = {
			name = electronics_folder
			position = { x = @encryption_x y = @computing_1938 }
		}
		
		ai_will_do = {
			factor = 1.75
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			encryption_tech
		}
	}
	
	improved_encryption = {

		# encryption 2
		encryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		research_cost = 1
		start_year = 1940
		
		folder = {
			name = electronics_folder
			position = { x = @encryption_x y = @computing_1940 }
		}
		
		ai_will_do = {
			factor = 1.75
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			encryption_tech
		}
	}
	
	advanced_encryption = {

		# encryption 3
		encryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		research_cost = 1
		start_year = 1942
		
		folder = {
			name = electronics_folder
			position = { x = @encryption_x y = @computing_1942 }
		}
		
		ai_will_do = {
			factor = 1.75
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			encryption_tech
		}
	}
	
	encryption4 = {

		# encryption 3
		encryption = 1
		
		research_cost = 1
		
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		folder = {
			name = electronics_folder
			position = { x = @encryption_x y = @computing_1944 }
		}
		
		ai_will_do = {
			factor = 1.75
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			encryption_tech
		}
	}

	encryption5 = {

		# encryption 3
		encryption = 1
		
		research_cost = 1
		
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		folder = {
			name = electronics_folder
			position = { x = @encryption_x y = @computing_1948 }
		}
		
		ai_will_do = {
			factor = 1.75
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			encryption_tech
		}
	}

	encryption6 = {

		# encryption 3
		encryption = 1
		
		research_cost = 1
		
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		folder = {
			name = electronics_folder
			position = { x = @encryption_x y = @computing_1952 }
		}
		
		ai_will_do = {
			factor = 1.75
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			encryption_tech
		}
	}

	encryption7 = {

		# encryption 3
		encryption = 1
		
		research_cost = 1
		
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		folder = {
			name = electronics_folder
			position = { x = @encryption_x y = @computing_1956 }
		}
		
		ai_will_do = {
			factor = 1.75
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			encryption_tech
		}
	}
	
	encryption8 = {

		# encryption 3
		encryption = 1
		
		research_cost = 1
		
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		folder = {
			name = electronics_folder
			position = { x = @encryption_x y = @computing_1960 }
		}
		
		ai_will_do = {
			factor = 1.75
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			encryption_tech
		}
	}
	
	encryption9 = {

		# encryption 3
		encryption = 1
		
		research_cost = 1
		
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		folder = {
			name = electronics_folder
			position = { x = @encryption_x y = @computing_1964 }
		}
		
		ai_will_do = {
			factor = 1.75
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			encryption_tech
		}
	}
	
	basic_decryption = {

		# decryption 1
		decryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		research_cost = 1.5
		start_year = 1938
		
		folder = {
			name = electronics_folder
			position = { x = @decryption_x y = @computing_1938 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			decryption_tech
		}
	}
	
	improved_decryption = {

		# decryption 2
		decryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		research_cost = 1.5
		start_year = 1940
		
		folder = {
			name = electronics_folder
			position = { x = @decryption_x y = @computing_1940 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			decryption_tech
		}
	}
	
	advanced_decryption = {

		# decryption 3
		decryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		research_cost = 1.5
		start_year = 1942
		
		folder = {
			name = electronics_folder
			position = { x = @decryption_x y = @computing_1942 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			decryption_tech
		}
	}

	decryption4 = {

		# decryption 3
		decryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		
		research_cost = 1.5
		
		folder = {
			name = electronics_folder
			position = { x = @decryption_x y = @computing_1944 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			decryption_tech
		}
	}
	
	decryption5 = {

		# decryption 3
		decryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		
		research_cost = 1.5
		
		folder = {
			name = electronics_folder
			position = { x = @decryption_x y = @computing_1948 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			decryption_tech
		}
	}
	
	decryption6 = {

		# decryption 3
		decryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		
		research_cost = 1.5
		
		folder = {
			name = electronics_folder
			position = { x = @decryption_x y = @computing_1952 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			decryption_tech
		}
	}
	
	decryption7 = {

		# decryption 3
		decryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		
		research_cost = 1.5
		
		folder = {
			name = electronics_folder
			position = { x = @decryption_x y = @computing_1956 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			decryption_tech
		}
	}
	
	decryption8 = {

		# decryption 3
		decryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		
		research_cost = 1.5
		
		folder = {
			name = electronics_folder
			position = { x = @decryption_x y = @computing_1960 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			decryption_tech
		}
	}
	
	decryption9 = {

		# decryption 3
		decryption = 1
		allow_branch = {
			NOT = { has_dlc = "La Resistance" }
		}
		
		research_cost = 1.5
		
		folder = {
			name = electronics_folder
			position = { x = @decryption_x y = @computing_1964 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				num_of_military_factories < 50
				factor = 1.5 # not a major
			}
			modifier = {
				factor = 3

				tag = GER
			}
			modifier = {
				factor = 3

				tag = SOV
			}
		}
		
		categories = {
			electronics
			decryption_tech
		}
	}
	
	basic_fire_control_system = {

		allow_branch = {
			has_dlc = "Man the Guns"
		}

		enable_equipment_modules = { 
			ship_fire_control_system_1
		}
		
		research_cost = 1
		
		folder = {
			name = electronics_folder
			position = { x = @firecontrol y = 4 }
		}
		
		ai_will_do = {
			factor = 0.75
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
				factor = 3
			}
			modifier = {
				OR = {
					can_research = improved_fire_control_system
					has_tech = improved_fire_control_system
				}
				factor = 0
			}
		}
		
		categories = {
			electronics
			computing_tech
			naval_equipment
		}
	}

	improved_fire_control_system = {

		enable_equipment_modules = { 
			ship_fire_control_system_2
		}
		
		research_cost = 1
		allow_branch = {
			has_dlc = "Man the Guns"
		}
		folder = {
			name = electronics_folder
			position = { x = @firecontrol y = 8 }
		}
		
		ai_will_do = {
			factor = 0.75
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
				factor = 3
			}
			modifier = {
				OR = {
					can_research = advanced_fire_control_system
					has_tech = advanced_fire_control_system
				}
				factor = 0
			}
		}
		
		categories = {
			electronics
			computing_tech
			naval_equipment
		}
	}

	advanced_fire_control_system = {

		enable_equipment_modules = { 
			ship_fire_control_system_3
		}
		allow_branch = {
			has_dlc = "Man the Guns"
		}
		
		research_cost = 1
		
		folder = {
			name = electronics_folder
			position = { x = @firecontrol y = 12 }
		}
		
		ai_will_do = {
			factor = 0.75
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
				factor = 3
			}
			
		}
		
		categories = {
			electronics
			computing_tech
			naval_equipment
		}
	}

	tech_fire_control_system_4 = {

		enable_equipment_modules = { 
			ship_fire_control_system_4
		}
		allow_branch = {
			has_dlc = "Man the Guns"
		}
		
		research_cost = 1
		
		folder = {
			name = electronics_folder
			position = { x = @firecontrol y = 16 }
		}
		
		ai_will_do = {
			factor = 0.75
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
				factor = 3
			}
			modifier = {
				OR = {
					can_research = tech_fire_control_system_5
					has_tech = tech_fire_control_system_5
				}
				factor = 0
			}
		}
		
		categories = {
			electronics
			computing_tech
			naval_equipment
		}
	}

	tech_fire_control_system_5 = {

		enable_equipment_modules = { 
			ship_fire_control_system_5
		}
		allow_branch = {
			has_dlc = "Man the Guns"
		}
		
		research_cost = 1
		
		folder = {
			name = electronics_folder
			position = { x = @firecontrol y = 20 }
		}
		
		ai_will_do = {
			factor = 0.75
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
				factor = 3
			}
			modifier = {
				OR = {
					can_research = tech_fire_control_system_6
					has_tech = tech_fire_control_system_6
				}
				factor = 0
			}
		}
		
		categories = {
			electronics
			computing_tech
			naval_equipment
		}
	}

	tech_fire_control_system_6 = {

		enable_equipment_modules = { 
			ship_fire_control_system_6
		}
		allow_branch = {
			has_dlc = "Man the Guns"
		}
		
		research_cost = 1
		
		folder = {
			name = electronics_folder
			position = { x = @firecontrol y = 24 }
		}
		
		ai_will_do = {
			factor = 0.75
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
				factor = 3
			}
			modifier = {
				OR = {
					can_research = tech_fire_control_system_7
					has_tech = tech_fire_control_system_7
				}
				factor = 0
			}
		}
		
		categories = {
			electronics
			computing_tech
			naval_equipment
		}
	}

	tech_fire_control_system_7 = {

		enable_equipment_modules = { 
			ship_fire_control_system_7
		}
		allow_branch = {
			has_dlc = "Man the Guns"
		}
		
		research_cost = 1
		
		folder = {
			name = electronics_folder
			position = { x = @firecontrol y = 28 }
		}
		
		ai_will_do = {
			factor = 0.75
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
				factor = 3
			}
		}
		
		categories = {
			electronics
			computing_tech
			naval_equipment
		}
	}

	tech_fire_control_system_8 = {

		enable_equipment_modules = { 
			ship_fire_control_system_8
		}
		allow_branch = {
			has_dlc = "Man the Guns"
		}
		
		research_cost = 1
		
		folder = {
			name = electronics_folder
			position = { x = @firecontrol y = 32 }
		}
		
		ai_will_do = {
			factor = 0.75
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
				factor = 3
			}
		}
		
		categories = {
			electronics
			computing_tech
			naval_equipment
		}
	}


###  ##  ###  ### ### ### ###  ##   ##  ### ###  ##  #  #     ### ###  ##  #  # #  #  ##  #    ##   ##  #   #     
#   #  # #  #  #   #  #    #  #  # #  #  #   #  #  # ## #      #  #   #  # #  # ## # #  # #   #  # #     # #      
##  #  # ###   #   #  ##   #  #    ####  #   #  #  # # ##      #  ##  #    #### # ## #  # #   #  # # ##   #       
#   #  # #  #  #   #  #    #  #  # #  #  #   #  #  # #  #      #  #   #  # #  # #  # #  # #   #  # #  #   #       
#    ##  #  #  #  ### #   ###  ##  #  #  #  ###  ##  #  #      #  ###  ##  #  # #  #  ##  ###  ##   ##    #       

	basic_fortification_tech = {
			
		path = {
			leads_to_tech = coastal_fort_tech_1 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = land_fort_tech_1 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = stronghold_network_tech 
			research_cost_coeff = 1
		}

		bunker_max_level_terrain_limit = 1
		coastal_bunker_max_level_terrain_limit = 1

		on_research_complete = {
			if = {
				limit = {
					has_dlc = "Gotterdammerung"
				}
				custom_effect_tooltip = {
					localization_key = SP_UNLOCK_PROJECT
					PROJECT = sp_land_stronghold_network	
				}
			}
		}
		
		research_cost = 1.5
		start_year = 1935
		folder = {
			name = electronics_folder
			position = { x = 1 y = 0 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}

	}

	stronghold_network_tech = {
		allow_branch = {
			 has_dlc = "Gotterdammerung"
		}
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_land_stronghold_network
			}
		}

		is_special_project_tech = yes

		research_cost = 1.5
#		start_year = 1936
		folder = {
			name = electronics_folder
			position = { x = 1 y = 2 }
		}
		enable_building = {
			building = stronghold_network
			level = 1
		}
	}

	land_fort_tech_1 = {

		enable_equipment_modules = {
			lc_bunker_emplacement #Module for Land Cruiser
		}
			
		path = {
			leads_to_tech = land_fort_tech_2 
			research_cost_coeff = 1
		}

		bunker_max_level_terrain_limit = 1
		
		research_cost = 1.5
		start_year = 1938
		folder = {
			name = electronics_folder
			position = { x = 0 y = 6 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}

	land_fort_tech_2 = {

		bunker_max_level_terrain_limit = 1
		
		path = {
			leads_to_tech = land_fort_tech_3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1940
		folder = {
			name = electronics_folder
			position = { x = 0 y = 10 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}

	land_fort_tech_3 = {

		bunker_max_level_terrain_limit = 1
		
		path = {
			leads_to_tech = land_fort_tech_4
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1942
		folder = {
			name = electronics_folder
			position = { x = 0 y = @computing_1942 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}

	land_fort_tech_4 = {

		bunker_max_level_terrain_limit = 1
		
		path = {
			leads_to_tech = land_fort_tech_5 
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1944
		folder = {
			name = electronics_folder
			position = { x = 0 y = @computing_1944 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}

	land_fort_tech_5 = {

		bunker_max_level_terrain_limit = 1
		

		research_cost = 1.5
		start_year = 1948
		folder = {
			name = electronics_folder
			position = { x = 0 y = @computing_1948 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}


	coastal_fort_tech_1 = {

			
		path = {
			leads_to_tech = coastal_fort_tech_2 
			research_cost_coeff = 1
		}

		coastal_bunker_max_level_terrain_limit = 1
		
		research_cost = 1.5
		start_year = 1936
		folder = {
			name = electronics_folder
			position = { x = 2 y = 4 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}

	coastal_fort_tech_2 = {

		coastal_bunker_max_level_terrain_limit = 1
		
		path = {
			leads_to_tech = coastal_fort_tech_3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1940
		folder = {
			name = electronics_folder
			position = { x = 2 y = 10 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}

	coastal_fort_tech_3 = {

		coastal_bunker_max_level_terrain_limit = 1
		
		path = {
			leads_to_tech = coastal_fort_tech_4
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1942
		folder = {
			name = electronics_folder
			position = { x = 2 y = @computing_1942 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}

	coastal_fort_tech_4 = {

		coastal_bunker_max_level_terrain_limit = 1
		
		path = {
			leads_to_tech = coastal_fort_tech_5
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1944
		folder = {
			name = electronics_folder
			position = { x = 2 y = @computing_1944 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}

	coastal_fort_tech_5 = {

		coastal_bunker_max_level_terrain_limit = 1
		

		research_cost = 1.5
		start_year = 1948
		folder = {
			name = electronics_folder
			position = { x = 2 y = @computing_1948 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			cat_fortification
		}
		

	}




###   ##   ##  # # ### ### ###  #   # 
#  # #  # #  # # # #    #  #  #  # #  
###  #  # #    ##  ##   #  ###    #   
#  # #  # #  # # # #    #  #  #   #   
#  #  ##   ##  # # ###  #  #  #   #   

	
	air_engine = {
		path = {
			leads_to_tech = experimental_rockets
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = plane_quality_control 
			research_cost_coeff = 1
		}
		research_cost = 1.25
		start_year = 1930
		folder = {
			name = electronics_folder
			position = { x = 0 y = -2 }
		}
		#folder = {
		#	name = air_techs_folder
		#	position = { x = 2 y = 4 }
		#}		
		ai_will_do = {
			factor = 20
		}
		desc = "IMP_ENGINES_SPECIAL"
		on_research_complete = {
			custom_effect_tooltip = IMP_ENGINES_RESEARCHED
		}
		categories = {
			rocketry
			jet_technology
		}	
	}

	plane_quality_control = {
		#path = {
		#	leads_to_tech = experimental_rockets
		#	research_cost_coeff = 1
		#}
		research_cost = 1.1
		start_year = 1930
		folder = {
			name = electronics_folder
			position = { x = 2 y = -1 }
		}		
		ai_will_do = {
			factor = 8
			modifier = {
				add = 8
				has_war = yes
			}
		}
		category_fighter = {
			reliability_factor = 0.04
		}
		category_heavy_fighter = {
			reliability_factor = 0.04
		}
		category_cas = {
			reliability_factor = 0.04
		}
		category_nav_bomber = {
			reliability_factor = 0.04
		}
		category_strat_bomber = {
			reliability_factor = 0.04
		}
		categories = {
			rocketry
			jet_technology
		}	
	}
	
	experimental_rockets = {

		enable_building = {
			building = rocket_site
			level = 3
		}
		
		path = {
			leads_to_tech = sptech_rocket_engine_1 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = sptech_rockets_rocket_bomber 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = sptech_rockets_ballistic_missile 
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1942
		
		folder = {
			name = electronics_folder
			position = { x = 0 y = @rockets_1942 }
		}

		on_research_complete = {
			if = {
				limit = {
					has_dlc = "Gotterdammerung"
				}
				custom_effect_tooltip = {
					localization_key = SP_UNLOCK_TECH_WITH_EXTRA_PROJECT
					TECH = sp_artillery_rocket_assisted_projectiles_tech
					EXTRA_PROJECT = sp_land_super_heavy_howitzer
				}
			}
			custom_effect_tooltip = {
				localization_key = SP_UNLOCK_PROJECT
				PROJECT = sp_rockets_flying_bomb	
			}
			custom_effect_tooltip = {
				localization_key = SP_UNLOCK_PROJECT
				PROJECT = sp_rockets_ballistic_missile	
			}
			custom_effect_tooltip = {
				localization_key = SP_UNLOCK_PROJECT
				PROJECT = sp_rocket_interceptor	
			}						
		}
	
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 4
				air_facility > 0
			}
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}
	
	rocket_engines = {

		show_equipment_icon = yes

		# can build v1s/rocket planes
		enable_equipments = {
			limit = {
				NOT = { has_dlc = "By Blood Alone" }
			}
			rocket_interceptor_equipment_1
		}
		#enable_equipments = {
		#	guided_missile_equipment_1
		#}

		enable_equipment_modules = {
			rocket_engine_1
		}
		
		#rocket_artillery = { # Effects moved to the next rocket tech
		#	soft_attack = 0.05
		#}
		#rocket_artillery_brigade = {
		#	soft_attack = 0.05
		#}
		#mot_rocket_artillery_brigade = {
		#	soft_attack = 0.05
		#}
		#motorized_rocket_brigade = {
		#	soft_attack = 0.05
		#}
		
	#	path = {
	#		leads_to_tech = improved_rocket_engines 
	#		research_cost_coeff = 1
	#	}
	#	path = {
	#		leads_to_tech = jet_engines 
	#		research_cost_coeff = 1
	#	}
		
		research_cost = 2
		start_year = 1944
		
	#	folder = {
	#		name = electronics_folder
	#		position = { x = 0 y = 2 }
	#	}
		
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}		
	}

	sptech_rockets_rocket_bomber = {
		show_equipment_icon = yes
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_rockets_flying_bomb
			}
		}

#		special_project_specialization = { specialization_air }

		is_special_project_tech = yes

		enable_equipments = {
			guided_missile_equipment_1
		}
		
		path = {
			leads_to_tech = sp_rockets_improved_guidance 
			research_cost_coeff = 1
		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = 8 y = 4 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
		categories = {
			rocketry
		}
	}

	sp_rockets_improved_guidance = {
#		allow = {
#	 		ROOT = {
#				is_special_project_completed = sp:sp_rockets_flying_bomb
#			}
#		}

		special_project_specialization = { specialization_air }

#		is_special_project_tech = yes

		enable_equipments = {
			#guided_missile_equipment_2
		}
		
		enable_equipment_modules = {
#			guided_anti_ship_missile
		}
		guided_missile = { 
			air_range = 0.25
		}

		rocket_artillery = {
			soft_attack = 0.1
		}
		rocket_artillery_brigade = {
			soft_attack = 0.1
		}
		mot_rocket_artillery_brigade = {
			soft_attack = 0.1
		}
		motorized_rocket_brigade = {
			soft_attack = 0.1
		}
		
		path = {
			leads_to_tech = tech_anti_ship_missile_1 
			research_cost_coeff = 1
		}
		
		research_cost = 1
		start_year = 1943
		
		folder = {
			name = electronics_folder
			position = { x = 8 y = @rockets_1943 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
	}

	tech_anti_ship_missile_1 = {
		enable_equipment_modules = {
			guided_anti_ship_missile
		}
		research_cost = 1.5
		start_year = 1944
		
		path = {
			leads_to_tech = tech_anti_ship_missile_2
			research_cost_coeff = 1
		}

		folder = {
			name = electronics_folder
			position = { x = 8 y = @rockets_1944}
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}
	
	tech_anti_ship_missile_2 = {
		enable_equipment_modules = { 
			guided_anti_ship_missile_2
		}
		research_cost = 1.5
		start_year = 1950
		
		path = {
			leads_to_tech = tech_anti_ship_missile_3
			research_cost_coeff = 1
		}

#		dependencies = {
#			rocket_engines_4 = 1
#		}
		folder = {
			name = electronics_folder
			position = { x = 8 y = @rockets_1950}
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}
	
	tech_anti_ship_missile_3 = {
		enable_equipment_modules = { 
			guided_anti_ship_missile_3
		}
		research_cost = 1.5
		start_year = 1954
		
#		dependencies = {
#			rocket_engines_5 = 1
#		}
		path = {
			leads_to_tech = tech_anti_ship_missile_4
			research_cost_coeff = 1
		}

		folder = {
			name = electronics_folder
			position = { x = 8 y = @rockets_1954}
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}
	
	tech_anti_ship_missile_4 = {
		enable_equipment_modules = { 
			guided_anti_ship_missile_4
		}
		enable_equipment_modules = { 
			ship_ssm_1
		}
		research_cost = 1.5
		start_year = 1958
		
#		dependencies = {
#			rocket_engines_6 = 1
#		}
		path = {
			leads_to_tech = tech_anti_ship_missile_5
			research_cost_coeff = 1
		}

		folder = {
			name = electronics_folder
			position = { x = 8 y = @rockets_1958}
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}
	
	tech_anti_ship_missile_5 = {
		enable_equipment_modules = { 
			guided_anti_ship_missile_5
		}
		enable_equipment_modules = { 
			ship_ssm_2
		}
		research_cost = 1.5
		start_year = 1962
		
#		dependencies = {
#			rocket_engines_7 = 1
#		}
		folder = {
			name = electronics_folder
			position = { x = 8 y = @rockets_1962}
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}

	sptech_rockets_ballistic_missile = {
		show_equipment_icon = yes
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_rockets_ballistic_missile
			}
		}

		is_special_project_tech = yes

		enable_equipments = {
			limit = {
				has_dlc = "Gotterdammerung"
			}
			ballistic_missile_equipment_1
		}
		enable_equipments = {
			limit = {
				NOT = { has_dlc = "Gotterdammerung" }
			}
			guided_missile_equipment_2
		}
		
		path = {
			leads_to_tech = sptech_rockets_medium_range_ballistic_missile
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = sptech_rockets_ground_to_air_missile
			research_cost_coeff = 1
		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = 0 y = 4 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
		categories = {
			rocketry
		}
	}
	
	sptech_rockets_medium_range_ballistic_missile = {
		show_equipment_icon = yes
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_rockets_medium_range_ballistic_missile
			}
		}

		is_special_project_tech = yes

		enable_equipments = {
			limit = {
				has_dlc = "Gotterdammerung"
			}
			ballistic_missile_equipment_2
		}
		enable_equipments = {
			limit = {
				NOT = { has_dlc = "Gotterdammerung" }
			}
			guided_missile_equipment_3
		}
		
		path = {
			leads_to_tech = sptech_nuclear_warheads
			research_cost_coeff = 1
		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = 0 y = @rockets_1944 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
		categories = {
			rocketry
		}
	}
	
	sptech_nuclear_warheads = {
		show_equipment_icon = yes
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_nuclear_warheads
			}
		}
		allow_branch = {
			has_dlc = "Gotterdammerung"
		}

		is_special_project_tech = yes

		enable_equipments = {
			nuclear_missile_equipment_1
		}
		
		path = {
			leads_to_tech = sptech_rockets_long_range_ballistic_missile
			research_cost_coeff = 1
		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = 0 y = @rockets_1946 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
		categories = {
			rocketry
		}
	}
	
	sptech_rockets_long_range_ballistic_missile = {
		show_equipment_icon = yes
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_rockets_long_range_ballistic_missile
			}
		}
		allow_branch = {
			has_dlc = "Gotterdammerung"
		}

		is_special_project_tech = yes

		enable_equipments = {
			#ballistic_missile_equipment_3
			nuclear_missile_equipment_2
		}
		
#		path = {
#			leads_to_tech = sptech_rockets_improved_missile
#			research_cost_coeff = 1
#		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = 0 y = @rockets_1948 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
		categories = {
			rocketry
		}
	}
	
	sptech_rockets_ground_to_air_missile = {
#		show_equipment_icon = yes
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_rockets_ground_to_air_missile
			}
		}
		allow_branch = {
			has_dlc = "Gotterdammerung"
		}

		is_special_project_tech = yes

		enable_equipments = {
			sam_missile_equipment_1
		}
		
		path = {
			leads_to_tech = tech_anti_aircraft_missile_1
			research_cost_coeff = 1
		}
		
		research_cost = 2
		
		folder = {
			name = electronics_folder
			position = { x = 4 y = @rockets_1943 }
		}
		
		ai_will_do = {
			factor = 0
		}
		
		categories = {
			rocketry
		}
	}
	
	tech_anti_aircraft_missile_1 = {
		show_equipment_icon = yes
		enable_equipments = {
			sam_missile_equipment_2
		}
		enable_equipment_modules = { 
			plane_aam_1
		}
		
		research_cost = 1.5
		start_year = 1950
		
		path = {
			leads_to_tech = tech_anti_aircraft_missile_2
			research_cost_coeff = 1
		}

		folder = {
			name = electronics_folder
			position = { x = 4 y = @rockets_1950}
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}
	
	tech_anti_aircraft_missile_2 = {
		show_equipment_icon = yes
		enable_equipment_modules = { 
			plane_aam_2
			ship_sam_1
			tank_sam_1
		}
		enable_equipments = {
#			sam_missile_equipment_3
		}
		
		research_cost = 1.5
		start_year = 1954
		
#		dependencies = {
#			rocket_engines_5 = 1
#		}
		path = {
			leads_to_tech = tech_anti_aircraft_missile_3
			research_cost_coeff = 1
		}

		folder = {
			name = electronics_folder
			position = { x = 4 y = @rockets_1954}
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}
	
	tech_anti_aircraft_missile_3 = {
		show_equipment_icon = yes
		enable_equipments = {
			sam_missile_equipment_3
		}
		enable_equipment_modules = { 
			plane_aam_3
			ship_sam_2
			tank_sam_2
		}
		
		research_cost = 1.5
		start_year = 1958
		
#		dependencies = {
#			rocket_engines_6 = 1
#		}
		path = {
			leads_to_tech = tech_anti_aircraft_missile_4
			research_cost_coeff = 1
		}

		folder = {
			name = electronics_folder
			position = { x = 4 y = @rockets_1958}
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}
	
	tech_anti_aircraft_missile_4 = {
		show_equipment_icon = yes
		enable_equipment_modules = { 
			plane_aam_4
			ship_sam_3
			tank_sam_3
		}
		enable_equipments = {
#			sam_missile_equipment_5
		}
		
		research_cost = 1.5
		start_year = 1962
		
#		dependencies = {
#			rocket_engines_7 = 1
#		}
		folder = {
			name = electronics_folder
			position = { x = 4 y = @rockets_1962}
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
		special_project_specialization = { specialization_air }
	}
	
	improved_rocket_engines = {

		show_equipment_icon = yes
		
		# can build v2s
		
		enable_equipments = {
			limit = {
				NOT = { has_dlc = "By Blood Alone" }
			}
			rocket_interceptor_equipment_2
		}
		enable_equipments = {
			#guided_missile_equipment_2
		}

		enable_equipment_modules = {
			rocket_engine_2
		}
		
		rocket_artillery = {
			soft_attack = 0.05
		}
		rocket_artillery_brigade = {
			soft_attack = 0.05
		}
		mot_rocket_artillery_brigade = {
			soft_attack = 0.05
		}
		motorized_rocket_brigade = {
			soft_attack = 0.05
		}
		
		research_cost = 1.5
		start_year = 1945
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
	}
	
	advanced_rocket_engines = {

		show_equipment_icon = yes

		# can build ICBMs?
		
		enable_equipments = {
			limit = {
				NOT = { has_dlc = "By Blood Alone" }
			}
			rocket_interceptor_equipment_3
		}
		enable_equipments = {
			#guided_missile_equipment_3
		}

		enable_equipment_modules = {
			rocket_engine_3
			guided_anti_ship_missile
		}
		
		rocket_artillery_brigade = {
			soft_attack = 0.05
		}
		mot_rocket_artillery_brigade = {
			soft_attack = 0.05
		}
		motorized_rocket_brigade = {
			soft_attack = 0.05
		}
		
		research_cost = 1.5
		start_year = 1946
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			rocketry
		}
	}
	sliderule = {
		research_speed_factor = 0.01		
		path = {
			leads_to_tech = atomic_research 
			research_cost_coeff = 1
		}	
		research_cost = 1.5
		start_year = 1900
		folder = {
			name = electronics_folder
			position = { x = 0 y = -2 }
		}
		ai_will_do = {
			factor = 30			
			modifier = {
				factor = 3
				date > "1934.1.1"
			}
		}	
		categories = {
			nuclear
		}		
	}	
	atomic_research = {

		research_speed_factor = 0.04
		
		path = {
			leads_to_tech = nuclear_reactor 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nuclear_reactor_heavy_water 
			research_cost_coeff = 1
		}
		
		start_year = 1940
		research_cost = 5
		
		folder = {
			name = electronics_folder
			position = { x = 0 y = 0 }
		}
		
		ai_will_do = {
			base = 1
			
			modifier = {
				factor = 1.2
				date > 1941.1.1
			}
			
			modifier = {
				factor = 1.2
				date > 1942.1.1
			}
			
			modifier = {
				factor = 1.2
				date > 1943.1.1
			}

			modifier = {
				factor = 2
				is_major = yes
				date > 1943.1.1
			}

			modifier = {
				factor = 4
				tag = USA
			}

			modifier = {
				add = 50
				PHI_SEA = yes
				has_completed_focus = PHI_weapons_of_war
			}

			modifier = {
				factor = 4
				nuclear_facility > 0
			}

		}
		
		categories = {
			nuclear
		}

		special_project_specialization = { specialization_nuclear }
		
		on_research_complete = {
			custom_effect_tooltip = {
				localization_key = SP_UNLOCK_PROJECT
				PROJECT = sp_nuclear_reactor	
			}

			hidden_effect = {
				if = {
					limit = {
						has_dlc = "By Blood Alone"
					}
					if = {
						limit = {
							check_variable = { global.atomic_research_race < 3 }
						}
						add_to_variable = { global.atomic_research_race = 1 }
						if = {
							limit = {
								original_tag = ITA
								NOT = { has_country_flag = ITA_pioneer_in_atomic_research_flag }
							}
							set_country_flag = ITA_pioneer_in_atomic_research_flag
						}
						else_if = {
							limit = {
								check_variable = { global.atomic_research_race = 3 }
								NOT = {
									any_country = {
										original_tag = ITA
										has_country_flag = ITA_pioneer_in_atomic_research_flag
									}
								}
							}
							random_country = {
								limit = {
									original_tag = ITA
								}
								set_country_flag = ITA_late_to_the_atomic_party_flag
							}
						}
					}
				}
			}
		}
	}
	
	nuclear_reactor = {

		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_nuclear_reactor
			}
			always = no
		}
		XOR = {
			nuclear_reactor_heavy_water
		}
		is_special_project_tech = yes
		
		# can build reactors
		enable_building = {
			building = nuclear_reactor
			level = 1
		}
		research_cost = 5
		
		folder = {
			name = electronics_folder
			position = { x = -1 y = 2 }
		}

		path = {
			leads_to_tech = nukes 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = commercial_nuclear_reactor_tech 
			research_cost_coeff = 1
		}
		
		ai_will_do = {
			factor = 0
		}
		
		categories = {
			nuclear
		}

#		special_project_specialization = { specialization_nuclear }
		
	}

	nuclear_reactor_heavy_water = {

		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_nuclear_reactor
			}
			always = no
		}
		XOR = {
			nuclear_reactor
		}
		is_special_project_tech = yes
		# can build reactors
		enable_building = {
			building = nuclear_reactor_heavy_water
			level = 1
		}
		
#		start_year = 1943
		research_cost = 5
		
		folder = {
			name = electronics_folder
			position = { x = 1 y = 2 }
		}

		path = {
			leads_to_tech = nukes 
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = commercial_nuclear_reactor_tech 
			research_cost_coeff = 1
		}
		
		ai_will_do = {
			factor = 0
		}
		
		categories = {
			nuclear
		}

#		special_project_specialization = { specialization_nuclear }
		
	}

	nukes = {
	
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_nuclear_bomb
			}
		}
#		start_year = 1945
		is_special_project_tech = yes
		
		research_cost = 5
		
		folder = {
			name = electronics_folder
			position = { x = 0 y = 6 }
		}
		
		path = {
			leads_to_tech = thermonuclear_bombs 
			research_cost_coeff = 1
		}
		ai_will_do = {
			factor = 0
		}
		
		nuclear_production = 0.5
		on_research_complete = {
			if = {
				limit = {
					tag = USA
					has_war_with = JAP
				}
				play_warning_to_japan_effect = yes
			}
		}
		categories = {
			nuclear
		}
#		special_project_specialization = { specialization_nuclear }
	}

	thermonuclear_bombs = {
	
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_thermo_nuclear_bomb
			}
		}
		allow_branch = {
			has_dlc = "Gotterdammerung"
		}
#		start_year = 1950
		is_special_project_tech = yes
		research_cost = 5

		folder = {
			name = electronics_folder
			position = { x = 0 y = 8 }
		}
		
		ai_will_do = {
			factor = 0
		}
		# TODO_ASD: Enable when code implemented
		#THERMONUCLEAR_BOMB_PRODUCTION_SCALE = 1
		thermonuclear_production = 1

		categories = {
			nuclear
		}
	}	

	commercial_nuclear_reactor_tech = {
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_commercial_nuclear_reactor
			}
		}
		allow_branch = {
			has_dlc = "Gotterdammerung"
		}

#		start_year = 1936
		is_special_project_tech = yes
		research_cost = 5

		folder = {
			name = electronics_folder
			position = { x = 2 y = 4 }
		}
		path = {
			leads_to_tech = sptech_nuclear_engines 
			research_cost_coeff = 1
		}
		enable_building = {
			building = commercial_nuclear_reactor
			level = 1
		}
	}

	sptech_nuclear_engines = {
		allow = {
	 		ROOT = {
				is_special_project_completed = sp:sp_nuclear_engines
			}
		}
		allow_branch = {
			has_dlc = "Gotterdammerung"
		}

		desc = "NUCLEAR_MARINE_PROPULSION_SPECIAL"

		on_research_complete = {
			custom_effect_tooltip = nuclear_marine_propulsion_desc
		}
		
#		start_year = 1936
		is_special_project_tech = yes
		research_cost = 5

		folder = {
			name = electronics_folder
			position = { x = 2 y = 6 }
		}
	}

	lar_decryption_bonus_tech = {
				
		research_cost = 1.5 #Carrier Variant
		start_year = 1944

		# only from focus!!! #####
		allow = {
			always = no
		}
		decryption_power = 10

		
		ai_will_do = {
			factor = 0
		}
		################
	}



	########## SPECIAL PROJECTS ##########

	#############################
		### Rocket Projects ###
	#############################
	sptech_rocket_engine_1 = {
		allow = {
		 	ROOT = {
				is_special_project_completed = sp:sp_rocket_interceptor
			}
		}

#		special_project_specialization = { specialization_air }

		is_special_project_tech = yes
				
		enable_equipments = {
			limit = {
				NOT = { has_dlc = "By Blood Alone" }
			}
			rocket_interceptor_equipment_1
		}
		enable_equipment_modules = {
			rocket_engine_1
		}
		
		path = {
			leads_to_tech = sp_rockets_dual_chamber_rocket_engine_1
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1942
		
		folder = {
			name = electronics_folder
			position = { x = -3 y = 4 }
		}

		ai_will_do = {
			factor = 0
		}

		categories = {
			rocketry
		}

	}


	sp_rockets_dual_chamber_rocket_engine_1 = {
		allow = {
		 	ROOT = {
				is_special_project_completed = sp:sp_rocket_interceptor
			}
		}

		special_project_specialization = { specialization_air }

#		is_special_project_tech = yes
				
		enable_equipments = {
			limit = {
				NOT = { has_dlc = "By Blood Alone" }
			}
			rocket_interceptor_equipment_2
		}

		enable_equipment_modules = {
			rocket_engine_2
		}		
		
		path = {
			leads_to_tech = sp_rockets_dual_chamber_rocket_engine_2
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1944
		
		folder = {
			name = electronics_folder
			position = { x = -3 y = @rockets_1944 }
		}

		ai_will_do = {
			factor = 1
		}

		categories = {
			rocketry
		}

	}

	sp_rockets_dual_chamber_rocket_engine_2 = {
		allow = {
		 	ROOT = {
				is_special_project_completed = sp:sp_rocket_interceptor
			}
		}

		special_project_specialization = { specialization_air }

#		is_special_project_tech = yes
				
		enable_equipments = {
			limit = {
				NOT = { has_dlc = "By Blood Alone" }
			}
			rocket_interceptor_equipment_3
		}

		enable_equipment_modules = {
			rocket_engine_3
		}		
		
		research_cost = 1.5
		start_year = 1946
		
		folder = {
			name = electronics_folder
			position = { x = -3 y = @rockets_1946 }
		}

		ai_will_do = {
			factor = 1
		}

		categories = {
			rocketry
		}
	}

}
