#Written by Hiddengearz, Bird
##Improvements in Unit Technologies
technologies = {

	@1945 = 0
	@1965 = 2
	@1985 = 4
	@1995 = 4
	@2005 = 6
	@2015 = 8
	@2035 = 10

	#Y Axis
	@row1 = -4
	@row2 = -2
	@row3 = 0
	@row4 = 2
	@row5 = 4
	@row6 = 5
	@row7 = 7
	@row8 = 9
	@row9 = 11
	@row10 = 13
	@row11 = 15
	@row12 = 17
	@row13 = 19
	@row14 = 21
	@row15 = 23
	@row16 = 25
	@row17 = 27
	@row18 = 29
	@row19 = 31
	@row20 = 33

	#1965
	nsb_attack_helicopter_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_attack_helicopter_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipments = {
			heavy_tank_chassis_0
			heavy_tank_amphibious_chassis_0
		}
		enable_equipment_modules = {
			helicopter_armor_gen1
			light_helicopter_armor_gen1
			helicopter_light_nose_gun_gen1
			helicopter_light_chassis
			helicopter_medium_chassis
			#helicopter_heavy_chassis
			light_gunship_layout
			gunship_layout
			gunship_transport_layout
			armed_transport_layout
			unarmed_transport_layout
			#heavy_unarmed_transport_layout
			#heavy_armed_transport_layout commented heavy layout out until we find a definitive solution for them
			defensive_light_machinegun
		}

		path = {
			leads_to_tech = nsb_attack_helicopter_tech_2
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1965
		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @1965 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}

	#1985
	nsb_attack_helicopter_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_attack_helicopter_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipments = {
			heavy_tank_chassis_1
			heavy_tank_amphibious_chassis_1
		}
		enable_equipment_modules = {
			helicopter_armor_gen2
			light_helicopter_armor_gen2
			helicopter_light_nose_gun_gen2
			defensive_heavy_machinegun
			defensive_minigun
			mast_mounted_camera
		}
		path = {
			leads_to_tech = nsb_attack_helicopter_tech_3
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1985
		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @1985 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}

	#2005
	nsb_attack_helicopter_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_attack_helicopter_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipments = {
			heavy_tank_chassis_2
			heavy_tank_amphibious_chassis_2
		}
		enable_equipment_modules = {
			helicopter_armor_gen3
			light_helicopter_armor_gen3
			helicopter_light_nose_gun_gen3
			mast_mounted_radar
		}
		path = {
			leads_to_tech = nsb_attack_helicopter_tech_4
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2005
		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
			modifier = {
				factor = 0
				date < 2003.1.1
			}
		}
	}

	#2015
	nsb_attack_helicopter_tech_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_attack_helicopter_tech_4"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipments = {
			heavy_tank_chassis_3
			heavy_tank_amphibious_chassis_3
		}
		path = {
			leads_to_tech = nsb_attack_helicopter_tech_5
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @2015 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}

	#2035
	nsb_attack_helicopter_tech_5 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_attack_helicopter_tech_5"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipments = {
			heavy_tank_chassis_4
			heavy_tank_amphibious_chassis_4
		}
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @2035 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}
	#non-nsb attack helicopters
	#1965
	attack_helicopter1 = {
		allow_branch = {
			NOT = { has_dlc = "No Step Back" }
		}

		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			attack_helicopter1 #not created
		}
		enable_subunits = {
            attack_helo_bat
            smol_attack_helo_bat
            attack_helo_comp
            XS_attack_helo_comp
            Team_attack_helo_comp
		}

		path = {
			leads_to_tech = attack_helicopter2
			research_cost_coeff = 1
		}

		research_cost = 1.7
		start_year = 1965

		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @1965 }
		}

		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}

	}

	#1985
	attack_helicopter2 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = { attack_helicopter2 }

		path = {
			leads_to_tech = attack_helicopter3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1985

		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @1995 }
		}

		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}

	#2005
	attack_helicopter3 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			attack_helicopter3 #not created
		}

		path = {
			leads_to_tech = attack_helicopter4
			research_cost_coeff = 1
		}

		research_cost = 2.1
		start_year = 2005

		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @2005 }
		}

		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}



		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				check_variable = { gdp_per_capita < 20 }
			}
			modifier = {
				factor = 0
				date < 2003.1.1
			}
		}
	}

	#2015
	attack_helicopter4 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			attack_helicopter4 #not created
		}

		path = {
			leads_to_tech = attack_helicopter5
			research_cost_coeff = 1
		}

		research_cost = 2.2
		start_year = 2015

		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @2015 }
		}

		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0.5
				date < 2015.01.01
			}
			modifier = {
				factor = 0.2
				date < 2010.01.01
			}
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}

	#2035
	attack_helicopter5 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			attack_helicopter5
		}

		research_cost = 2.4
		start_year = 2035

		folder = {
			name = air_techs_folder
			position = { x = @row3 y = @2035 }
		}

		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}


		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0.5
				date < 2035.01.01
			}
			modifier = {
				factor = 0.2
				date < 2030.01.01
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}
	# Helicopter Operations/Technologies
	helo_ops_tech = {
		allow_branch = { has_dlc = "No Step Back" }

		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		path = {
			leads_to_tech = nsb_transport_helicopter1
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = nsb_attack_helicopter_tech_1
			research_cost_coeff = 1
		}

		enable_equipments = {
			heavy_tank_chassis_5
			heavy_tank_amphibious_chassis_5
		}
		enable_subunits = {
            L_Air_assault_Bat
            smol_L_Air_assault_Bat
            XS_L_Air_assault_Bat
            Arm_Air_assault_Bat
            smol_Arm_Air_assault_Bat
            XS_Arm_Air_assault_Bat
            helicopter_combat_service_support
            XS_helicopter_combat_service_support
            Team_helicopter_combat_service_support
            helicopter_logistics_company
            XS_helicopter_logistics_company
            Team_helicopter_logistics_company
            #helicopter_logistics_bat
            air_recon_Comp
            XS_air_recon_Comp
            Team_air_recon_Comp
            air_recon_bat
            Special_Forces_Air_assault_Bat
            smol_Special_Forces_Air_assault_Bat
            XS_Special_Forces_Air_assault_Bat
            Team_Special_Forces_Air_assault_Bat
            Air_HQ_Comp
            XS_Air_HQ_Comp
            Team_Air_HQ_Comp
            attack_helo_bat
            smol_attack_helo_bat
            attack_helo_comp
            XS_attack_helo_comp
            Team_attack_helo_comp
		}

		research_cost = 2
		start_year = 1965

		folder = {
			name = air_techs_folder
			position = { x = @row2 y = @1945 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}
	nsb_transport_helicopter1 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			transport_helicopter1 #not created
		}

		path = {
			leads_to_tech = nsb_transport_helicopter2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1965

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @1965 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}

	nsb_transport_helicopter2 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			transport_helicopter2 #not created
		}
		air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 5
                }
        }
        XS_air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 2
                }
        }
        Team_air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 1
                }
        }
		category_Transport_Air = {
                jungle = {
                    movement = 0.08
                }
                plains = {
                    movement = 0.08
                }
                marsh = {
                    movement = 0.08
                }
                mountain = {
                    movement = 0.08
                }
                desert = {
                    movement = 0.08
                }
                urban = {
                    movement = 0.08
                }
                supercity = {
                    movement = 0.08
                }
                hills = {
                    movement = 0.08
                }
                forest = {
                    movement = 0.08
                }
                amphibious = {
                    movement = 0.08
                }
                river = {
                    movement = 0.08
                }

            }

		path = {
			leads_to_tech = nsb_transport_helicopter3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1985

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @1995 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 29.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}

	nsb_transport_helicopter3 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			transport_helicopter3 #not created
		}
		helicopter_logistics_company = {
                supply_consumption_factor = -0.08
                fuel_consumption_factor = -0.06
        }
        XS_helicopter_logistics_company = {
                supply_consumption_factor = -0.08
                fuel_consumption_factor = -0.06
        }
        Team_helicopter_logistics_company = {
                supply_consumption_factor = -0.08
                fuel_consumption_factor = -0.06
        }
        air_recon_bat = {
                recon = 2
                need = {
                    command_control_equipment = 5
                }
        }
        air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 5
                }
        }
        XS_air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 2
                }
        }
        Team_air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 1
                }
        }
        category_Transport_Air = {
                jungle = {
                    movement = 0.08
                }
                plains = {
                    movement = 0.08
                }
                marsh = {
                    movement = 0.08
                }
                mountain = {
                    movement = 0.08
                }
                desert = {
                    movement = 0.08
                }
                urban = {
                    movement = 0.08
                }
                supercity = {
                    movement = 0.08
                }
                hills = {
                    movement = 0.08
                }
                forest = {
                    movement = 0.08
                }
                amphibious = {
                    movement = 0.08
                }
                river = {
                    movement = 0.08
                }

		}

		path = {
			leads_to_tech = nsb_transport_helicopter4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 2005

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @2005 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0.5
				date < 2005.01.01
			}
			modifier = {
				factor = 0.2
				date < 2002.01.01
			}
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 39.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
			modifier = {
				factor = 0
				date < 2003.1.1
			}
		}
	}

	nsb_transport_helicopter4 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			transport_helicopter4 #not created
		}
		helicopter_logistics_company = {
                supply_consumption_factor = -0.08
                fuel_consumption_factor = -0.06
            }
            XS_helicopter_logistics_company = {
                supply_consumption_factor = -0.08
                fuel_consumption_factor = -0.06
            }
            Team_helicopter_logistics_company = {
                supply_consumption_factor = -0.08
                fuel_consumption_factor = -0.06
            }
            air_recon_bat = {
                recon = 2
                need = {
                    command_control_equipment = 5
                }
            }
            air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 5
                }
            }
            XS_air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 2
                }
            }
            Team_air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 1
                }
            }
            category_Transport_Air = {
                jungle = {
                    movement = 0.08
                }
                plains = {
                    movement = 0.08
                }
                marsh = {
                    movement = 0.08
                }
                mountain = {
                    movement = 0.08
                }
                desert = {
                    movement = 0.08
                }
                urban = {
                    movement = 0.08
                }
                supercity = {
                    movement = 0.08
                }
                hills = {
                    movement = 0.08
                }
                forest = {
                    movement = 0.08
                }
                amphibious = {
                    movement = 0.08
                }
                river = {
                    movement = 0.08
                }
		}

		path = {
			leads_to_tech = nsb_transport_helicopter5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 2015

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @2015 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }


	 ai_will_do = {
		factor = 1
		modifier = {
			factor = 0.5
			date < 2015.01.01
		}
		modifier = {
			factor = 0.2
			date < 2010.01.01
		}
		modifier = {
			factor = 2
			check_variable = { gdp_per_capita > 49.999 }
		}
		modifier = {
			factor = 0
			AND = {
				NOT = {
					original_tag = CHI
					original_tag = SOV
				}
				check_variable = { gdp_per_capita < 20 }
			}
		}
		}
	}

	nsb_transport_helicopter5 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			transport_helicopter5 #not created
		}
		helicopter_logistics_company = {
                supply_consumption_factor = -0.08
                fuel_consumption_factor = -0.06
            }
            XS_helicopter_logistics_company = {
                supply_consumption_factor = -0.08
                fuel_consumption_factor = -0.06
            }
            Team_helicopter_logistics_company = {
                supply_consumption_factor = -0.08
                fuel_consumption_factor = -0.06
            }
            air_recon_bat = {
                recon = 2
                need = {
                    command_control_equipment = 5
                }
            }
            air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 5
                }
            }
            XS_air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 2
                }
            }
            Team_air_recon_Comp = {
                recon = 2
                need = {
                    command_control_equipment = 1
                }
            }
            category_Transport_Air = {
                jungle = {
                    movement = 0.08
                }
                plains = {
                    movement = 0.08
                }
                marsh = {
                    movement = 0.08
                }
                mountain = {
                    movement = 0.08
                }
                desert = {
                    movement = 0.08
                }
                urban = {
                    movement = 0.08
                }
                supercity = {
                    movement = 0.08
                }
                hills = {
                    movement = 0.08
                }
                forest = {
                    movement = 0.08
                }
                amphibious = {
                    movement = 0.08
                }
                river = {
                    movement = 0.08
                }
		}

		research_cost = 2
		start_year = 2035

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @2035 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }


		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0.5
				date < 2035.01.01
			}
			modifier = {
				factor = 0.2
				date < 2030.01.01
			}
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 59.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	} #
	transport_helicopter1 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		allow_branch = {
			NOT = { has_dlc = "No Step Back" }
		}

		enable_equipments = {
			transport_helicopter1 #not created
		}
		enable_subunits = {
                L_Air_assault_Bat
                smol_L_Air_assault_Bat
                XS_L_Air_assault_Bat
                Arm_Air_assault_Bat
                smol_Arm_Air_assault_Bat
                XS_Arm_Air_assault_Bat
                helicopter_combat_service_support
                XS_helicopter_combat_service_support
                Team_helicopter_combat_service_support
                helicopter_logistics_company
                XS_helicopter_logistics_company
                Team_helicopter_logistics_company
                #helicopter_logistics_bat
                air_recon_Comp
                XS_air_recon_Comp
                Team_air_recon_Comp
                air_recon_bat
                Special_Forces_Air_assault_Bat
                smol_Special_Forces_Air_assault_Bat
                XS_Special_Forces_Air_assault_Bat
                Team_Special_Forces_Air_assault_Bat
                Air_HQ_Comp
                XS_Air_HQ_Comp
                Team_Air_HQ_Comp
		}
		path = {
			leads_to_tech = transport_helicopter2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1965

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @1965 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 19.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}

	transport_helicopter2 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			transport_helicopter2 #not created
		}

		path = {
			leads_to_tech = transport_helicopter3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1985

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @1995 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 29.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	}

	transport_helicopter3 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			transport_helicopter3 #not created
		}

		path = {
			leads_to_tech = transport_helicopter4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 2005

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @2005 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }

		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0.5
				date < 2005.01.01
			}
			modifier = {
				factor = 0.2
				date < 2002.01.01
			}
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 39.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
			modifier = {
				factor = 0
				date < 2003.1.1
			}
		}
	}

	transport_helicopter4 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			transport_helicopter4 #not created
		}

		path = {
			leads_to_tech = transport_helicopter5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 2015

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @2015 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }


	 ai_will_do = {
		factor = 1
		modifier = {
			factor = 0.5
			date < 2015.01.01
		}
		modifier = {
			factor = 0.2
			date < 2010.01.01
		}
		modifier = {
			factor = 2
			check_variable = { gdp_per_capita > 49.999 }
		}
		modifier = {
			factor = 0
			AND = {
				NOT = {
					original_tag = CHI
					original_tag = SOV
				}
				check_variable = { gdp_per_capita < 20 }
			}
		}
		}
	}

	transport_helicopter5 = {
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		enable_equipments = {
			transport_helicopter5 #not created
		}

		research_cost = 2
		start_year = 2035

		folder = {
			name = air_techs_folder
			position = { x = @row1 y = @2035 }
		}

		categories = {
			CAT_heli
			CAT_trans_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }


		ai_will_do = {
			factor = 1
			modifier = {
				factor = 0.5
				date < 2035.01.01
			}
			modifier = {
				factor = 0.2
				date < 2030.01.01
			}
			modifier = {
				factor = 2
				check_variable = { gdp_per_capita > 59.999 }
			}
			modifier = {
				factor = 0
				AND = {
					NOT = {
						original_tag = CHI
						original_tag = SOV
					}
					check_variable = { gdp_per_capita < 20 }
				}
			}
		}
	} ##ASW Helis Deleted. Unnesscary. Will add replacment techs to just be like "better" ASW warfare capabilities

	#1965 Turbine Engine Tech
	nsb_engine_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_engine_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			helicopter_turbine_engine_gen1
			helicopter_piston_engine_gen1
			helicopter_coaxial_engine_gen1
		}
		path = {
			leads_to_tech = nsb_engine_tech_2
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1965
		folder = {
			name = air_techs_folder
			position = { x = @row6 y = @1965 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}
	#1985 Turbine Engine Tech
	nsb_engine_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_engine_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_turbine_engine_gen2
			helicopter_piston_engine_gen2
			helicopter_coaxial_engine_gen2
		}
		path = {
			leads_to_tech = nsb_engine_tech_3
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1985
		folder = {
			name = air_techs_folder
			position = { x = @row6 y = @1985 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2005 Turbine Engine Tech
	nsb_engine_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_engine_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_turbine_engine_gen3
			helicopter_piston_engine_gen3
			helicopter_coaxial_engine_gen3
		}
		path = {
			leads_to_tech = nsb_engine_tech_4
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2005
		folder = {
			name = air_techs_folder
			position = { x = @row6 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		force_use_small_tech_layout = yes
		ai_will_do = {
			base = 1
		}
	}

	#2015 Turbine Engine Tech
	nsb_engine_tech_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_engine_tech_4"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_turbine_engine_gen4
			helicopter_piston_engine_gen4
			helicopter_coaxial_engine_gen4
		}
		path = {
			leads_to_tech = nsb_engine_tech_5
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = air_techs_folder
			position = { x = @row6 y = @2015 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2035 Turbine Engine Tech
	nsb_engine_tech_5 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_engine_tech_5"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_turbine_engine_gen5
			helicopter_piston_engine_gen5
			helicopter_coaxial_engine_gen5
		}
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = air_techs_folder
			position = { x = @row6 y = @2035 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#1965 ATGM Tech
	nsb_atgm_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_atgm_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
		has_dlc = "No Step Back"
		}

		dependencies = {
			Heavy_Anti_tank_0 = 1
		}

		enable_equipment_modules = {
			helicopter_atgm_gen1
		}
		path = {
			leads_to_tech = nsb_atgm_tech_2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nsb_multiple_atgm_tech_1
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nsb_heavy_atgm_tech_1
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1965
		folder = {
			name = air_techs_folder
			position = { x = @row8 y = @1965 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#1985 ATGM Tech
	nsb_atgm_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_atgm_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		dependencies = {
			Heavy_Anti_tank_1 = 1
		}
		enable_equipment_modules = {
			helicopter_atgm_gen2
		}
		path = {
			leads_to_tech = nsb_atgm_tech_3
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nsb_multiple_atgm_tech_2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nsb_heavy_atgm_tech_2
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1985
		folder = {
			name = air_techs_folder
			position = { x = @row8 y = @1985 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2005 ATGM Tech
	nsb_atgm_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_atgm_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_atgm_gen3
		}

		dependencies = {
			Heavy_Anti_tank_2 = 1
		}
		path = {
			leads_to_tech = nsb_atgm_tech_4
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nsb_multiple_atgm_tech_3
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nsb_heavy_atgm_tech_3
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2005
		folder = {
			name = air_techs_folder
			position = { x = @row8 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2015 ATGM Tech
	nsb_atgm_tech_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_atgm_tech_4"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_atgm_gen4
		}
		path = {
			leads_to_tech = nsb_multiple_atgm_tech_4
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nsb_heavy_atgm_tech_4
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nsb_atgm_tech_5
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = air_techs_folder
			position = { x = @row8 y = @2015 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2035 ATGM Tech
	nsb_atgm_tech_5 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_atgm_tech_5"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}

		dependencies = {
			Heavy_Anti_tank_4 = 1
		}
		enable_equipment_modules = {
			helicopter_atgm_gen5
		}
		path = {
			leads_to_tech = nsb_multiple_atgm_tech_5
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nsb_heavy_atgm_tech_5
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = air_techs_folder
			position = { x = @row8 y = @2035 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#1965 Multiple ATGM Tech
	nsb_multiple_atgm_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_multiple_atgm_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			helicopter_multiple_atgm_gen1
		}
		research_cost = 1.7
		start_year = 1965
		folder = {
			name = air_techs_folder
			position = { x = @row7 y = @1965 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#1985 Multiple ATGM Tech
	nsb_multiple_atgm_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_multiple_atgm_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_multiple_atgm_gen2
		}
		research_cost = 1.7
		start_year = 1985
		folder = {
			name = air_techs_folder
			position = { x = @row7 y = @1985 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2005 Multiple ATGM Tech
	nsb_multiple_atgm_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_multiple_atgm_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_multiple_atgm_gen3
		}
		research_cost = 1.7
		start_year = 2005
		folder = {
			name = air_techs_folder
			position = { x = @row7 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2015 Multiple ATGM Tech
	nsb_multiple_atgm_tech_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_multiple_atgm_tech_4"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_multiple_atgm_gen4
		}
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = air_techs_folder
			position = { x = @row7 y = @2015 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2035 Multiple ATGM Tech
	nsb_multiple_atgm_tech_5 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_multiple_atgm_tech_5"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_multiple_atgm_gen5
		}
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = air_techs_folder
			position = { x = @row7 y = @2035 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#1965 Heavy ATGM Tech
	nsb_heavy_atgm_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_heavy_atgm_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			helicopter_heavy_atgm_gen1
		}
		research_cost = 1.7
		start_year = 1965
		folder = {
			name = air_techs_folder
			position = { x = @row9 y = @1965 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#1985 Heavy ATGM Tech
	nsb_heavy_atgm_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_heavy_atgm_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_heavy_atgm_gen2
		}
		research_cost = 1.7
		start_year = 1985
		folder = {
			name = air_techs_folder
			position = { x = @row9 y = @1985 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2005 Heavy ATGM Tech
	nsb_heavy_atgm_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_heavy_atgm_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_heavy_atgm_gen3
		}
		research_cost = 1.7
		start_year = 2005
		folder = {
			name = air_techs_folder
			position = { x = @row9 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2015 Heavy ATGM Tech
	nsb_heavy_atgm_tech_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_heavy_atgm_tech_4"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_heavy_atgm_gen4
		}
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = air_techs_folder
			position = { x = @row9 y = @2015 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2035 Heavy ATGM Tech
	nsb_heavy_atgm_tech_5 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_heavy_atgm_tech_5"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_heavy_atgm_gen5
		}
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = air_techs_folder
			position = { x = @row9 y = @2035 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#1965 Rocket Pods Tech
	nsb_rocket_pods_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_rocket_pods_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			helicopter_rocket_pod_gen1
		}
		path = {
			leads_to_tech = nsb_rocket_pods_tech_2
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1965
		folder = {
			name = air_techs_folder
			position = { x = @row10 y = @1965 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#1985 Rocket Pods Tech
	nsb_rocket_pods_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_rocket_pods_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_rocket_pod_gen2
		}
		path = {
			leads_to_tech = nsb_rocket_pods_tech_3
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1985
		folder = {
			name = air_techs_folder
			position = { x = @row10 y = @1985 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2005 Rocket Pods Tech
	nsb_rocket_pods_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_rocket_pods_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_rocket_pod_gen3
		}
		path = {
			leads_to_tech = nsb_rocket_pods_tech_4
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2005
		folder = {
			name = air_techs_folder
			position = { x = @row10 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2015 Rocket Pods Tech
	nsb_rocket_pods_tech_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_rocket_pods_tech_4"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_rocket_pod_gen4
		}
		path = {
			leads_to_tech = nsb_rocket_pods_tech_5
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = air_techs_folder
			position = { x = @row10 y = @2015 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2035 Rocket Pods Tech
	nsb_rocket_pods_tech_5 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_rocket_pods_tech_5"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_rocket_pod_gen5
		}
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = air_techs_folder
			position = { x = @row10 y = @2035 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#1965 Gun Pods Tech
	nsb_gun_pods_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_pods_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			helicopter_gun_pod_gen1
		}
		path = {
			leads_to_tech = nsb_gun_pods_tech_2
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1965
		folder = {
			name = air_techs_folder
			position = { x = @row11 y = @1965 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#1985 Gun Pods Tech
	nsb_gun_pods_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_pods_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_gun_pod_gen2
		}
		path = {
			leads_to_tech = nsb_gun_pods_tech_3
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1985
		folder = {
			name = air_techs_folder
			position = { x = @row11 y = @1985 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2005 Gun Pods Tech
	nsb_gun_pods_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_pods_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_gun_pod_gen3
		}
		path = {
			leads_to_tech = nsb_gun_pods_tech_4
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2005
		folder = {
			name = air_techs_folder
			position = { x = @row11 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2015 Gun Pods Tech
	nsb_gun_pods_tech_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_pods_tech_4"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_gun_pod_gen4
		}
		path = {
			leads_to_tech = nsb_gun_pods_tech_5
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = air_techs_folder
			position = { x = @row11 y = @2015 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#2035 Gun Pods Tech
	nsb_gun_pods_tech_5 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_gun_pods_tech_5"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_gun_pod_gen5
		}
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = air_techs_folder
			position = { x = @row11 y = @2035 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
		ai_will_do = {
			base = 1
		}
	}

	#1965 Light Nose Gun Tech
	nsb_light_nose_gun_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_light_nose_gun_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			helicopter_light_nose_gun_gen1
			helicopter_medium_nose_gun_gen1
			helicopter_heavy_nose_gun_gen1
		}
		path = {
			leads_to_tech = nsb_light_nose_gun_tech_2
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1965
		folder = {
			name = air_techs_folder
			position = { x = @row12 y = @1965 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#1985 Light Nose Gun Tech
	nsb_light_nose_gun_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_light_nose_gun_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_light_nose_gun_gen2
			helicopter_medium_nose_gun_gen2
			helicopter_heavy_nose_gun_gen2
		}
		path = {
			leads_to_tech = nsb_light_nose_gun_tech_3
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1985
		folder = {
			name = air_techs_folder
			position = { x = @row12 y = @1985 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#2005 Light Nose Gun Tech
	nsb_light_nose_gun_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_light_nose_gun_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		enable_equipment_modules = {
			helicopter_light_nose_gun_gen3
			helicopter_medium_nose_gun_gen3
			helicopter_heavy_nose_gun_gen3
		}
		path = {
			leads_to_tech = nsb_light_nose_gun_tech_3
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2005
		folder = {
			name = air_techs_folder
			position = { x = @row12 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}
	#1985 Defense Tech
	nsb_defense_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_defense_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			flare_launchers
		}
		path = {
			leads_to_tech = nsb_defense_tech_2
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 1985
		folder = {
			name = air_techs_folder
			position = { x = @row13 y = @1985 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#2000 Defense Tech
	nsb_defense_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_defense_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		dependencies = {
			nsb_defense_tech_1 = 1
		}
		enable_equipment_modules = {
			active_defence_system_gen1
		}
		path = {
			leads_to_tech = nsb_defense_tech_3
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2000
		folder = {
			name = air_techs_folder
			position = { x = @row13 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#2015 Defense Tech
	nsb_defense_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_defense_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			active_defence_system_gen2
		}
		path = {
			leads_to_tech = nsb_defense_tech_4
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = air_techs_folder
			position = { x = @row13 y = @2015 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}
	#2025 defense tech
	nsb_defense_tech_4 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_defense_tech_4"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			active_defence_system_gen3
		}
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = air_techs_folder
			position = { x = @row13 y = @2035 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#2005 Drone Tech
	nsb_drone_tech_1 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_drone_tech_1"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			helicopter_drones_gen1
		}
		path = {
			leads_to_tech = nsb_drone_tech_2
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2005
		folder = {
			name = air_techs_folder
			position = { x = @row14 y = @2005 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#2015 Drone Tech
	nsb_drone_tech_2 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_drone_tech_2"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			helicopter_drones_gen2
		}
		path = {
			leads_to_tech = nsb_drone_tech_3
			research_cost_coeff = 1
		}
		research_cost = 1.7
		start_year = 2015
		folder = {
			name = air_techs_folder
			position = { x = @row14 y = @2015 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}

	#2035 Drone Tech
	nsb_drone_tech_3 = {
		on_research_complete = {
			log = "[GetDateText]: [Root.GetName]: add tech nsb_drone_tech_3"
		}
		allow = {
			ROOT = {
				is_special_project_completed = sp:sp_helicopter_project
			}
		}
		allow_branch = {
			has_dlc = "No Step Back"
		}
		enable_equipment_modules = {
			helicopter_drones_gen3
		}
		research_cost = 1.7
		start_year = 2035
		folder = {
			name = air_techs_folder
			position = { x = @row14 y = @2035 }
		}
		categories = {
			CAT_heli
			CAT_atk_heli
			CAT_Military
		}
		special_project_specialization = { specialization_air }
	}
}