technologies = {

	@1918 = 0
	@1924 = 1
	@1936 = 2
	@1938 = 4
	@1939 = 6
	@1940 = 8
	@1941 = 10
	@1942 = 12
	@1943 = 14
	@1944 = 16
	@1945 = 18
	@1946 = 20
	@1947 = 22
	@1948 = 24
	@1949 = 26
	@1950 = 28
	@1951 = 30
	@1952 = 32
	@1953 = 34
	@1954 = 36
	@1955 = 38
	@1956 = 40
	@1957 = 42
	@1958 = 44
	@1959 = 46
	@1960 = 48
	@1961 = 50
	@1962 = 52
	@1963 = 54
	@1964 = 56
	@1965 = 58
	@1966 = 60
	@1967 = 62
	@1968 = 64
	@1969 = 66
	@1970 = 68

	infantry_weapons = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		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
		}
		path = {
			leads_to_tech = m1911
			research_cost_coeff = 1
		}
		research_cost = 1.5
		start_year = 1918
		folder = {
			name = infantry_folder
			position = { x = 2 y = -1 }
		}

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			factor = 1
		}
	}
	m1911 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		infantry = { defense = 0.03	}
		cavalry = {	defense = 0.03	}		
		mountaineers = { defense = 0.03	}
		paratrooper = {	defense = 0.03	}
		marine = {	defense = 0.03	}
		motorized = {	defense = 0.01	}
		mechanized = {	defense = 0.01	}	
		research_cost = 1
		start_year = 1918
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1918 }
		}	
		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"
			}
		}
	}
	infantry_weapons1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			infantry_equipment_1
		}

		path = {
			leads_to_tech = infantry_weapons2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tech_fortification0
			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 = {
			base = 2

			modifier = {
				factor = 2
				is_major = yes
			}

			modifier = {
				factor = 10
				original_tag = CHI

				OR = {
					date > 1937.1.1
					JAP = { is_ai = no }
				}
			}

			modifier = {
				factor = 10
				date > 1936.1.3
			}

			modifier = {
				factor = 0.5
				date < 1939.1.1
				original_tag = PRC
			}
		}
	}
	tech_fortification0 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		max_dig_in_factor = 0.1
		research_cost = 1
		start_year = 1930
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1936 }
		}	
		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"
			}
		}
	}			
	infantry_weapons2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_light_infantry = {
			soft_attack = 0.05
		}

		category_cavalry = {
			soft_attack = 0.05
		}

		category_vehicle_infantry = {
			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 = 2 y = @1938 }
		}

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			base = 2

			modifier = {
				factor = 5

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

			modifier = {
				factor = 5
				is_major = yes
				date > "1938.1.1"
			}

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

			modifier = {
				factor = 0.5
				date < 1939.1.1
				tag = PRC
		}
	}
	}

	improved_infantry_weapons = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			infantry_equipment_2
		}
		enable_equipment_modules = {
			tank_heavy_machine_gun_2
			additional_machine_guns_2
		}

		path = {
			leads_to_tech = improved_infantry_weapons_2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = infantry_at
			research_cost_coeff = 1
		}

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

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			factor = 3

			modifier = {
				factor = 2
				is_major = yes
			}

			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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_light_infantry = {
			soft_attack = 0.05
		}

		category_cavalry = {
			soft_attack = 0.05
		}

		category_vehicle_infantry = {
			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 = 2 y = @1940 }
		}

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			factor = 2

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

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

			modifier = {
				factor = 5
				date > "1942.1.1"
			}
		}
	}
	
	advanced_infantry_weapons = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			infantry_equipment_3
		}
		enable_equipment_modules = {
			tank_heavy_machine_gun_3
			additional_machine_guns_3
		}

		path = {
			leads_to_tech = advanced_infantry_weapons2
			research_cost_coeff = 1
		}

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

		categories = {
			infantry_weapons
		}

		ai_will_do = {
			base = 1


			modifier = {
				tag = GER
				factor = 2.5
			}

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

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

			modifier = {
				num_of_military_factories > 150
				factor = 2.5
			}

			modifier = {
				num_of_military_factories < 50
				factor = 0.5
			}
		}
	}

	advanced_infantry_weapons2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_light_infantry = {
			soft_attack = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		category_vehicle_infantry = {
			soft_attack = 0.1
		}

		path = {
			leads_to_tech = infantry_weapons4_1
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1944
		folder = {
			name = infantry_folder
			position = { x = 2 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_weapons4_1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			infantry_equipment_4
		}	
		enable_equipment_modules = {
			tank_heavy_machine_gun_4
			additional_machine_guns_4
		}
		
		path = {
			leads_to_tech = infantry_weapons4_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1946
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1946 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 3
						
			modifier = {
				factor = 10
				date > "1946.1.1"
			}			
		}
	}
	
	infantry_weapons4_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		path = {
			leads_to_tech = infantry_weapons5_1
			research_cost_coeff = 1
		}

		category_light_infantry = {
			soft_attack = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		category_vehicle_infantry = {
			soft_attack = 0.1
		}

		research_cost = 1.5
		start_year = 1948
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1948 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 3
						
			modifier = {
				factor = 10
				date > "1948.1.1"
			}			
		}
	}
	
	infantry_weapons5_1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			infantry_equipment_5
		}	
		enable_equipment_modules = {
			tank_heavy_machine_gun_5
			additional_machine_guns_5
		}
		
		path = {
			leads_to_tech = infantry_weapons5_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1951
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1951 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 3
						
			modifier = {
				factor = 10
				date > "1951.1.1"
			}			
		}
	}
	
	infantry_weapons5_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		path = {
			leads_to_tech = infantry_weapons6_1
			research_cost_coeff = 1
		}

		category_light_infantry = {
			soft_attack = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		category_vehicle_infantry = {
			soft_attack = 0.1
		}

		research_cost = 1.5
		start_year = 1953
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1953 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 3
						
			modifier = {
				factor = 10
				date > "1953.1.1"
			}			
		}
	}
	
	infantry_weapons6_1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			infantry_equipment_6
		}	
		enable_equipment_modules = {
			tank_heavy_machine_gun_6
			additional_machine_guns_6
		}
		
		path = {
			leads_to_tech = infantry_weapons6_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1956
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1956 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 3
						
			modifier = {
				factor = 10
				date > "1956.1.1"
			}			
		}
	}
	
	infantry_weapons6_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		path = {
			leads_to_tech = infantry_weapons7_1
			research_cost_coeff = 1
		}

		category_light_infantry = {
			soft_attack = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		category_vehicle_infantry = {
			soft_attack = 0.1
		}

		research_cost = 1.5
		start_year = 1958
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1958 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 3
						
			modifier = {
				factor = 10
				date > "1958.1.1"
			}			
		}
	}
	
	infantry_weapons7_1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			infantry_equipment_7
		}	
		
		path = {
			leads_to_tech = infantry_weapons7_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1961
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1961 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 3
						
			modifier = {
				factor = 10
				date > "1961.1.1"
			}			
		}
	}
	
	infantry_weapons7_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
