technologies = {
	
	@1918 = 0
	@1936 = 2
	@1938 = 4
	@1939 = 6
	@1940 = 8
	@1941 = 10
	@1942 = 12
	@1943 = 14
	@1944 = 16
	@1945 = 18
	@1946 = 20

	infantry_weapons = {

		enable_equipments = {
			infantry_equipment_0
		}

		enable_equipment_modules = {
			tank_heavy_machine_gun
			secondary_turret_hmg
			additional_machine_guns
		}
		
		enable_subunits = {
			infantry
		}
		
		path = {
			leads_to_tech = infantry_weapons1
			research_cost_coeff = 1
		}		

		research_cost = 1.5
		start_year = 1918
		folder = {
			name = infantry_folder
			position = { x = 0 y = -1 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
		}
	}
	
	infantry_weapons1 = {

		enable_equipments = {
			infantry_equipment_1
		}
				
		path = {
			leads_to_tech = infantry_weapons2
			research_cost_coeff = 1
		}		
		
		path = {
			leads_to_tech = infantry_at_1
			research_cost_coeff = 1
		}	

		research_cost = 1.5
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1936 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 10
				tag = CHI
				
				OR = {
					date > "1937.1.1"
					JAP = { is_ai = no }
				}
			}
			
			modifier = {
				factor = 10
				date > "1936.1.3"
			}
		}
	}	
	
	infantry_weapons2 = {

		category_all_infantry = {
			soft_attack = 0.05
		}
		
		category_cavalry = {
			soft_attack = 0.05
		}


		
		path = {
			leads_to_tech = improved_infantry_weapons
			research_cost_coeff = 1
		}		

		research_cost = 1.5
		start_year = 1938
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1938 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 5

				OR = {
					tag = CHI
					tag = PRC
					tag = XSM
					tag = SIK
					tag = GXC
					tag = SHX
					tag = YUN
				}
			}

			modifier = {
				factor = 5
				date > "1939.1.1"
			}
		}
	}
	
	improved_infantry_weapons = {

		enable_equipments = {
			infantry_equipment_2
		}
		
		path = {
			leads_to_tech = improved_infantry_weapons_2
			research_cost_coeff = 1
		}
	

		research_cost = 2
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1939 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 3
						
			modifier = {
				factor = 10
				date > "1939.1.1"
			}
			modifier = {
				num_of_military_factories < 50
				factor = 0.5
			}
			#modifier = {
			#	factor = 0
			#	tag = SOV
			#	OR = {
			#		date < "1944.1.1" # stock up on lots of rifles, we got the manpower
			#		AND = {
			#			date > "1943.1.1"
			#			surrender_progress < 0.1 # if we arent losing badly its ok
			#		}
			#	}
			#}
		}
	}
	improved_infantry_weapons_2 = {

		category_all_infantry = {
			soft_attack = 0.05
		}
		
		category_cavalry = {
			soft_attack = 0.05
		}

		
		path = {
			leads_to_tech = advanced_infantry_weapons
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1940
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1940 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1940.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1941.1.1"
			}
			
			modifier = {
				factor = 5
				date > "1942.1.1"
			}
		}
	}
	
	infantry_at_1 = {

		enable_equipments = {
			light_anti_tank_equipment_1
		}
		
		enable_subunits = {
			light_anti_tank
			light_anti_tank_brigade
			mot_light_anti_tank_brigade
			light_anti_tank_cav_brigade
		}

		
		path = {
			leads_to_tech = infantry_at_2
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1936 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
		}
	}
	
	infantry_at_2 = {

		enable_equipments = {
			light_anti_tank_equipment_2
		}

		
		path = {
			leads_to_tech = infantry_at_3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1939 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
		}
	}
	
	infantry_at_3 = {

		enable_equipments = {
			light_anti_tank_equipment_3
		}

		
		path = {
			leads_to_tech = infantry_at_4
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1941
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1941 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
		}
	}
	
	infantry_at_4 = {

		enable_equipments = {
			light_anti_tank_equipment_4
		}

		
		path = {
			leads_to_tech = infantry_at_5
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1943 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1943.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
		}
	}

	infantry_at_5 = {

		enable_equipments = {
			light_anti_tank_equipment_5
		}

		path = {
			leads_to_tech = infantry_at_6
			research_cost_coeff = 1
		}


		research_cost = 1.5
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 2 y = 22 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1950.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1951.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1951.1.1"
			}
		}
	}
	
	infantry_aa1 = {

		category_all_infantry = {
			air_attack = 0.10
			defense = 0.02
		}

		path = {
			leads_to_tech = infantry_aa2
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 4 y = 30 }
		}

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1970.1.6"
			}

			modifier = {
				factor = 2
				date > "1971.1.1"
			}

			modifier = {
				factor = 2
				date > "1971.1.1"
			}
		}
	}

	infantry_aa2 = {

		category_all_infantry = {
			air_attack = 0.10
			defense = 0.02
		}

		path = {
			leads_to_tech = infantry_aa3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 4 y = 34 }
		}

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1970.1.6"
			}

			modifier = {
				factor = 2
				date > "1971.1.1"
			}

			modifier = {
				factor = 2
				date > "1971.1.1"
			}
		}
	}

	infantry_aa3 = {

		category_all_infantry = {
			air_attack = 0.10
			defense = 0.02
		}

		research_cost = 1.5
		start_year = 1990
		folder = {
			name = infantry_folder
			position = { x = 4 y = 38 }
		}

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1970.1.6"
			}

			modifier = {
				factor = 2
				date > "1971.1.1"
			}

			modifier = {
				factor = 2
				date > "1971.1.1"
			}
		}
	}

	infantry_at_6 = {

		enable_equipments = {
			light_anti_tank_equipment_6
		}
		
		path = {
			leads_to_tech = infantry_at_7
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 2 y = 26 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1960.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1961.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1961.1.1"
			}
		}
	}

	infantry_at_7 = {

		enable_equipments = {
			light_anti_tank_equipment_7
		}

		path = {
			leads_to_tech = infantry_at_8
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = infantry_aa1
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 2 y = 30 }
		}

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1970.1.6"
			}

			modifier = {
				factor = 2
				date > "1971.1.1"
			}

			modifier = {
				factor = 2
				date > "1971.1.1"
			}
		}
	}
	infantry_at_8 = {

		enable_equipments = {
			light_anti_tank_equipment_8
		}

		research_cost = 1.5
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 2 y = 34 }
		}

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1980.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1981.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1981.1.1"
			}
		}
	}
	
	advanced_infantry_weapons = {

		enable_equipments = {
			infantry_equipment_3
		}	

		path = {
			leads_to_tech = advanced_infantry_weapons2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1942 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 0.8
			
			
			modifier = {
				tag = GER
				factor = 2.5
			}
			modifier = {
				num_of_military_factories > 150
				factor = 2.5
			}
			
			modifier = {
				num_of_military_factories < 50
				factor = 0.5
			}
		}
	}
	
	advanced_infantry_weapons2 = {

		category_all_infantry = {
			soft_attack = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		
		path = {
			leads_to_tech = infantry_cw1
			research_cost_coeff = 1
		}


		research_cost = 1.5
		start_year = 1944
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1944 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1944.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1946.1.1"
			}
		}
	}

	infantry_cw1 = {

		enable_equipments = {
			infantry_equipment_4
		}	
		
		path = {
			leads_to_tech = infantry_cw2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 0 y = 22 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 0.8
			
			
			modifier = {
				tag = GER
				factor = 2.5
			}
			modifier = {
				num_of_military_factories > 150
				factor = 2.5
			}
			
			modifier = {
				num_of_military_factories < 50
				factor = 0.5
			}
		}
	}
	
	infantry_cw2 = {

		enable_equipments = {
			infantry_equipment_5
		}

		path = {
			leads_to_tech = infantry_cw3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 0 y = 26 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 0.8
			
			
			modifier = {
				tag = GER
				factor = 2.5
			}
			modifier = {
				num_of_military_factories > 150
				factor = 2.5
			}
			
			modifier = {
				num_of_military_factories < 50
				factor = 0.5
			}
		}
	}

	infantry_cw3 = {

		enable_equipments = {
			infantry_equipment_6
		}	
		path = {
			leads_to_tech = infantry_cw4
			research_cost_coeff = 1
		}
		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 0 y = 30 }
		}
		
		categories = {
			infantry_weapons
		}
		
		
	}
	infantry_cw4 = {

		enable_equipments = {
			infantry_equipment_7
		}	
		path = {
			leads_to_tech = infantry_cw5
			research_cost_coeff = 1
		}
		research_cost = 2
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 0 y = 34 }
		}
		
		categories = {
			infantry_weapons
		}
		
		
	}
	infantry_cw5 = {

		enable_equipments = {
			infantry_equipment_8
		}	
		path = {
			leads_to_tech = infantry_cw6
			research_cost_coeff = 1
		}
		
		research_cost = 2
		start_year = 1990
		folder = {
			name = infantry_folder
			position = { x = 0 y = 38 }
		}
		
		categories = {
			infantry_weapons
		}
		
		
	}
	
	
	paratroopers = {

		enable_subunits = {
			paratrooper
		}
		
		path = {
			leads_to_tech = paratroopers2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 3 y = @1936 }
		}

		on_research_complete_limit = {
			NOT = {
				has_template_containing_unit = paratrooper
			}
		}
		on_research_complete = {
			hidden_effect = {
				load_oob = "unlock_paratroopers"
			}
			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}
		
		categories = {
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.5
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}
	
	paratroopers2 = {

		category_paratroopers = {
			max_organisation = 5
			soft_attack = 0.05
		}
		
		path = {
			leads_to_tech = paratroopers3
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = commandos
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 3 y = @1939 }
		}
		
		categories = {
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.5
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	commandos = {

		enable_subunits = {
			commando
		}
		on_research_complete_limit = {
				NOT = {
					has_template_containing_unit = commando
				}
			}
		on_research_complete = {
			
			hidden_effect = {
				load_oob = "unlock_commando"
			}			
			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}

		path = {
			leads_to_tech = commandos2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 5 y = @1939 }
		}
		
		categories = {
			commando_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	commandos2 = {

		commando = {
			max_organisation = 5
			soft_attack = 0.05
		}

		path = {
			leads_to_tech = commandos3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 5 y = @1943 }
		}
		
		categories = {
			commando_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	commandos3 = {

		commando = {
			max_organisation = 5
		}

		path = {
			leads_to_tech = commandos4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 5 y = 22 }
		}
		
		categories = {
			commando_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	commandos4 = {

		commando = {
			max_organisation = 5
			soft_attack = 0.05
		}

		path = {
			leads_to_tech = commandos5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 5 y = 26 }
		}
		
		categories = {
			commando_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	commandos5 = {

		commando = {
			max_organisation = 5
		}

		path = {
			leads_to_tech = commandos6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 5 y = 30 }
		}
		
		categories = {
			commando_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	commandos6 = {

		commando = {
			max_organisation = 5
			soft_attack = 0.05
		}

		research_cost = 2
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 5 y = 34 }
		}
		
		categories = {
			commando_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	paratroopers3 = {

		category_paratroopers = {
			max_organisation = 5
		}
		
		path = {
			leads_to_tech = paratroopers4
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 3 y = @1943 }
		}
		
		categories = {
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.5
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	paratroopers4 = {

		category_paratroopers = {
			max_organisation = 5
			soft_attack = 0.05
		}
		
		enable_subunits = {
			amechanized
		}
		
		path = {
			leads_to_tech = paratroopers5
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 3 y = 22 }
		}
		
		categories = {
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.5
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	paratroopers5 = {

		category_paratroopers = {
			max_organisation = 5
		}
		
		enable_subunits = {
			amechanized_ifv
		}
		
		path = {
			leads_to_tech = paratroopers6
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 3 y = 26 }
		}
		
		categories = {
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.5
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	paratroopers6 = {

		category_paratroopers = {
			max_organisation = 5
			soft_attack = 0.05
		}
		
		path = {
			leads_to_tech = paratroopers7
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 3 y = 30 }
		}
		
		categories = {
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.5
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	paratroopers7 = {

		category_paratroopers = {
			max_organisation = 5
		}

		research_cost = 2.0
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 3 y = 34 }
		}

		categories = {
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.5
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 2
				tag = GER
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}
	
	marines = {

		enable_subunits = {
			marine
		}

		on_research_complete_limit = {
			NOT = {
				has_template_containing_unit = marine
			}
		}
		on_research_complete = {
			hidden_effect = {
				load_oob = "unlock_marines"
			}			
			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}

		path = {
			leads_to_tech = marines2
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = jungleis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 10 y = @1936 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}
	
	marines2 = {

		category_marines = {
			max_organisation = 5
			river = {
				attack = 0.3
			}
			amphibious = {
				attack = 0.5
			}
		}
		path = {
			leads_to_tech = marines3
			research_cost_coeff = 1
		}
		

		research_cost = 1.5
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 10 y = @1939 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}

	marines3 = {

		category_marines = {
			river = {
				attack = 0.3
			}
			amphibious = {
				attack = 0.5
			}
		}

		path = {
			leads_to_tech = marines4
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 10 y = @1943 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}

	marines4 = {

		category_marines = {
			max_organisation = 5
			river = {
				attack = 0.3
			}
			amphibious = {
				attack = 0.5
			}
		}
		
		enable_subunits = {
			heli_marines
		}

		path = {
			leads_to_tech = marines5
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 10 y = 22 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}

	marines5 = {

		category_marines = {
			river = {
				attack = 0.3
			}
			amphibious = {
				attack = 0.5
			}
		}

		path = {
			leads_to_tech = marines6
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 10 y = 26 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}

	marines6 = {

		category_marines = {
			max_organisation = 5
			river = {
				attack = 0.3
			}
			amphibious = {
				attack = 0.5
			}
		}

		path = {
			leads_to_tech = marines7
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 10 y = 30 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}

	marines7 = {

		category_marines = {
			max_organisation = 5
			soft_attack = 0.05
			river = {
				attack = 0.3
			}
			amphibious = {
				attack = 0.5
			}
		}

		research_cost = 2.0
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 10 y = 34 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}	
	
	tech_mountaineers = {

		enable_subunits = {
			mountaineers
		}

		on_research_complete_limit = {
			NOT = {
				has_template_containing_unit = mountaineers
			}
		}
		on_research_complete = {
			hidden_effect = {
				load_oob = "unlock_mountineers"
			}
			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}
		
		path = {
			leads_to_tech = tech_mountaineers2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = desertis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 17 y = @1936 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}
	
	tech_mountaineers2 = {

		category_mountaineers = {
			max_organisation = 5
			hills = {
				attack = 0.2
				defence = 0.05
				movement = 0.1
			}
			mountain = {
				attack = 0.35
				defence = 0.1
				movement = 0.2
			}
		}
		
		enable_subunits = {
			mountain_cavalry
		}
		
		path = {
			leads_to_tech = tech_mountaineers3
			research_cost_coeff = 1
		}


		research_cost = 1.5
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 17 y = @1939 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}
	
	tech_mountaineers3 = {
	
		category_mountaineers = {
			hills = {
				attack = 0.2
				defence = 0.05
				movement = 0.1
			}
			mountain = {
				attack = 0.35
				defence = 0.1
				movement = 0.2
			}
		}

		path = {
			leads_to_tech = tech_mountaineers4
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 17 y = @1943 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	
	tech_mountaineers4 = {

		category_mountaineers = {
			max_organisation = 5
			hills = {
				attack = 0.2
				defence = 0.05
				movement = 0.1
			}
			mountain = {
				attack = 0.35
				defence = 0.1
				movement = 0.2
			}
		}

		enable_subunits = {
			mountaineers_mech
		}

		path = {
			leads_to_tech = tech_mountaineers5
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 17 y = 22 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	tech_mountaineers5 = {
	
		category_mountaineers = {
			hills = {
				attack = 0.2
				defence = 0.05
				movement = 0.1
			}
			mountain = {
				attack = 0.35
				defence = 0.1
				movement = 0.2
			}
		}
		
		enable_subunits = {
			mountaineers_ifv
		}

		path = {
			leads_to_tech = tech_mountaineers6
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 17 y = 26 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	tech_mountaineers6 = {	
	
		category_mountaineers = {
			max_organisation = 5
			hills = {
				attack = 0.2
				defence = 0.05
				movement = 0.1
			}
			mountain = {
				attack = 0.35
				defence = 0.1
				movement = 0.2
			}
		}

		path = {
			leads_to_tech = tech_mountaineers7
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 17 y = 30 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	tech_mountaineers7 = {	
	
		category_mountaineers = {
			max_organisation = 5
			soft_attack = 0.05
			hills = {
				attack = 0.2
				defence = 0.05
				movement = 0.1
			}
			mountain = {
				attack = 0.35
				defence = 0.1
				movement = 0.2
			}
		}

		research_cost = 2.0
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 17 y = 34 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	forestis = { #core light inf

		enable_subunits = {
			foresti
		}
		on_research_complete_limit = {
				NOT = {
					has_template_containing_unit = foresti
				}
			}
		on_research_complete = {
			
			hidden_effect = {
				load_oob = "unlock_foresti"
			}
			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}
		
		path = {
			leads_to_tech = forestis2
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = desertis
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = jungleis
			research_cost_coeff = 1
		}


		research_cost = 2
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 10 y = @1936 }
		}
		
		categories = {
			infantry_tech
			foresti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	forestis2 = {

		foresti = {
			plains = {
				attack = 0.1
				movement = 0.1
			}
			forest = {
				attack = 0.15
				movement = 0.15
			}
		}
		
		path = {
			leads_to_tech = forestis3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 10 y = @1939 }
		}
		
		categories = {
			infantry_tech
			foresti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	forestis3 = {

		foresti = {
			plains = {
				attack = 0.1
				defence = 0.1
			}
			forest = {
				attack = 0.15
				defence = 0.15
			}
		}
		
		path = {
			leads_to_tech = forestis4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 10 y = @1943 }
		}
		
		categories = {
			infantry_tech
			foresti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	forestis4 = {

		foresti = {
			plains = {
				attack = 0.05
				defence = 0.05
			}
			forest = {
				attack = 0.1
				defence = 0.1
			}
		}
		
		path = {
			leads_to_tech = forestis5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 10 y = 22 }
		}
		
		categories = {
			infantry_tech
			foresti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	forestis5 = {

		foresti = {
			plains = {
				attack = 0.05
				defence = 0.05
			}
			forest = {
				attack = 0.1
				defence = 0.1
			}
		}
		
		path = {
			leads_to_tech = forestis6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 10 y = 26 }
		}
		
		categories = {
			infantry_tech
			foresti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	forestis6 = {

		foresti = {
			plains = {
				attack = 0.05
				defence = 0.05
			}
			forest = {
				attack = 0.1
				defence = 0.1
			}
		}
		
		path = {
			leads_to_tech = forestis7
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 10 y = 30 }
		}
		
		categories = {
			infantry_tech
			foresti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}


	desertis = {

		foresti = {
			desert = {
				attack = 0.15
				defence = 0.15
			}
		}
		category_mountaineers = {
			desert = {
				attack = 0.10
				defence = 0.10
			}
		}
		
		path = {
			leads_to_tech = desertis2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 15 y = @1939 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	desertis2 = {

		foresti = {
			desert = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_mountaineers = {
			desert = {
				attack = 0.05
				defence = 0.05
			}
		}

		path = {
			leads_to_tech = desertis3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 15 y = @1943 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	desertis3 = {

		foresti = {
			desert = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_mountaineers = {
			desert = {
				attack = 0.05
				defence = 0.05
			}
		}

		path = {
			leads_to_tech = desertis4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 15 y = 22 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	desertis4 = {

		foresti = {
			desert = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_mountaineers = {
			desert = {
				attack = 0.05
				defence = 0.05
			}
		}

		path = {
			leads_to_tech = desertis5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 15 y = 26 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	desertis5 = {

		foresti = {
			desert = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_mountaineers = {
			desert = {
				attack = 0.05
				defence = 0.05
			}
		}

		path = {
			leads_to_tech = desertis6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 15 y = 30 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	desertis6 = {

		foresti = {
			desert = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_mountaineers = {
			desert = {
				attack = 0.05
				defence = 0.05
			}
		}



		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 15 y = 34 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}


	
	jungleis = {

		foresti = {
			jungle = {
				attack = 0.15
				defence = 0.15
			}
			marsh = {
				attack = 0.15
				defence = 0.15
			}
		}
		category_marines = {
			jungle = {
				attack = 0.1
				defence = 0.1
			}
			marsh = {
				attack = 0.1
				defence = 0.1
			}
		}
		
		path = {
			leads_to_tech = jungleis2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 12 y = @1939 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}
	
	jungleis2 = {

		foresti = {
			jungle = {
				attack = 0.1
				defence = 0.1
			}
			marsh = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_marines = {
			jungle = {
				attack = 0.
				defence = 0.
			}
			marsh = {
				attack = 0.5
				defence = 0.5
			}
		}

		path = {
			leads_to_tech = jungleis3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 12 y = @1943 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	jungleis3 = {

		foresti = {
			jungle = {
				attack = 0.1
				defence = 0.1
			}
			marsh = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_marines = {
			jungle = {
				attack = 0.
				defence = 0.
			}
			marsh = {
				attack = 0.5
				defence = 0.5
			}
		}

		path = {
			leads_to_tech = jungleis4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 12 y = 22 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	jungleis4 = {

		foresti = {
			jungle = {
				attack = 0.1
				defence = 0.1
			}
			marsh = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_marines = {
			jungle = {
				attack = 0.
				defence = 0.
			}
			marsh = {
				attack = 0.5
				defence = 0.5
			}
		}

		path = {
			leads_to_tech = jungleis5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 12 y = 26 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	jungleis5 = {

		foresti = {
			jungle = {
				attack = 0.1
				defence = 0.1
			}
			marsh = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_marines = {
			jungle = {
				attack = 0.
				defence = 0.
			}
			marsh = {
				attack = 0.5
				defence = 0.5
			}
		}

		path = {
			leads_to_tech = jungleis6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 12 y = 30 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	jungleis6 = {

		foresti = {
			jungle = {
				attack = 0.1
				defence = 0.1
			}
			marsh = {
				attack = 0.1
				defence = 0.1
			}
		}
		category_marines = {
			jungle = {
				attack = 0.
				defence = 0.
			}
			marsh = {
				attack = 0.5
				defence = 0.5
			}
		}


		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 12 y = 34 }
		}
		
		categories = {
			infantry_tech
			deserti_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	shocks = {

		enable_subunits = {
			shock
		}
		on_research_complete_limit = {
				NOT = {
					has_template_containing_unit = shock
				}
			}
		on_research_complete = {
			
			hidden_effect = {
				load_oob = "unlock_shock"
			}
			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}
		
		path = {
			leads_to_tech = shocks2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 14 y = @1936 }
		}
		
		categories = {
			infantry_tech
			shock_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	shocks2 = {

		shock = {
			max_organisation = 5
			soft_attack = 0.05
		}

		path = {
			leads_to_tech = shocks3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 14 y = @1939 }
		}
		
		categories = {
			infantry_tech
			shock_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	shocks3 = {

		shock = {
			max_organisation = 5
		}

		path = {
			leads_to_tech = shocks4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 14 y = @1943 }
		}
		
		categories = {
			infantry_tech
			shock_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	shocks4 = {

		shock = {
			max_organisation = 5
			soft_attack = 0.05
		}

		path = {
			leads_to_tech = shocks5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 14 y = 22 }
		}
		
		categories = {
			infantry_tech
			shock_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	shocks5 = {

		shock = {
			max_organisation = 5
		}

		path = {
			leads_to_tech = shocks6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 14 y = 26 }
		}
		
		categories = {
			infantry_tech
			shock_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	shocks6 = {

		shock = {
			max_organisation = 5
			soft_attack = 0.05
		}

		path = {
			leads_to_tech = shocks7
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 14 y = 30 }
		}
		
		categories = {
			infantry_tech
			shock_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	shocks7 = {

		shock = {
			max_organisation = 5
		}
		research_cost = 2
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 14 y = 34 }
		}
		
		categories = {
			infantry_tech
			shock_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	tech_special_forces = {
		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.05
			acclimatization_cold_climate_gain_factor = 0.05
		}
		
		#dependencies = {
		#	OR = {
		#		marines = 1
		#		paratrooper = 1
		#		mountaineer = 1
		#	}
		#}

		path = {
			leads_to_tech = advanced_special_forces
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = improved_special_forces
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1938
		folder = {
			name = infantry_folder
			position = { x = 15 y = @1938 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}


	advanced_special_forces = {
		xor={
			improved_special_forces
		}

		category_special_forces = {
			max_organisation = 5
			defense = 0.05
		}

		special_forces_training_time_factor = 0.1
		
		path = {
			leads_to_tech = extreme_environment_training
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1940
		folder = {
			name = infantry_folder
			position = { x = 14 y = @1940 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	improved_special_forces = {
		xor={
			advanced_special_forces
		}

		special_forces_cap = 0.05
		special_forces_training_time_factor = -0.1
		
		path = {
			leads_to_tech = survival_training
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1940
		folder = {
			name = infantry_folder
			position = { x = 16 y = @1940 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}


	extreme_environment_training = {

		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.50
			acclimatization_cold_climate_gain_factor = 0.50
		}
		
		special_forces_no_supply_grace = 48
		special_forces_training_time_factor = 0.1
		
		path = {
			leads_to_tech = elite_forces
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 14 y = @1942 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}


	survival_training = {

		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.20
			acclimatization_cold_climate_gain_factor = 0.20
		}
		
		special_forces_out_of_supply_factor = -0.1
		
		path = {
			leads_to_tech = elite_forces
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 16 y = @1942 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}


	elite_forces = {
		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.20
			acclimatization_cold_climate_gain_factor = 0.20
			max_organisation = 5
			soft_attack = 0.05
		}

		path = {
			leads_to_tech = coldadvanced_special_forces
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = coldimproved_special_forces
			research_cost_coeff = 1
		}

		special_forces_no_supply_grace = 48

		research_cost = 2
		start_year = 1944
		folder = {
			name = infantry_folder
			position = { x = 15 y = @1944 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	coldadvanced_special_forces = {
		xor={
			coldimproved_special_forces
		}

		category_special_forces = {
			max_organisation = 5
			defense = 0.05
		}

		special_forces_training_time_factor = 0.1
		
		path = {
			leads_to_tech = coldextreme_environment_training
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 14 y = 22 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	coldimproved_special_forces = {
		xor={
			coldadvanced_special_forces
		}

		special_forces_cap = 0.05
		special_forces_training_time_factor = -0.1
		
		path = {
			leads_to_tech = coldsurvival_training
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 16 y = 22 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}


	coldextreme_environment_training = {

		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.1
			acclimatization_cold_climate_gain_factor = 0.1
		}
		
		special_forces_no_supply_grace = 48
		special_forces_training_time_factor = 0.1
		
		path = {
			leads_to_tech = coldelite_forces
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 14 y = 26 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}


	coldsurvival_training = {

		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.1
			acclimatization_cold_climate_gain_factor = 0.1
		}
		
		special_forces_out_of_supply_factor = -0.1
		
		path = {
			leads_to_tech = coldelite_forces
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 16 y = 26 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	coldelite_forces = {
		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.10
			acclimatization_cold_climate_gain_factor = 0.10
			max_organisation = 5
			soft_attack = 0.05
		}
		
		special_forces_no_supply_grace = 24

		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 15 y = 30 }
		}
		
		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	jungle_warfare = {

		research_cost = 1

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


		#If you change these
		#Change the custom tooltip too: RAJ_jungle_training_effect
		marine = {
			jungle = {
				attack = 0.05 
				movement = 0.1
			}
		}

		mountaineers = {
			jungle = {
				attack = 0.05
				movement = 0.1
			}
		}

		paratrooper = {
			jungle = {
				attack = 0.05
				movement = 0.1
			}
		}

	}

	HUN_light_infantry_tech = {

		research_cost = 1

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


		#If you change these
		#Change the custom tooltip too: HUN_light_infantry_divisions_doctrine_effect
		infantry = {
			forest = {
				attack = 0.02
				movement = 0.05
			}

			urban = {
				attack = 0.05 
				movement = 0.05
			}
		}
	}

	SWI_mountaineer_paratroopers_tech = { #Unlocked in Swiss Focus SWI_mountaneer_paratroopers

		research_cost = 1

		allow = {
			always = no
		}

		paratrooper = {  # CHANGE TOOLTIP WHEN NEEDED
			mountain = {
				attack = 0.35
				defence = 0.1
				movement = 0.2
			}
			hills = {
				attack = 0.2
				defence = 0.05
				movement = 0.1
			}
		}

	}
	mountain_warfare = {

		research_cost = 1

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


		#If you change these
		#Change the custom tooltip too: GRE_mountain_training_effect
		infantry = {
			mountain = {
				defence = 0.05
				movement = 0.05
			}
		}

		marine = {
			mountain = {
				attack = 0.05 
				movement = 0.1
			}
		}

		mountaineers = {
			mountain = {
				attack = 0.05
				defence = 0.05
				movement = 0.1
			}
		}

		paratrooper = {
			mountain = {
				attack = 0.05
				movement = 0.1
			}
		}

	}

	night_vision = {

		land_night_attack = 0.1
		
		path = {
			leads_to_tech = night_vision2
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1943 }
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				date > "1942.1.9"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 5
				date > "1943.1.6"
			}
			
			modifier = {
				factor = 5
				date > "1946.1.1"
			}
		}
	}
	
	night_vision2 = {

		land_night_attack = 0.15	

		research_cost = 2
		start_year = 1946
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1946 }
		}
		path = {
			leads_to_tech = night_vision3
			research_cost_coeff = 1
		}
		enable_equipment_modules = {
		}

		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				date > "1945.1.9"
			}
			
			modifier = {
				factor = 2
				date > "1946.1.1"
			}
			
			modifier = {
				factor = 5
				date > "1946.1.6"
			}
		}
	}

	night_vision3 = {

		land_night_attack = 0.20	

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 0 y = 22 }
		}
		path = {
			leads_to_tech = night_vision4
			research_cost_coeff = 1
		}
		enable_equipment_modules = {
		tank_modern_tank_turret_50
		tank_light_tank_turret_50
		tank_heavy_tank_turret_50
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				date > "1950.1.9"
			}
			
			modifier = {
				factor = 2
				date > "1950.1.1"
			}
			
			modifier = {
				factor = 5
				date > "1951.1.6"
			}
		}
	}
	night_vision4 = {

		land_night_attack = 0.25	

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 0 y = 26 }
		}
		path = {
			leads_to_tech = night_vision5
			research_cost_coeff = 1
		}
		enable_equipment_modules = {
		tank_modern_fixed_superstructure_60
		tank_modern_semi_fixed_superstructure_60
		tank_heavy_fixed_superstructure_60
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				date > "1960.1.9"
			}
			
			modifier = {
				factor = 2
				date > "1960.1.1"
			}
			
			modifier = {
				factor = 5
				date > "1961.1.6"
			}
		}
	}
	night_vision5 = {

		land_night_attack = 0.30	

		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 0 y = 30 }
		}
		path = {
			leads_to_tech = night_vision6
			research_cost_coeff = 1
		}
		enable_equipment_modules = {
		tank_modern_tank_turret_70
		tank_light_tank_turret_70
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				date > "1970.1.9"
			}
			
			modifier = {
				factor = 2
				date > "1970.1.1"
			}
			
			modifier = {
				factor = 5
				date > "1971.1.6"
			}
		}
	}
	
	night_vision6 = {

		land_night_attack = 0.10	

		research_cost = 2
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 0 y = 34 }
		}
		path = {
			leads_to_tech = night_vision7
			research_cost_coeff = 1
		}
		enable_equipment_modules = {
		tank_modern_fixed_superstructure_80
		tank_modern_semi_fixed_superstructure_80
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				date > "1970.1.9"
			}
			
			modifier = {
				factor = 2
				date > "1970.1.1"
			}
			
			modifier = {
				factor = 5
				date > "1971.1.6"
			}
		}
	}
	
	night_vision7 = {

		land_night_attack = 0.10	

		research_cost = 2
		start_year = 1990
		folder = {
			name = infantry_folder
			position = { x = 0 y = 38 }
		}
		enable_equipment_modules = {
		tank_modern_tank_turret_90
		tank_light_tank_turret_90
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				date > "1970.1.9"
			}
			
			modifier = {
				factor = 2
				date > "1970.1.1"
			}
			
			modifier = {
				factor = 5
				date > "1971.1.6"
			}
		}
	}
	
	support_weapons = {

		category_all_infantry = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		
		path = {
			leads_to_tech = support_weapons2
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1918
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1918 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 15

				OR = {
					tag = CHI
					tag = PRC
					tag = XSM
					tag = SIK
					tag = GXC
					tag = SHX
					tag = YUN
				}
			}
			modifier = {
				factor = 2
				date > "1937.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1938.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1939.1.1"
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}
	
	support_weapons2 = {

		category_all_infantry = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		
		path = {
			leads_to_tech = support_weapons3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1938
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1938 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 5

				OR = {
					tag = CHI
					tag = PRC
					tag = XSM
					tag = SIK
					tag = GXC
					tag = SHX
					tag = YUN
				}
			}
			modifier = {
				factor = 2
				date > "1938.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1939.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1940.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1941.1.1"
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}
	
	support_weapons3 = {

		category_all_infantry = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		
		path = {
			leads_to_tech = support_weapons4
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1940
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1940 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1940.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1941.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1942.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}
	
	support_weapons4 = {

		category_all_infantry = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		
		research_cost = 1.5
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1942 }
		}
		path = {
			leads_to_tech = support_weapons5
			research_cost_coeff = 1
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}
	
	support_weapons5 = {

		category_all_infantry = {				
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
					  
		}

		category_light_infantry = {
			max_strength = 1
		}
		
		research_cost = 1.5
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 0 y = 22 }
		}
		path = {
			leads_to_tech = support_weapons6
			research_cost_coeff = 1
		}
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}

	support_weapons6 = {

		category_all_infantry = {				
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
					  
		}

		category_light_infantry = {
			max_strength = 1
		}
		
		research_cost = 1.5
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 0 y = 26 }
		}
		path = {
			leads_to_tech = support_weapons7
			research_cost_coeff = 1
		}
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}

	support_weapons7 = {

		category_all_infantry = {				
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
					  
		}

		category_light_infantry = {
			max_strength = 1
		}
		
		research_cost = 1.5
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 0 y = 30 }
		}
		path = {
			leads_to_tech = support_weapons8
			research_cost_coeff = 1
		}
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}

	support_weapons8 = {

		category_all_infantry = {				
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
					  
		}
		
		category_light_infantry = {
			max_strength = 1
		}
		research_cost = 1.5
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 0 y = 34 }
		}
		path = {
			leads_to_tech = support_weapons9
			research_cost_coeff = 1
		}
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}

	support_weapons9 = {

		category_all_infantry = {				
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
					  
		}

		category_light_infantry = {
			max_strength = 1
		}
		
		research_cost = 1.5
		start_year = 1990
		folder = {
			name = infantry_folder
			position = { x = 0 y = 38 }
		}

		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1942.1.6"
			}
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}
	
	tech_trucks = {

		enable_subunits = {
			mot_anti_tank_brigade
			mot_artillery_brigade
			mot_anti_air_brigade
		}

		enable_equipments = {
			motorized_equipment_0
		}

		enable_equipment_modules = {
			tank_wheeled_suspension
		}

		
		path = {
			leads_to_tech = motorised_infantry
			research_cost_coeff = 1
		}

#		path = {
#			leads_to_tech = armored_car1
#			research_cost_coeff = 1
#		} 

		research_cost = 1.5
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 0 y = -1 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
		}
		special_project_specialization = { specialization_land }
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1937.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1938.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1939.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.75
			}
		}
	}
	
	motorised_infantry = {

		enable_subunits = {
			motorized
		}

		enable_equipments = {
			motorized_equipment_1
		}

#		enable_equipment_modules = {
#			tank_wheeled_suspension
#		}

		on_research_complete_limit = {
			NOT = {
				has_template_containing_unit = motorized
			}
		}
		on_research_complete = {
			hidden_effect = {
				load_oob = "unlock_motorized"
			}			
			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}

		path = {
			leads_to_tech = motorised_infantry2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = mechanised_infantry
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = armored_car1
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1936
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1936 }
		}
		
		folder = {
			name = support_folder
			position = { x = 7 y = 9 }
		}
		
		sub_technologies = {
			motorized_rocket_unit
		}
		
		categories = {
			motorized_equipment
			infantry_tech
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1937.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1938.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1939.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	motorised_infantry2 = {

		enable_equipments = {
			motorized_equipment_2
		}

		path = {
			leads_to_tech = motorised_infantry3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = -1 y = 22 }
		}
		
		sub_technologies = {
			motorized_rocket_unit2
		}
		categories = {
			motorized_equipment
			infantry_tech
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1951.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1952.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1953.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	motorized_rocket_unit = {

		enable_subunits = {
			motorized_rocket_brigade
		}
		enable_equipments = {
			motorized_rocket_equipment_1
		}
		
		dependencies = {
			rocket_artillery = 1
		}
	
		research_cost = 1.5
		start_year = 1939
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				tag = SOV
			}
		}
		
		categories = {
			mot_rockets
		}
		special_project_specialization = { specialization_land }
	}

	motorised_infantry3 = {

		enable_equipments = {
			motorized_equipment_3
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = -1 y = 26 }
		}
		path = {
			leads_to_tech = motorised_infantry4
			research_cost_coeff = 1
		}
		sub_technologies = {
			motorized_rocket_unit3
		}
		
		categories = {
			motorized_equipment
			infantry_tech
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1951.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1952.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1953.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}
	
	
	motorised_infantry4 = {

		enable_equipments = {
			motorized_equipment_4
		}

		sub_technologies = {
			motorized_rocket_unit4
		}
		
		research_cost = 2
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = -1 y = 34 }
		}
		
		
		
		categories = {
			motorized_equipment
			infantry_tech
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1951.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1952.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1953.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	light_mechanized_unit = {

		enable_subunits = {
			light_mechanized
		}
		enable_equipments = {
			light_mechanized_equipment
		}
	
		research_cost = 1.5
		start_year = 1950
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				tag = SOV
			}
		}
		
		categories = {
			motorized_equipment
		}
	}

	light_mechanized_unit1 = {

		enable_equipments = {
			light_mechanized_equipment_1
		}
	
		research_cost = 1.5
		start_year = 1960
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				tag = SOV
			}
		}
		
		categories = {
			motorized_equipment
		}
	}

	light_mechanized_unit2 = {

		enable_equipments = {
			light_mechanized_equipment_2
		}
	
		research_cost = 1.5
		start_year = 1980
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				tag = SOV
			}
		}
		
		categories = {
			motorized_equipment
		}
	}

	motorized_rocket_unit2 = {

		enable_equipments = {
			motorized_rocket_equipment_2
		}
		dependencies = {
			rocket_artillery5 = 1
		}
	
		research_cost = 1.5
		start_year = 1950
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				tag = SOV
			}
		}
		
		categories = {
			mot_rockets
		}
		special_project_specialization = { specialization_land }
	}

	motorized_rocket_unit3 = {

		enable_equipments = {
			motorized_rocket_equipment_3
		}
	
		research_cost = 1.5
		start_year = 1960
		
		dependencies = {
			rocket_artillery6 = 1
		}
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				tag = SOV
			}
		}
		
		categories = {
			mot_rockets
		}
		special_project_specialization = { specialization_land }
	}

	motorized_rocket_unit4 = {

		enable_equipments = {
			motorized_rocket_equipment_4
		}
		
		dependencies = {
			rocket_artillery8 = 1
		}
	
		research_cost = 1.5
		start_year = 1980
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				tag = SOV
			}
		}
		
		categories = {
			mot_rockets
		}
		special_project_specialization = { specialization_land }
	}
	
 	SWE_lynx_armored_car = {
 		allow = { always = no }
		enable_equipments = {
			#armored_car_at_equipment
		}

		research_cost = 1
		start_year = 1942
		sub_tech_index = 1
		
		categories = {
			motorized_equipment
			armor
			cat_armored_cars
		}

		armored_car = {
			max_organisation = 5
			ap_attack = 0.1
			hard_attack = 0.1
			#hardness = 1
			forest = {
		    	attack = 0.2
				movement = 0.55
			}
			desert = {
		    	attack = -0.2
				movement = -0.55
			}

			snow = {
				attack = 0.2
				movement = 0.35
			}
		}

		armored_car_recon = {
			max_organisation = 3
			ap_attack = 0.1
			hard_attack = 0.1
			#hardness = 1
			forest = {
		    	attack = 0.05
				movement = 0.1
			}
			desert = {
		    	attack = -0.15
				movement = -0.15
			}

			snow = {
				attack = 0.2
				movement = 0.25
			}
		}
	}
	
	armored_car1 = {

		enable_subunits = {
			armored_car
		}

		enable_equipments = {
			gw_armored_car_equipment
		}
		allow_branch = { has_dlc = "La Resistance" }
		path = {
			leads_to_tech = armored_car2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1914
		folder = {
			name = infantry_folder
			position = { x = 7 y = @1936 }
		}
		
		categories = {
			motorized_equipment
			armor
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1937.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1938.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1939.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	armored_car2 = {

		enable_equipments = {
			armored_car_equipment_1
		}
		
		path = {
			leads_to_tech = armored_car3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1940
		folder = {
			name = infantry_folder
			position = { x = 7 y = @1940 }
		}
		
		categories = {
			motorized_equipment
			armor
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1937.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1938.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1939.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	armored_car3 = {

		enable_equipments = {
			armored_car_equipment_2
		}

		path = {
			leads_to_tech = armored_car4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 7 y = @1942 }
		}
		
		categories = {
			motorized_equipment
			armor
		}
		special_project_specialization = { specialization_land }		
		sub_technologies = {
			armored_car_at_upgrade
		}

		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1937.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1938.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1939.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	armored_car4 = {

		enable_equipments = {
			armored_car_equipment_3
		}
		
		path = {
			leads_to_tech = armored_car5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 7 y = 22 }
		}
		
		categories = {
			motorized_equipment
			armor
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 0
			
			modifier = {
				factor = 2
				date > "1949.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	armored_car5 = {

		enable_equipments = {
			armored_car_equipment_4
		}
		
		path = {
			leads_to_tech = armored_car6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 7 y = 26 }
		}
		
		categories = {
			motorized_equipment
			armor
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 0
			
			modifier = {
				factor = 2
				date > "1959.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	armored_car6 = {

		enable_equipments = {
			armored_car_equipment_5
		}
		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 7 y = 30 }
		}
		
		categories = {
			motorized_equipment
			armor
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 0
			
			modifier = {
				factor = 2
				date > "1969.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	armored_car_at_upgrade = {

		enable_equipments = {
			armored_car_at_equipment
		}

		research_cost = 1
		start_year = 1942
		sub_tech_index = 1
		
		categories = {
			motorized_equipment
			armor
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1937.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1938.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1939.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	mechanised_infantry = {

		enable_equipments = {
			mechanized_equipment_1
		}

		enable_equipment_modules = {
			tank_half_track_suspension
		}
		
		motorized = {
			hardness = 1.0
		}
		mot_artillery_brigade = {
			hardness = 1.0
		}
		mot_anti_tank_brigade = {
			hardness = 1.0
		}
		mot_anti_air_brigade = {
			hardness = 1.0
		}
		mot_rocket_artillery_brigade = {
			hardness = 1.0
		}

		path = {
			leads_to_tech = mechanised_infantry2
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = amphibious_mechanized_infantry
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1940
		folder = {
			name = infantry_folder
			position = { x = 1 y = @1940 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = USA
				factor = 2
			}
		}
	}

	mechanised_infantry2 = {

		enable_equipments = {
			mechanized_equipment_2
		}
		
		path = {
			leads_to_tech = mechanised_infantry3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 1 y = @1942 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
		}
		special_project_specialization = { specialization_land }		
		ai_will_do = {
			factor = 1
		}
	}
	
	mechanised_infantry3 = {

		enable_equipments = {
			mechanized_equipment_3
		}
		path = {
			leads_to_tech = mechanised_infantry4
			research_cost_coeff = 1
		}

		research_cost = 3
		start_year = 1944
		folder = {
			name = infantry_folder
			position = { x = 1 y = @1944 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 1
		}
	}

	mechanised_infantry4 = {

		enable_equipments = {
			mechanized_equipment_4
			ifv_equipment_1
		}
		
#		sub_technologies = {
#			mass_mech_amphib
#		}
		
		enable_subunits = {
			ifv_mechanized
		}
		path = {
			leads_to_tech = mechanised_infantry5
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = motorised_infantry2
			research_cost_coeff = 1
		}


		research_cost = 3
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 1 y = 22 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 1
		}
	}

	mechanised_infantry5 = {

		enable_equipments = {
			mechanized_equipment_5
			ifv_equipment_2
		}
		path = {
			leads_to_tech = mechanised_infantry6
			research_cost_coeff = 1
		}

#		path = {
#			leads_to_tech = amechanised_infantry
#			research_cost_coeff = 1
#		}



		research_cost = 3
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 1 y = 26 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
		}
		special_project_specialization = { specialization_land }
		
		ai_will_do = {
			factor = 1
		}
	}





	mechanised_infantry6 = {

		enable_equipments = {
			mechanized_equipment_6
			ifv_equipment_3
		}
		path = {
			leads_to_tech = mechanised_infantry7
			research_cost_coeff = 1
		}
		



		research_cost = 3
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 1 y = 30 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			factor = 1
		}
		special_project_specialization = { specialization_land }
	}

	mechanised_infantry7 = {

		enable_equipments = {
			mechanized_equipment_7
			ifv_equipment_4
		}
		path = {
			leads_to_tech = mechanised_infantry8
			research_cost_coeff = 1
		}
		



		research_cost = 3
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 1 y = 34 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			factor = 1
		}
		special_project_specialization = { specialization_land }
	}

	mechanised_infantry8 = {

		enable_equipments = {
			mechanized_equipment_8
			ifv_equipment_5
		}
		


		research_cost = 3
		start_year = 1990
		folder = {
			name = infantry_folder
			position = { x = 1 y = 38 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			factor = 1
		}
		special_project_specialization = { specialization_land }
	}

	amphibious_mechanized_infantry = {

		enable_equipments = {
			amphibious_mechanized_equipment_1
		}

		allow_branch = {
			has_dlc = "Man the Guns"
		}

		enable_subunits = {
			amphibious_mechanized
		}

		path = {
			leads_to_tech = amphibious_mechanized_infantry_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1941
		folder = {
			name = infantry_folder
			position = { x = 5 y = @1941 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 2
			modifier = {
				tag = USA
				factor = 2
			}
		}
	}

	amphibious_mechanized_infantry_2 = {

		enable_equipments = {
			amphibious_mechanized_equipment_2
		}

		path = {
			leads_to_tech = amphibious_mechanized_infantry_3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 5 y = @1943 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 2
		}
	}

	amphibious_mechanized_infantry_3 = {

		enable_equipments = {
			amphibious_mechanized_equipment_3
		}
		path = {
			leads_to_tech = amphibious_mechanized_infantry_4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 5 y = 22 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 2
		}
	}
	amphibious_mechanized_infantry_4 = {

		enable_equipments = {
			amphibious_mechanized_equipment_4
		}

		path = {
			leads_to_tech = amphibious_mechanized_infantry_5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 5 y = 26 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 2
		}
	}

	amphibious_mechanized_infantry_5 = {

		enable_equipments = {
			amphibious_mechanized_equipment_5
		}

		path = {
			leads_to_tech = amphibious_mechanized_infantry_6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1970
		folder = {
			name = infantry_folder
			position = { x = 5 y = 30 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 2
		}
	}

	amphibious_mechanized_infantry_6 = {

		enable_equipments = {
			amphibious_mechanized_equipment_6
		}

		path = {
			leads_to_tech = amphibious_mechanized_infantry_7
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1980
		folder = {
			name = infantry_folder
			position = { x = 5 y = 34 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 2
		}
	}
		
	amphibious_mechanized_infantry_7 = {

		enable_equipments = {
			amphibious_mechanized_equipment_7
		}

		research_cost = 2
		start_year = 1990
		folder = {
			name = infantry_folder
			position = { x = 5 y = 38 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
		}
		special_project_specialization = { specialization_land }
		ai_will_do = {
			factor = 2
		}
	}
	######### FROM JAPANESE FOCUS ##########
	bicycle_infantry = {
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			bicycle_battalion
		}
	}

	camelry = {
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			camelry
		}		
	}

	######### FROM SOVIET FOCUS ##########
	penal_infantry = {
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			penal_battalion
		}
	}
	
	######### FROM ITALIAN FOCUS ##########
	blackshirt_assault_battalion_tech = {
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			blackshirt_assault_battalion
		}
	}

	mountain_warfare_militias_tech = { #Hidden tech showed as part of ITA_grande_rivolta_rurale_ns national spirit
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		militia = {
			hills = {
				attack = 0.05 
				movement = 0.1
			}
			mountain = {
				attack = 0.05 
				movement = 0.1
			}
		}
	}

	### Improved Irregular Infantry Organization 

	ETH_improved_irregular_infantry_tech = {
		research_cost = 1
		# only from focus!!! #####
		allow = {
			always = no
		}
		irregular_infantry = {
			max_organisation = 10
			maximum_speed = 1.25 #TODO_TA for testing only, remove
		}
	}

	######### FROM FINNISH FOCUS ##########
	molotov_cocktails_tech = {
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		category_all_infantry = {
			hard_attack = 0.25
			ap_attack = 1
		}
	}

	winter_logistics_support_tech = {
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			winter_logistics_support
		}
	}

	long_range_patrol_support_tech = {
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			long_range_patrol_support
		}
	}

	sami_pathfinders_tech = { #Hidden tech showed as part of FIN_sami_pathfinders national spirit
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		category_recon = {
			recon = 1

			snow = {
				movement = 0.1
			}
			forest = {
				movement = 0.05
			}
			hills = {
				movement = 0.05
			}
			mountain = {
				movement = 0.05
			}
			marsh = {
				movement = 0.05
			}
			plains = {
				movement = 0.05
			}
			river = {
				movement = 0.05
			}
		}
	}

	lotta_svard_tech = { #Hidden tech showed as part of FIN_lotta_svard national spirit
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		category_support_battalions = { #Any changes in the values below need to be applied in FIN_lotta_svard_support_battalions_bonus_tt too
			max_strength = 5
			max_organisation = 10
		}
	}

	SWE_sami_support_tech = { #Hidden tech for Sami reconcilliation for Sweden
		
		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		category_recon = {
			recon = 1

			snow = {
				movement = 0.1
			}
			forest = {
				movement = 0.1
			}
			hills = {
				movement = 0.05
			}
			mountain = {
				movement = 0.05
			}
		}
	}

	
	###INFANTRY AT DECISION###
	infantry_at_proliferation = {
			
		allow = {
			always = no
		}

		category_all_infantry = {
			need = {
				light_anti_tank_equipment  = 16
			}
		}
		category_cavalry = {
			need = {
				light_anti_tank_equipment  = 16
			}
		}

		research_cost = 1
		start_year = 1936

	}
	
	infantry_at_mass_proliferation = {
			
		allow = {
			always = no
		}

		category_all_infantry = {
			need = {
				light_anti_tank_equipment  = 16
			}
			hard_attack = 0.10
		}
		category_cavalry = {
			need = {
				light_anti_tank_equipment  = 16
			}
			hard_attack = 0.10
		}
		

		research_cost = 1
		start_year = 1936

	}
	
	infantry_dp_at = {
			
		allow = {
			always = no
		}

		category_all_infantry = {
			need = {
				light_anti_tank_equipment  = 8
			}
			hard_attack = 0.05
			soft_attack = 0.05
			fort = {
				attack = 0.10
			}
			urban = {
				attack = 0.10
			}
		}
		category_cavalry = {
			need = {
				light_anti_tank_equipment  = 8
			}
			hard_attack = 0.05
			soft_attack = 0.05
			fort = {
				attack = 0.10
			}
			urban = {
				attack = 0.10
			}
		}
		

		research_cost = 1
		start_year = 1936

	}
	
	mass_mech_amphib = {
		sub_tech_index = 2
		
    on_research_complete = {
        country_event = amphib.1
    }
		research_cost = 1
		start_year = 1950

	}
	
	mass_mech_amphib_result_increased_costs = {
		
		category_mechanized = {

			river = {
				attack = 0.15
			}
			amphibious = {
				attack = 0.15
			}
			marsh = {
				attack = 0.05
			}
		}
		amphibious_mechanized = {

			river = {
				attack = -0.15
			}
			amphibious = {
				attack = -0.15
			}
			marsh = {
				attack = -0.05
			}
		}



		allow = {
			always = no
		}
		
		research_cost = 1
		start_year = 1950

	}
	
	mass_mech_amphib_result_reduced_reliability = {
		
		category_mechanized = {

			river = {
				attack = 0.15
			}
			amphibious = {
				attack = 0.15
			}
			marsh = {
				attack = 0.05
			}
		}
		
		amphibious_mechanized = {

			river = {
				attack = -0.15
			}
			amphibious = {
				attack = -0.15
			}
			marsh = {
				attack = -0.05
			}
		}


		research_cost = 1
		start_year = 1950

		allow = {
			always = no
		}

	}
	
	mass_mech_amphib_result_perfect = {
		
		category_mechanized = {

			river = {
				attack = 0.15
			}
			amphibious = {
				attack = 0.15
			}
			marsh = {
				attack = 0.05
			}
		}
		
		amphibious_mechanized = {

			river = {
				attack = -0.1
			}
			amphibious = {
				attack = -0.1
			}
		}


		research_cost = 1
		start_year = 1950

		allow = {
			always = no
		}

	}
}