#		path = {
#			leads_to_tech = infantry_weapons8_1
#			research_cost_coeff = 1
#		}

		category_light_infantry = {
			soft_attack = 0.05
		}
		category_cavalry = {
			soft_attack = 0.05
		}
		category_vehicle_infantry = {
			soft_attack = 0.1
		}

		research_cost = 1.5
		start_year = 1963
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1963 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 3
						
			modifier = {
				factor = 10
				date > "1963.1.1"
			}			
		}
	}

	infantry_at = {
		desc = "INFANTRY_AT_TT"
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

#		category_all_infantry = {
#			hard_attack = 0.25
#			ap_attack = 1
#		}
#
#		category_cavalry = {
#			hard_attack = 0.1
#			ap_attack = 0.4
#		}

		on_research_complete = {
			hidden_effect = {
				add_ideas = tech_at_bonus_1
			}
		}

		path = {
			leads_to_tech = infantry_at2
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1942 }
		}

		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_at2 = {
		desc = "INFANTRY_AT2_TT"
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

#		category_all_infantry = {
#			hard_attack = 0.25
#			ap_attack = 1
#		}
#
#		category_cavalry = {
#			hard_attack = 0.1
#			ap_attack = 0.4
#		}

		on_research_complete = {
			hidden_effect = {
				swap_ideas = {
					remove_idea = tech_at_bonus_1
					add_idea = tech_at_bonus_2
				}
			}
		}
		path = {
			leads_to_tech = infantry_at3
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 4 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_at3 = {
		desc = "INFANTRY_AT3_TT"
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		on_research_complete = {
			hidden_effect = {
				swap_ideas = {
					remove_idea = tech_at_bonus_2
					add_idea = tech_at_bonus_3
				}
			}
		}
		path = {
			leads_to_tech = infantry_at4
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1945
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1945 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1945.1.6"
			}
		}
	}
	
	infantry_at4 = {
		desc = "INFANTRY_AT4_TT"
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		on_research_complete = {
			hidden_effect = {
				swap_ideas = {
					remove_idea = tech_at_bonus_3
					add_idea = tech_at_bonus_4
				}
			}
		}
		path = {
			leads_to_tech = infantry_at5
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1948
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1948 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1948.1.6"
			}
		}
	}
	
	infantry_at5 = {
		desc = "INFANTRY_AT5_TT"
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		on_research_complete = {
			hidden_effect = {
				swap_ideas = {
					remove_idea = tech_at_bonus_4
					add_idea = tech_at_bonus_5
				}
			}
		}
		path = {
			leads_to_tech = infantry_at6
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1952
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1952 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1952.1.6"
			}
		}
	}
	
	infantry_at6 = {
		desc = "INFANTRY_AT6_TT"
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		on_research_complete = {
			hidden_effect = {
				swap_ideas = {
					remove_idea = tech_at_bonus_5
					add_idea = tech_at_bonus_6
				}
			}
		}
		path = {
			leads_to_tech = infantry_at7
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1956
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1956 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1956.1.6"
			}
		}
	}
	
	infantry_at7 = {
		desc = "INFANTRY_AT7_TT"
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		on_research_complete = {
			hidden_effect = {
				swap_ideas = {
					remove_idea = tech_at_bonus_6
					add_idea = tech_at_bonus_7
				}
			}
		}
		path = {
			leads_to_tech = infantry_at8
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1960 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1960.1.6"
			}
		}
	}
	
	infantry_at8 = {
		desc = "INFANTRY_AT8_TT"
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		on_research_complete = {
			hidden_effect = {
				swap_ideas = {
					remove_idea = tech_at_bonus_7
					add_idea = tech_at_bonus_8
				}
			}
		}

		research_cost = 1.5
		start_year = 1964
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1964 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1964.1.6"
			}
		}
	}

	paratroopers = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_subunits = {
			paratrooper
		}

		path = {
			leads_to_tech = paratroopers2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1930
		folder = {
			name = infantry_folder
			position = { x = 0 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

			IF = {
				limit = { has_dlc = "Gotterdammerung" }
				custom_effect_tooltip = {
					localization_key = SP_UNLOCK_RAID
					RAID_TYPE = raid_type_mine_sabotage_raid
				}
				custom_effect_tooltip = {
					localization_key = SP_UNLOCK_RAID
					RAID_TYPE = raid_type_pathfinder_raid
				}
			}
		}

		categories = {
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.5

			modifier = {
				factor = 20
				tag = USA
				date > 1943.1.1
			}

			modifier = {
				factor = 2
				tag = GER
			}

			modifier = {
				factor = 5
				tag = ENG
			}

			modifier = {
				factor = 5
				tag = GER
				has_completed_focus = GER_fallschirmjager
			}
		}
	}

	paratroopers2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		paratrooper = {
			max_organisation = 5
			soft_attack = 0.05
		}

		path = {
			leads_to_tech = paratroopers3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 0 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
			}

			modifier = {
				factor = 2
				tag = GER
			}
		}
	}

	paratroopers3 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		paratrooper = {
			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 = 0 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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		paratrooper = {
			max_organisation = 5
			soft_attack = 0.05
		}
		
		path = {
			leads_to_tech = paratroopers5
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1947
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1947 }
		}
		
		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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		paratrooper = {
			max_organisation = 5
		}
		
		path = {
			leads_to_tech = paratroopers6
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1951
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1951 }
		}
		
		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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

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

		research_cost = 1.5
		start_year = 1955
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1955 }
		}
		
		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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		paratrooper = {
			max_organisation = 5
		}
		
		path = {
			leads_to_tech = paratroopers8
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1959
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1959 }
		}
		
		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
			}
		}
	}
	
	paratroopers8 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		paratrooper = {
			max_organisation = 5
			soft_attack = 0.05
		}

		research_cost = 1.5
		start_year = 1963
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1963 }
		}
		
		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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		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
		}

		research_cost = 2
		start_year = 1930
		folder = {
			name = infantry_folder
			position = { x = 0 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
			}

			modifier = {
				factor = 5
				tag = ENG
			}
		}
	}

	marines2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		marine = {
			max_organisation = 5
			soft_attack = 0.05
		}
		path = {
			leads_to_tech = marines3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 0 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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		marine = {
			max_organisation = 5
		}

		path = {
			leads_to_tech = marines4
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 0 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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		marine = {
			max_organisation = 5
			soft_attack = 0.05
		}
		path = {
			leads_to_tech = marines5
			research_cost_coeff = 1
		}
		

		research_cost = 1.5
		start_year = 1947
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1947 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}
	
	marines5 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		marine = {
			max_organisation = 5
		}
		path = {
			leads_to_tech = marines6
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1951
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1951 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}	
	marines6 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		marine = {
			max_organisation = 5
			soft_attack = 0.05
		}
		path = {
			leads_to_tech = marines7
			research_cost_coeff = 1
		}
		

		research_cost = 1.5
		start_year = 1955
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1955 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}
	
	marines7 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		marine = {
			max_organisation = 5
		}
		path = {
			leads_to_tech = marines8
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1959
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1959 }
		}
		
		categories = {
			marine_tech
			cat_special_forces_generic
		}
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 3
				tag = USA
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
		}
	}	
	marines8 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		marine = {
			max_organisation = 5
			soft_attack = 0.05
		}
		
		research_cost = 1.5
		start_year = 1963
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1963 }
		}
		
		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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		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
		}

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

		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}

	tech_mountaineers2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		mountaineers = {
			max_organisation = 5
			soft_attack = 0.05
		}
		path = {
			leads_to_tech = tech_mountaineers3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1939 }
		}

		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}

	tech_mountaineers3 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		mountaineers = {
			max_organisation = 5
		}

		path = {
			leads_to_tech = tech_mountaineers4
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1943 }
		}

		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}
	
	tech_mountaineers4 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		mountaineers = {
			max_organisation = 5
			soft_attack = 0.05
		}
		path = {
			leads_to_tech = tech_mountaineers5
			research_cost_coeff = 1
		}


		research_cost = 1.5
		start_year = 1947
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1947 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}
	
	tech_mountaineers5 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		mountaineers = {
			max_organisation = 5
		}
		path = {
			leads_to_tech = tech_mountaineers6
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1951
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1951 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}	
	
	tech_mountaineers6 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		mountaineers = {
			max_organisation = 5
			soft_attack = 0.05
		}
		path = {
			leads_to_tech = tech_mountaineers7
			research_cost_coeff = 1
		}


		research_cost = 1.5
		start_year = 1955
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1955 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}
	
	tech_mountaineers7 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		mountaineers = {
			max_organisation = 5
		}
		path = {
			leads_to_tech = tech_mountaineers8
			research_cost_coeff = 1
		}

		research_cost = 2.0
		start_year = 1959
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1959 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}	
	
	tech_mountaineers8 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		mountaineers = {
			max_organisation = 5
			soft_attack = 0.05
		}


		research_cost = 1.5
		start_year = 1963
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1963 }
		}
		
		categories = {
			infantry_tech
			mountaineers_tech
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}


	rangers_tech = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		allow_branch = {
			has_dlc = "No Compromise, No Surrender"
		}

		enable_subunits = {
			ranger_battalion
		}
		
		on_research_complete_limit = {
			NOT = {
				has_template_containing_unit = ranger_battalion
			}
		}
		on_research_complete = {
			hidden_effect = {
				load_oob = "unlock_rangers"
			}			
			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}

		path = {
			leads_to_tech = rangers_tech2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1930
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1936 }
		}
		
		categories = {
			infantry_tech
			rangers_tech_cat
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
			
			modifier = {
				factor = 2
				tag = USA
			}
			
			modifier = {
				factor = 5
				tag = JAP
			}

			modifier = {
				factor = 5
				tag = BRA
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
	}

	rangers_tech2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		ranger_battalion = {
			max_organisation = 5
			soft_attack = 0.05
		}
		path = {
			leads_to_tech = rangers_tech3
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1939 }
		}
		
		categories = {
			infantry_tech
			rangers_tech_cat
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	rangers_tech3 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		ranger_battalion = {
			max_organisation = 5
		}
		path = {
			leads_to_tech = rangers_tech4
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1943 }
		}
		
		categories = {
			infantry_tech
			rangers_tech_cat
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	rangers_tech4 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		ranger_battalion = {
			max_organisation = 5
		}
		path = {
			leads_to_tech = rangers_tech5
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1947
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1947 }
		}
		
		categories = {
			infantry_tech
			rangers_tech_cat
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	rangers_tech5 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		ranger_battalion = {
			max_organisation = 5
		}
		path = {
			leads_to_tech = rangers_tech6
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1951
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1951 }
		}
		
		categories = {
			infantry_tech
			rangers_tech_cat
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	rangers_tech6 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		ranger_battalion = {
			max_organisation = 5
		}
		path = {
			leads_to_tech = rangers_tech7
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1955
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1955 }
		}
		
		categories = {
			infantry_tech
			rangers_tech_cat
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	rangers_tech7 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		ranger_battalion = {
			max_organisation = 5
		}
		path = {
			leads_to_tech = rangers_tech8
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1959
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1959 }
		}
		
		categories = {
			infantry_tech
			rangers_tech_cat
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	rangers_tech8 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		ranger_battalion = {
			max_organisation = 5
		}
		
		research_cost = 1.5
		start_year = 1963
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1963 }
		}
		
		categories = {
			infantry_tech
			rangers_tech_cat
			cat_special_forces_generic
		}
		
		ai_will_do = {
			factor = 0.7
		}
	}

	tech_special_forces = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.05
			acclimatization_cold_climate_gain_factor = 0.05
		}

		allow_branch = { NOT = { has_dlc = "Arms Against Tyranny" } }

		#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 = 1933
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1938 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}


	advanced_special_forces = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		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 = 1937
		folder = {
			name = infantry_folder
			position = { x = 5 y = @1940 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}

	improved_special_forces = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		xor={
			advanced_special_forces
		}

		special_forces_cap = 0.10
		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 = 7 y = @1940 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}


	extreme_environment_training = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.20
			acclimatization_cold_climate_gain_factor = 0.20
		}

		special_forces_no_supply_grace = 24
		special_forces_training_time_factor = 0.1

		path = {
			leads_to_tech = elite_forces
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1940
		folder = {
			name = infantry_folder
			position = { x = 5 y = @1942 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}


	survival_training = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.10
			acclimatization_cold_climate_gain_factor = 0.10
		}

		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 = 7 y = @1942 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}


	elite_forces = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_special_forces = {
			max_organisation = 5
			soft_attack = 0.05
		}

		special_forces_no_supply_grace = 24

		path = {
			leads_to_tech = advanced_special_forces_2
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = improved_special_forces_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1944
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1944 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}

	advanced_special_forces_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		xor={
			improved_special_forces_2
		}

		category_special_forces = {
			max_organisation = 5
			defense = 0.05
		}

		special_forces_training_time_factor = 0.1

		path = {
			leads_to_tech = extreme_environment_training_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1946
		folder = {
			name = infantry_folder
			position = { x = 5 y = @1946 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}

	improved_special_forces_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		xor={
			advanced_special_forces_2
		}

		special_forces_cap = 0.10
		special_forces_training_time_factor = -0.1

		path = {
			leads_to_tech = survival_training_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1946
		folder = {
			name = infantry_folder
			position = { x = 7 y = @1946 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}


	extreme_environment_training_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.20
			acclimatization_cold_climate_gain_factor = 0.20
		}

		special_forces_no_supply_grace = 24
		special_forces_training_time_factor = 0.1

		path = {
			leads_to_tech = elite_forces_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1948
		folder = {
			name = infantry_folder
			position = { x = 5 y = @1948 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}


	survival_training_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_special_forces = {
			acclimatization_hot_climate_gain_factor = 0.10
			acclimatization_cold_climate_gain_factor = 0.10
		}

		special_forces_out_of_supply_factor = -0.1

		path = {
			leads_to_tech = elite_forces_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1948
		folder = {
			name = infantry_folder
			position = { x = 7 y = @1948 }
		}

		categories = {
			mountaineers_tech
			marine_tech
			para_tech
			cat_special_forces_generic
		}

		ai_will_do = {
			factor = 0.7
		}
	}


	elite_forces_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_special_forces = {
			max_organisation = 5
			soft_attack = 0.05
		}

		special_forces_no_supply_grace = 24

		research_cost = 2
		start_year = 1951
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1951 }
		}

		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
			}
		}

	}

	jungle_training_tech = { #A GoE version of the tech above targetting also infantry - RAJ
		research_cost = 1
		# only from focus!!! #####
		allow = {
			always = no
		}
		marine = {
			jungle = {
				attack = 0.05
				movement = 0.1
			}
		}
		mountaineers = {
			jungle = {
				attack = 0.05
				movement = 0.1
			}
		}
		paratrooper = {
			jungle = {
				attack = 0.05
				movement = 0.1
			}
		}
		infantry = {
			jungle = {
				attack = 0.03
				movement = 0.05
			}
		}
	}

	desert_training_tech = { # RAJ
		research_cost = 1
		# only from focus!!! #####
		allow = {
			always = no
		}
		marine = {
			desert = {
				attack = 0.05
				movement = 0.1
			}
		}
		mountaineers = {
			desert = {
				attack = 0.05
				movement = 0.1
			}
		}
		paratrooper = {
			desert = {
				attack = 0.05
				movement = 0.1
			}
		}
		infantry = {
			desert = {
				attack = 0.03
				movement = 0.05
			}
		}
	}

	hills_training_tech = { # RAJ
		research_cost = 1
		# only from focus!!! #####
		allow = {
			always = no
		}
		marine = {
			hills = {
				attack = 0.05
				movement = 0.1
			}
		}
		mountaineers = {
			hills = {
				attack = 0.05
				movement = 0.1
			}
		}
		paratrooper = {
			hills = {
				attack = 0.05
				movement = 0.1
			}
		}
		infantry = {
			hills = {
				attack = 0.03
				movement = 0.05
			}
		}
	}

	urban_training_tech = { # RAJ
		research_cost = 1
		# only from focus!!! #####
		allow = {
			always = no
		}
		marine = {
			urban = {
				attack = 0.05
				movement = 0.1
			}
		}
		mountaineers = {
			urban = {
				attack = 0.05
				movement = 0.1
			}
		}
		paratrooper = {
			urban = {
				attack = 0.05
				movement = 0.1
			}
		}
		infantry = {
			urban = {
				attack = 0.03
				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
			}
		}

	}

	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
			}
		}
	}

	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
			}
		}

	}

	mountain_defensive_training = {

		research_cost = 1

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


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

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

	}


	night_vision = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		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 = 2 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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		land_night_attack = 0.15

		path = {
			leads_to_tech = night_vision3
			research_cost_coeff = 1
		}

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

		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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

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

		research_cost = 2
		start_year = 1950
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1950 }
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
		}
	}
	
	night_vision4 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		land_night_attack = 0.08	
		path = {
			leads_to_tech = night_vision5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1954
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1954 }
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
		}
	}
	
	night_vision5 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		land_night_attack = 0.05	
		path = {
			leads_to_tech = night_vision6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1958
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1958 }
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
		}
	}
	
	night_vision6 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		land_night_attack = 0.02	

		research_cost = 2
		start_year = 1962
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1962 }
		}
		
		categories = {
			night_vision
		}
		
		ai_will_do = {
			factor = 4
		}
	}

	support_weapons = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_infantry_and_bicycle = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			defense = 0.02
			breakthrough = 0.02
		}
		category_special_forces_leg_infantry = {
			defense = 0.03
			breakthrough = 0.03
		}
		category_vehicle_infantry = {
			defense = 0.05
			breakthrough = 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

			# All participants in this war will want to have this tech as early as possible
			modifier = {
				factor = 15
				OR = {
					original_tag = CHI
					original_tag = PRC
					original_tag = XSM
					original_tag = SIK
					original_tag = GXC
					original_tag = SHX
					original_tag = YUN
					original_tag = MAN
					original_tag = MEN
					original_tag = JAP
					original_tag = GSM
					original_tag = NXM
					original_tag = HBC
					original_tag = SND
					original_tag = GDC
					original_tag = KHM
				}
			}

			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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_infantry_and_bicycle = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			defense = 0.02
			breakthrough = 0.02
		}
		category_special_forces_leg_infantry = {
			defense = 0.03
			breakthrough = 0.03
		}
		category_vehicle_infantry = {
			defense = 0.05
			breakthrough = 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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_infantry_and_bicycle = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			defense = 0.02
			breakthrough = 0.02
		}
		category_special_forces_leg_infantry = {
			defense = 0.03
			breakthrough = 0.03
		}
		category_vehicle_infantry = {
			defense = 0.05
			breakthrough = 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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_infantry_and_bicycle = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			defense = 0.02
			breakthrough = 0.02
		}
		category_special_forces_leg_infantry = {
			defense = 0.03
			breakthrough = 0.03
		}
		category_vehicle_infantry = {
			defense = 0.05
			breakthrough = 0.05
		}

		path = {
			leads_to_tech = support_weapons5
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1942 }
		}

		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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_infantry_and_bicycle = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			defense = 0.02
			breakthrough = 0.02
		}
		category_special_forces_leg_infantry = {
			defense = 0.03
			breakthrough = 0.03
		}
		category_vehicle_infantry = {
			defense = 0.05
			breakthrough = 0.05
		}

		path = {
			leads_to_tech = support_weapons6
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1945
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1945 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}	
	
	support_weapons6 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_infantry_and_bicycle = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			defense = 0.02
			breakthrough = 0.02
		}
		category_special_forces_leg_infantry = {
			defense = 0.03
			breakthrough = 0.03
		}
		category_vehicle_infantry = {
			defense = 0.05
			breakthrough = 0.05
		}

		path = {
			leads_to_tech = support_weapons7
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1949
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1949 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}	
	
	support_weapons7 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_infantry_and_bicycle = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			defense = 0.02
			breakthrough = 0.02
		}
		category_special_forces_leg_infantry = {
			defense = 0.03
			breakthrough = 0.03
		}
		category_vehicle_infantry = {
			defense = 0.05
			breakthrough = 0.05
		}

		path = {
			leads_to_tech = support_weapons8
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1954
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1954 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}	
	
	support_weapons8 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		category_infantry_and_bicycle = {
			defense = 0.05
			breakthrough = 0.05
		}
		category_cavalry = {
			defense = 0.02
			breakthrough = 0.02
		}
		category_special_forces_leg_infantry = {
			defense = 0.03
			breakthrough = 0.03
		}
		category_vehicle_infantry = {
			defense = 0.05
			breakthrough = 0.05
		}
		
		research_cost = 1.5
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1960 }
		}
		
		categories = {
			infantry_weapons
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_war = yes
				factor = 2
			}
		}
	}	

	tech_trucks = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		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 = tech_supplyDepot1	#ct supply depots
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = armored_car1
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tec_armored_car_chassis_0
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1930
		folder = {
			name = infantry_folder
			position = { x = 2 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
			}
		}
	}
	tech_supplyDepot1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		production_speed_supply_node_factor = 0.08
		supply_node_range = 0.08
		supply_consumption_factor = -0.02	
		path = {
			leads_to_tech = tech_supplyDepot2
			research_cost_coeff = 1
		}
		research_cost = 1.5
		start_year = 1930
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1924 }
		}		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
		}		
		ai_will_do = {	factor = 1	}
	}
	tech_supplyDepot2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		#SUPPLY_CONSUMPTION_FACTOR = -0.01
		production_speed_supply_node_factor = 0.08
		supply_node_range = 0.08
		supply_consumption_factor = -0.02	
		path = {
			leads_to_tech = tech_supplyDepot3
			research_cost_coeff = 1
		}
		research_cost = 1.5
		start_year = 1937
		folder = {
			name = infantry_folder
			position = { x = 0 y = 3 }
		}		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
		}		
		ai_will_do = {	factor = 1	}
	}	
	tech_supplyDepot3 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		production_speed_supply_node_factor = 0.08
		supply_node_range = 0.08
		supply_consumption_factor = -0.02	
		research_cost = 2
		start_year = 1939
		folder = {
			name = infantry_folder
			position = { x = 0 y = @1939 }
		}		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
		}		
		ai_will_do = {	factor = 1	}
	}
	motorised_infantry = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		enable_subunits = {
			motorized
		}
		enable_equipments = {
			motorized_equipment_1
		}
		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 = mechanised_infantry
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tec_mechanised_chassis_1
			research_cost_coeff = 1
		}
		path = {

		}
		research_cost = 2
		start_year = 1930
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1936 }
		}
		folder = {
			name = support_folder
			position = { x = 7 y = 8 }
		}
		sub_technologies = {
			motorized_rocket_unit
		}
		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.5
			}
		}
	}
	motorized_rocket_unit = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		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
			mio_cat_tech_all_motorized_mechanized
		}
		special_project_specialization = { specialization_land }
	}

	armored_car1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_subunits = {
			armored_car
		}

		enable_equipments = {
			gw_armored_car_equipment
		}
		allow_branch = {
			and = {
				has_dlc = "La Resistance" 
				not = {has_dlc = "No Step Back"}
			}
		}
		path = {
			leads_to_tech = armored_car2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1914
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1924 }
		}

		categories = {
			motorized_equipment
			armor
			cat_armored_cars
		}
		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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		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 = 6 y = @1940 }
		}

		categories = {
			motorized_equipment
			armor
			cat_armored_cars
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 1

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

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

			modifier = {
				factor = 2
				date > "1942.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	armored_car3 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			armored_car_equipment_2
		}

		research_cost = 2
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1942 }
		}

		categories = {
			motorized_equipment
			armor
			cat_armored_cars
		}
		special_project_specialization = { specialization_land }

		sub_technologies = {
			armored_car_at_upgrade
		}

		ai_will_do = {
			factor = 1

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

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

			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	armored_car_at_upgrade = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			armored_car_at_equipment
		}
		special_project_specialization = { specialization_land }

		research_cost = 1
		start_year = 1942
		sub_tech_index = 1

		categories = {
			motorized_equipment
			armor
			cat_armored_cars
		}

		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 1

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

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

			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
	}

	tec_armored_car_chassis_0 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_subunits = {
			armored_car
		}

		enable_equipments = {
			armored_car_chassis_0
		}
		enable_equipment_modules = {
		}
		
		on_research_complete = {
			hidden_effect = {
				addition_of_armored_car_chassis_0_variant_effect = yes
			}
		}
		allow_branch = {
			and = {
				has_dlc = "La Resistance" 
				has_dlc = "No Step Back"
			}
		}
		path = {
			leads_to_tech = tec_armored_car_chassis_1
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1914
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1924 }
		}
		
		categories = {
			motorized_equipment
			armor
			cat_armored_cars
			mio_cat_tech_all_motorized_mechanized
		}
		
		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
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_armored_car_chassis_1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			armored_car_chassis_1
		}
		
		on_research_complete = {
			hidden_effect = {
				addition_of_armored_car_chassis_1_variant_effect = yes
			}
		}
		path = {
			leads_to_tech = tec_armored_car_chassis_2
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1940
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1940 }
		}
		
		categories = {
			motorized_equipment
			armor
			cat_armored_cars
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1940.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1941.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1942.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_armored_car_chassis_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			armored_car_chassis_2
		}
		
		on_research_complete = {
			hidden_effect = {
				addition_of_armored_car_chassis_2_variant_effect = yes
			}
		}
		path = {
			leads_to_tech = tec_armored_car_chassis_3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1942 }
		}
		
		categories = {
			motorized_equipment
			armor
			cat_armored_cars
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1943.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1944.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_armored_car_chassis_3 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			armored_car_chassis_3
		}
		
		on_research_complete = {
			hidden_effect = {
				addition_of_armored_car_chassis_3_variant_effect = yes
			}
		}
		path = {
			leads_to_tech = tec_armored_car_chassis_4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1944
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1944 }
		}
		
		categories = {
			motorized_equipment
			armor
			cat_armored_cars
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1945.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1946.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1947.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_armored_car_chassis_4 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			armored_car_chassis_4
		}
		
		on_research_complete = {
			hidden_effect = {
				addition_of_armored_car_chassis_4_variant_effect = yes
			}
		}
		path = {
			leads_to_tech = tec_armored_car_chassis_5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1947
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1947 }
		}
		
		categories = {
			motorized_equipment
			armor
			cat_armored_cars
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1948.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1949.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1950.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_armored_car_chassis_5 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			armored_car_chassis_5
		}
		
		on_research_complete = {
			hidden_effect = {
				addition_of_armored_car_chassis_5_variant_effect = yes
			}
		}
		path = {
			leads_to_tech = tec_armored_car_chassis_6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1951
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1951 }
		}
		
		categories = {
			motorized_equipment
			armor
			cat_armored_cars
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1952.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1953.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1954.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_armored_car_chassis_6 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			armored_car_chassis_6
		}
		
		on_research_complete = {
			hidden_effect = {
				addition_of_armored_car_chassis_6_variant_effect = yes
			}
		}
		path = {
			leads_to_tech = tec_armored_car_chassis_7
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1956
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1956 }
		}
		
		categories = {
			motorized_equipment
			armor
			cat_armored_cars
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1957.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1958.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1959.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_armored_car_chassis_7 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			armored_car_chassis_7
		}
		
		on_research_complete = {
			hidden_effect = {
				addition_of_armored_car_chassis_7_variant_effect = yes
			}
		}

		research_cost = 2
		start_year = 1960
		folder = {
			name = infantry_folder
			position = { x = 6 y = @1960 }
		}
		
		categories = {
			motorized_equipment
			armor
			cat_armored_cars
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				date > "1961.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1962.1.1"
			}
			
			modifier = {
				factor = 2
				date > "1963.1.1"
			}
			modifier = {
				is_major = no
				factor = 0.5
			}
		}
		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
		}
		special_project_specialization = { specialization_land }

		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.05
			}
			desert = {
		    	attack = -0.15
				movement = -0.15
			}

			snow = {
				attack = 0.05
				movement = 0.08
			}
		}
	}

	mechanised_infantry = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			not = { has_dlc = "No Step Back" }
		}

		enable_subunits = {
			mechanized
		}

		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 = 1937
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1939 }
		}

		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			base = 2

			modifier = {
				factor = 2
				is_major = yes
			}

			modifier = {
				factor = 3
				tag = USA
			}

			modifier = {
				factor = 1.5
				date > 1941.1.1
			}

			modifier = {
				factor = 1.5
				date > 1942.1.1
			}

			modifier = {
				factor = 1.5
				date > 1943.1.1
			}
		}
	}

 	militia_tech = {
 		allow = { always = no }
		enable_subunits = {
			militia
		}
	}

	amphibious_mechanized_infantry = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			not = { has_dlc = "No Step Back" }
		}

		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 = 4 y = @1941 }
		}

		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			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 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			not = { has_dlc = "No Step Back" }
		}

		enable_equipments = {
			amphibious_mechanized_equipment_2
		}

		research_cost = 2
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1943 }
		}

		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
			tp_tech
		}

		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 2
		}
	}

	mechanised_infantry2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			not = { has_dlc = "No Step Back" }
		}

		enable_equipments = {
			mechanized_equipment_2
		}

		path = {
			leads_to_tech = mechanised_infantry3
			research_cost_coeff = 1
		}

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

		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 1
		}
	}

	mechanised_infantry3 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			not = { has_dlc = "No Step Back" }
		}

		enable_equipments = {
			mechanized_equipment_3
		}

		mechanized = {
			soft_attack = 0.15
			hard_attack = 0.15
		}

		path = {
			leads_to_tech = mechanised_infantry4
			research_cost_coeff = 1
		}

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

		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		special_project_specialization = { specialization_land }

		ai_will_do = {
			factor = 1
		}
	}

	mechanised_infantry4 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			not = { has_dlc = "No Step Back" }
		}

		enable_equipments = {
			mechanized_equipment_4
		}

		path = {
			leads_to_tech = mechanised_infantry5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1945
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1945 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			factor = 1
		}
		special_project_specialization = { specialization_land }
	}
	mechanised_infantry5 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			not = { has_dlc = "No Step Back" }
		}

		enable_equipments = {
			mechanized_equipment_5
		}

		path = {
			leads_to_tech = mechanised_infantry6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1948
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1951 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			factor = 1
		}
		special_project_specialization = { specialization_land }
	}
	mechanised_infantry6 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			not = { has_dlc = "No Step Back" }
		}

		enable_equipments = {
			mechanized_equipment_6
		}

		mechanized = {
			soft_attack = 0.15
			hard_attack = 0.15
		}
		path = {
			leads_to_tech = mechanised_infantry7
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1956
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1956 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			factor = 1
		}
		special_project_specialization = { specialization_land }
	}
	mechanised_infantry7 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			not = { has_dlc = "No Step Back" }
		}

		enable_equipments = {
			mechanized_equipment_7
		}

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

	tec_mechanised_chassis_1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_subunits = {
			mechanized
		}
		enable_equipments = {
			mechanized_chassis_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
		}
		
		on_research_complete = {
			hidden_effect = {
				addition_of_mechanized_chassis_1_variant_effect = yes
			}
		}
		path = {
			leads_to_tech = tec_mechanised_chassis_2
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = tec_amphibious_mechanized_chassis_1
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1937
		folder = {
			name = infantry_folder
			position = { x = 2 y = 5 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			base = 2

			modifier = {
				factor = 2
				is_major = yes
			}

			modifier = {
				factor = 3
				tag = USA
			}

			modifier = {
				factor = 1.5
				date > 1941.1.1
			}

			modifier = {
				factor = 1.5
				date > 1942.1.1
			}

			modifier = {
				factor = 1.5
				date > 1943.1.1
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_mechanised_chassis_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			mechanized_chassis_2
		}
		on_research_complete = {
			hidden_effect = {
				addition_of_mechanized_chassis_2_variant_effect = yes
			}
		}
		path = {
			leads_to_tech = tec_mechanised_chassis_3
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1940
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1940 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			base = 2

			modifier = {
				factor = 2
				is_major = yes
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_mechanised_chassis_3 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			mechanized_chassis_3
		}

		on_research_complete = {
			hidden_effect = {
				addition_of_mechanized_chassis_3_variant_effect = yes
			}
		}

		path = {
			leads_to_tech = tec_mechanised_chassis_4
			research_cost_coeff = 1
		}

		research_cost = 3
		start_year = 1942
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1942 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			base = 2

			modifier = {
				factor = 2
				is_major = yes
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_mechanised_chassis_4 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			mechanized_chassis_4
		}
		on_research_complete = {
			hidden_effect = {
				addition_of_mechanized_chassis_4_variant_effect = yes
			}
		}

		path = {
			leads_to_tech = tec_mechanised_chassis_5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1945
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1947 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			base = 2

			modifier = {
				factor = 2
				is_major = yes
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_mechanised_chassis_5 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			mechanized_chassis_5
		}
		on_research_complete = {
			hidden_effect = {
				addition_of_mechanized_chassis_5_variant_effect = yes
			}
		}

		path = {
			leads_to_tech = tec_mechanised_chassis_6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1948
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1948 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			base = 2

			modifier = {
				factor = 2
				is_major = yes
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_mechanised_chassis_6 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			mechanized_chassis_6
		}
		on_research_complete = {
			hidden_effect = {
				addition_of_mechanized_chassis_6_variant_effect = yes
			}
		}

		path = {
			leads_to_tech = tec_mechanised_chassis_7
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1956
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1956 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			base = 2

			modifier = {
				factor = 2
				is_major = yes
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_mechanised_chassis_7 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			mechanized_chassis_7
		}
		on_research_complete = {
			hidden_effect = {
				addition_of_mechanized_chassis_7_variant_effect = yes
			}
		}

		research_cost = 2
		start_year = 1962
		folder = {
			name = infantry_folder
			position = { x = 2 y = @1962 }
		}
		
		categories = {
			motorized_equipment
			mio_cat_tech_all_motorized_mechanized
			infantry_tech
			cat_mechanized_equipment
		}
		
		ai_will_do = {
			base = 2

			modifier = {
				factor = 2
				is_major = yes
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_amphibious_mechanized_chassis_1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_subunits = {
			amphibious_mechanized
		}

		enable_equipments = {
			amphibious_mechanized_chassis_1
		}

		path = {
			leads_to_tech = tec_amphibious_mechanized_chassis_2
			research_cost_coeff = 1
		}
		research_cost = 2
		start_year = 1941
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1941 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = USA
				factor = 2
			}
		}
		special_project_specialization = { specialization_land }
	}
	
	tec_amphibious_mechanized_chassis_2 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			amphibious_mechanized_chassis_2
		}

		path = {
			leads_to_tech = tec_amphibious_mechanized_chassis_3
			research_cost_coeff = 1
		}
		research_cost = 2
		start_year = 1943
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1943 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = USA
				factor = 2
			}
		}
		special_project_specialization = { specialization_land }
	}

	tec_amphibious_mechanized_chassis_3 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			amphibious_mechanized_chassis_3
		}

		path = {
			leads_to_tech = tec_amphibious_mechanized_chassis_4
			research_cost_coeff = 1
		}
		research_cost = 2
		start_year = 1945
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1945 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = USA
				factor = 2
			}
		}
		special_project_specialization = { specialization_land }
	}

	tec_amphibious_mechanized_chassis_4 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			amphibious_mechanized_chassis_4
		}

		path = {
			leads_to_tech = tec_amphibious_mechanized_chassis_5
			research_cost_coeff = 1
		}
		research_cost = 2
		start_year = 1948
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1948 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = USA
				factor = 2
			}
		}
		special_project_specialization = { specialization_land }
	}

	tec_amphibious_mechanized_chassis_5 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			amphibious_mechanized_chassis_5
		}

		path = {
			leads_to_tech = tec_amphibious_mechanized_chassis_6
			research_cost_coeff = 1
		}
		research_cost = 2
		start_year = 1952
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1952 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = USA
				factor = 2
			}
		}
		special_project_specialization = { specialization_land }
	}

	tec_amphibious_mechanized_chassis_6 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			amphibious_mechanized_chassis_6
		}

		path = {
			leads_to_tech = tec_amphibious_mechanized_chassis_7
			research_cost_coeff = 1
		}
		research_cost = 2
		start_year = 1957
		folder = {
			name = infantry_folder
			position = { x = 4 y = @1957 }
		}
		
		categories = {
			motorized_equipment
			infantry_tech
			cat_mechanized_equipment
			tp_tech
			mio_cat_tech_all_motorized_mechanized
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = USA
				factor = 2
			}
		}
		special_project_specialization = { specialization_land }
	}

	tec_amphibious_mechanized_chassis_7 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		
		allow_branch = {
			has_dlc = "No Step Back"
		}

		enable_equipments = {
			amphibious_mechanized_chassis_7
		}

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

	######### FROM JAPANESE FOCUS ##########
	bicycle_infantry = {

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			bicycle_battalion
		}
	}

	JAP_silver_wheels = { #hidden tech to boost Bicycles in Jungles and Forests. 

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		bicycle_battalion = {
			forest = {
				movement = 0.1
				attack = 0.1
			}
			jungle = {
				movement = 0.1
				attack = 0.1
			}
		}
	}

	JAP_lighter_tanks = { #hidden tech to boost Tanks in Jungles and Forests. 

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		categories = {
			armor
		}

		category_all_armor = {
			jungle = {
				defence = 0.1
				attack = 0.1
			}
		}
	}

	camelry = {

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			camelry
		}
	}

	elephantry = {

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			elephantry
		}
	}

	######### FROM SOVIET FOCUS ########## (And Finnish)
	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
		}
	}


	######### 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
			}
		}
	}

	TOA_jungle_pioneers_support_tech = {

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			jungle_pioneers_support
		}
	}

	ToA_river_boats_tech = { #hidden tech to boost Brazil via Brown Water Navy focus
		# Remember to update tt: BRA_brown_water_navy_idea_bonus_tt

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		category_all_infantry = {
			river = {
				movement = 0.1
				attack = 0.1
				defence = 0.05
			}
		}
	}

	######### FROM GERMAN FOCUS ##########
	sturmtruppe_battalion_tech = {

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		enable_subunits = {
			sturmtruppe_battalion
		}
	}

	GER_heavy_armored_car = {
 		allow = { always = no }
		enable_equipments = {
			#armored_car_at_equipment
		}

		research_cost = 1
		start_year = 1936
		sub_tech_index = 1

		categories = {
			motorized_equipment
			armor
			cat_armored_cars
		}

		armored_car_recon = {
			max_strength = 3
			max_organisation = 2
			armor_value = 0.5
			#ap_attack = 0.1
			#hard_attack = 0.1
			#hardness = 1
			recon = 1
			defense = 0.1
			forest = {
		    	#attack = 0.05
				movement = 0.05
			}
			desert = {
		    	#attack = 0.05
				movement = 0.1
			}
			plains = {
				movement = 0.1
			}
		}
	}


	##### FROM BELGIAN FOCUS #####
	BEL_chasseurs_ardennais = { #hidden tech to boost Mountaineers in Forests. Remember to update BEL_chasseurs_ardennais_tt if you change these numbers!

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		category_mountaineers = {
			forest = {
				movement = 0.1
				attack = 0.2
				defence = 0.2
			}
			mountain = {
				movement = -0.1
				attack = -0.2
			}
		}
	}

	BEL_chasseurs_ardennais_ncns = { #hidden tech to boost Rangers in Hills and Mountain. Remember to update BEL_chasseurs_ardennais_ncns_tt if you change these numbers!

		allow = {
			always = no
		}

		research_cost = 1
		start_year = 1936

		category_rangers = {
			hills = {
				movement = 0.10
				attack = 0.15
				defence = 0.15
			}
			mountain = {
				movement = 0.05
				attack = 0.05
			}
		}
	}

	uranium_tipped_bullets = {

		allow = {
			always = no #UPDATE RAJ_uranium_tipped_bullets_tt if changing
		}

		research_cost = 1
		start_year = 1947

		category_all_infantry = {
			hard_attack = 0.25
			ap_attack = 1
		}

		category_cavalry = {
			hard_attack = 0.1
			ap_attack = 0.4
		}

		category_artillery = {
			hard_attack = 1
		}

		#artillery = {
		#	hard_attack = 2
		#}
		#artillery_brigade = {
		#	hard_attack = 2.5
		#}
		#mot_artillery_brigade = {
		#	hard_attack = 1
		#}
		#category_self_propelled_artillery = {
		#	hard_attack = 0.5
		#}

		category_tank_destroyers = {
			hard_attack = 0.15
			ap_attack = 0.2
		}

		anti_tank = {
			hard_attack = 0.1
			ap_attack = 0.2
		}
		#anti_tank_brigade = {
		#	hard_attack = 0.1
		#	ap_attack = 0.2
		#}
		mot_anti_tank_brigade = {
			hard_attack = 0.1
			ap_attack = 0.2
		}

		anti_air = {
			air_attack = 0.1
		}
		#anti_air_brigade = {
		#	air_attack = 0.1
		#}
		mot_anti_air_brigade = {
			air_attack = 0.1
		}
		ai_will_do = {
			factor = 0
		}
	}


	##### FROM PHILIPPINE FOCUS #####
	PHI_battalion_combat_teams = {

		allow = {
			always = no #UPDATE PHI_battalion_combat_teams_tt if changing
		}

		research_cost = 1


		category_all_infantry = {
			hard_attack = 0.15
			soft_attack = 0.15
			ap_attack = 0.15
		}

		category_cavalry = {
			hard_attack = 0.10
			soft_attack = 0.10
			ap_attack = 0.10
		}

		ai_will_do = {
			factor = 0
		}
	}

	revolutionary_mass_assault = {

		conscription = 0.02
		infantry = {
			combat_width = -0.2
		}

	}
}
