technologies = {


	@1918 = 0
	@1934 = 2
	@1935 = 3
	@1936 = 4
	@1938 = 5
	@1939 = 6
	@1940 = 7
	@1941 = 8
	@1942 = 9
	@1943 = 10
	@1944 = 11
	@1945 = 12
	@1948 = 14
	@1949 = 16
	@1951 = 18
	@1953 = 20
	@1956 = 22
	@1958 = 24
	@1960 = 26


	### GERMAN TANK NAMES IN COMMENTS SO YOU CAN FIND STUFF MORE EASILY
	gwtank_chassis = { #Leichttraktor
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		show_equipment_icon = yes
		enable_equipments = {
			light_tank_chassis_0
			medium_tank_chassis_0
			heavy_tank_chassis_0
			light_tank_destroyer_chassis_0
			medium_tank_destroyer_chassis_0
			heavy_tank_destroyer_chassis_0
			light_tank_artillery_chassis_0
			medium_tank_artillery_chassis_0
			heavy_tank_artillery_chassis_0
			light_tank_aa_chassis_0
			medium_tank_aa_chassis_0
			heavy_tank_aa_chassis_0
		}
		enable_equipment_modules = {
			tank_torsion_bar_suspension
			tank_riveted_armor
			tank_gasoline_engine
			tank_diesel_engine
			tank_petrol_electric_engine
			tank_cast_armor
			tank_christie_suspension
			tank_bogie_suspension
			tank_interleaved_suspension
			tank_light_one_man_tank_turret
			tank_light_two_man_tank_turret
			tank_light_three_man_tank_turret
			tank_light_fixed_superstructure_turret
			tank_medium_one_man_tank_turret
			tank_medium_two_man_tank_turret
			tank_medium_three_man_tank_turret
			tank_medium_fixed_superstructure_turret
			tank_heavy_two_man_tank_turret
			tank_heavy_three_man_tank_turret
			tank_heavy_fixed_superstructure_turret
			tank_super_heavy_four_man_tank_turret
			tank_super_heavy_three_man_tank_turret
			tank_modern_tank_turret
			sloped_armor
			extra_ammo_storage
			wet_ammo_storage
			smoke_launchers
			expanded_fuel_tank
		}
		enable_subunits = {
			light_armor
			medium_armor
			heavy_armor
		}
		on_research_complete_limit = {
			NOT = {	has_template_containing_unit = light_armor }
			NOT = {	has_template_containing_unit = heavy_armor }
			NOT = {	has_template_containing_unit = medium_armor }
		}
		on_research_complete = {
			hidden_effect = {
				if = {
					limit = {
						has_tech = motorised_infantry
					}

					load_oob = "unlock_tanks_mot"
				}
				if = {
					limit = {
						NOT = { has_tech = motorised_infantry }
					}

					load_oob = "unlock_tanks"
				}
			}

			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}

		path = {
			leads_to_tech = basic_light_tank_chassis
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = basic_heavy_tank_chassis
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = basic_medium_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1918
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1918 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}

			modifier = {
				factor = 1.2
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.2
				date > "1938.1.1"
			}

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

		categories = {
			armor
			cat_light_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}

	basic_light_tank_chassis = { #Panzer I
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			light_tank_chassis_1
			light_tank_destroyer_chassis_1
			light_tank_artillery_chassis_1
			light_tank_aa_chassis_1
		}
		enable_subunits = {
			light_armor
		}

		on_research_complete_limit = {
			NOT = {	has_template_containing_unit = light_armor }
			NOT = {	has_template_containing_unit = heavy_armor }
			NOT = {	has_template_containing_unit = medium_armor }
		}
		on_research_complete = {
			hidden_effect = {
				if = {
					limit = {
						has_tech = motorised_infantry
					}

					load_oob = "unlock_tanks_mot"
				}
				if = {
					limit = {
						NOT = { has_tech = motorised_infantry }
					}

					load_oob = "unlock_tanks"
				}

				if = { #Italian templates
					limit = {
						original_tag = ITA
						has_completed_focus = ITA_italian_tankettes
					}
					ITA_add_improved_light_tank_templates = yes
				}
			}

			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}

		path = {
			leads_to_tech = improved_light_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1934
		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = @1934 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		categories = {
			armor
			cat_light_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}

	improved_light_tank_chassis = { #Panzer II
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			light_tank_chassis_2
			light_tank_destroyer_chassis_2
			light_tank_artillery_chassis_2
			light_tank_aa_chassis_2
		}

		path = {
			leads_to_tech = advanced_light_tank_chassis
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = amphibious_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1936

		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = @1936 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
				NOT = {
					AND = {
						tag = JAP
						num_of_military_factories < 50
					}
				}
			}
			modifier = {
				is_major = yes
				not = { tag = JAP }
				has_war = yes
				factor = 10 #you are embarassing yourself
			}
			modifier = {
				tag = SOV
				factor = 3
			}
			modifier = {
				factor = 3
				# Matilda II was designed and entered production in 1937
				tag = ENG
				date > "1936.9.1"
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ITA
					has_completed_focus = ITA_italian_tankettes
				}
				ITA_add_improved_light_tank_templates = yes
			}
		}

		categories = {
			armor
			cat_light_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}



	amphibious_tank_chassis = { #SchwimmPanzer II
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			amphibious_tank_chassis_1
		}

		enable_subunits = {
			amphibious_armor
		}

		path = {
			leads_to_tech = amphibious_drive
			research_cost_coeff = 1
		}

		allow_branch = {
			has_dlc = "Man the Guns"
		}

		research_cost = 2
		start_year = 1938

		folder = {
			name = nsb_armour_folder
			position = { x = -4 y = @1938 }
		}

		ai_will_do = {
			factor = 0.5

			modifier = {
				factor = 2
				is_major = yes
				NOT = {
					TAG = GER
				}
			}
			modifier = {
				OR = {
					original_tag = USA
					original_tag = JAP
				}
				factor = 2
			}
			modifier = {
				not = {
					any_controlled_state = {
						is_coastal = yes
					}
				}
				factor = 0
			}
		}

		categories = {
			armor
			tp_tech
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}

	amphibious_drive = { #SchwimmPanzer II
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipment_modules = {
			amphibious_drive
		}

		enable_equipments = {
			light_tank_amphibious_chassis_0
			light_tank_amphibious_chassis_1
			light_tank_amphibious_chassis_2
			light_tank_amphibious_chassis_3
			light_tank_amphibious_chassis_4
			light_tank_amphibious_chassis_5
			light_tank_amphibious_chassis_6
			light_tank_amphibious_chassis_7
			light_tank_amphibious_chassis_8
			medium_tank_amphibious_chassis_0
			medium_tank_amphibious_chassis_1
			medium_tank_amphibious_chassis_2
			medium_tank_amphibious_chassis_3
			medium_tank_amphibious_chassis_4
			heavy_tank_amphibious_chassis_0
			heavy_tank_amphibious_chassis_1
			heavy_tank_amphibious_chassis_2
			heavy_tank_amphibious_chassis_3
			heavy_tank_amphibious_chassis_4
			heavy_tank_amphibious_chassis_5
			heavy_tank_amphibious_chassis_6
			heavy_tank_amphibious_chassis_7
			heavy_tank_amphibious_chassis_8
		}

		research_cost = 2
		start_year = 1941

		folder = {
			name = nsb_armour_folder
			position = { x = -4 y = @1941 }
		}

		ai_will_do = {
			factor = 0.5

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				OR = {
					original_tag = USA
					original_tag = JAP
				}
				factor = 2
			}
			modifier = {
				not = {
					any_controlled_state = {
						is_coastal = yes
					}
				}
				factor = 0
			}
		}

		categories = {
			armor
			tp_tech
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}

	advanced_light_tank_chassis = { #Leopard
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			light_tank_chassis_3
			light_tank_destroyer_chassis_3
			light_tank_artillery_chassis_3
			light_tank_aa_chassis_3
		}

		path = {
			leads_to_tech = tech_light_tank_chassis_4
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1941

		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = @1941 }
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				is_major = no
				factor = 2  # Minors prefer light tanks
			}

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

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

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

		categories = {
			armor
			cat_light_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}

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

		enable_equipments = {
			light_tank_chassis_4
			light_tank_destroyer_chassis_4
			light_tank_artillery_chassis_4
			light_tank_aa_chassis_4
		}

		path = {
			leads_to_tech = tech_light_tank_chassis_5
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1945

		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = @1945 }
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				is_major = no
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1946.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1947.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1948.1.1"
			}
		}

		categories = {
			armor
			cat_light_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}

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

		enable_equipments = {
			light_tank_chassis_5
			light_tank_destroyer_chassis_5
			light_tank_artillery_chassis_5
			light_tank_aa_chassis_5
		}

		path = {
			leads_to_tech = tech_light_tank_chassis_6
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1949

		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = @1949 }
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				is_major = no
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1950.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1951.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1952.1.1"
			}
		}

		categories = {
			armor
			cat_light_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}

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

		enable_equipments = {
			light_tank_chassis_6
			light_tank_destroyer_chassis_6
			light_tank_artillery_chassis_6
			light_tank_aa_chassis_6
		}

		path = {
			leads_to_tech = tech_light_tank_chassis_7
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1953

		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = @1953 }
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				is_major = no
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1954.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1955.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1956.1.1"
			}
		}

		categories = {
			armor
			cat_light_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}

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

		enable_equipments = {
			light_tank_chassis_7
			light_tank_destroyer_chassis_7
			light_tank_artillery_chassis_7
			light_tank_aa_chassis_7
		}

		research_cost = 2
		start_year = 1958

		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = @1958 }
		}

		ai_will_do = {
			factor = 0.5
			modifier = {
				is_major = no
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1959.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1960.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1961.1.1"
			}
		}

		categories = {
			armor
			cat_light_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
		}
	}

	basic_medium_tank_chassis = { #Panzer III
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			medium_tank_chassis_1
			medium_tank_destroyer_chassis_1
			medium_tank_artillery_chassis_1
			medium_tank_aa_chassis_1
		}

		enable_subunits = {
			medium_armor
		}

		on_research_complete_limit = {
			NOT = {	has_template_containing_unit = light_armor }
			NOT = {	has_template_containing_unit = heavy_armor }
			NOT = {	has_template_containing_unit = medium_armor }
		}
		on_research_complete = {
			hidden_effect = {
				if = {
					limit = {
						has_tech = motorised_infantry
					}

					load_oob = "unlock_tanks_mot"
				}
				if = {
					limit = {
						NOT = { has_tech = motorised_infantry }
					}

					load_oob = "unlock_tanks"
				}
			}

			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}

		path = {
			leads_to_tech = improved_medium_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1938

		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1938 }
		}

		ai_will_do = {
			factor = 2

			modifier = {
				factor = 2
				is_major = yes
				NOT = {
					AND = {
						tag = JAP
						num_of_military_factories < 50
					}
				}
				date > "1938.1.1"
			}
			modifier = {
				tag = SOV
				factor = 1.5
			}

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

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

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

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

			modifier = {
				factor = 15.0
				tag = GER
				has_opinion_modifier = sov_ger_treaty
			}
		}

		categories = {
			armor
			cat_medium_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
		}
	}



	improved_medium_tank_chassis = { #Panzer IV
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			medium_tank_chassis_2
			medium_tank_destroyer_chassis_2
			medium_tank_artillery_chassis_2
			medium_tank_aa_chassis_2
		}

		path = {
			leads_to_tech = advanced_medium_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1940

		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1940 }
		}

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ITA
					OR = {
						has_completed_focus = ITA_end_fiat_ansaldo_duopoly
						has_completed_focus = ITA_modernize_ansaldo_facilities
					}
				}
				ITA_add_improved_medium_tank_templates = yes
			}
		}

		ai_will_do = {
			factor = 3

			modifier = {
				factor = 2
				is_major = yes
				NOT = {
					AND = {
						tag = JAP
						num_of_military_factories < 50
					}
				}
			}
			modifier = {
				date < "1941.1.1"
				factor = 0.3
			}
			modifier = {
				factor = 2
				tag = GER
			}

			modifier = {
				factor = 2
				tag = SOV
			}

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

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

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

		categories = {
			armor
			cat_medium_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
		}
	}

	advanced_medium_tank_chassis = { #Panther
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			medium_tank_chassis_3
			medium_tank_destroyer_chassis_3
			medium_tank_artillery_chassis_3
			medium_tank_aa_chassis_3
		}

		path = {
			leads_to_tech = main_battle_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1943

		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1943 }
		}

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ITA
					has_completed_focus = ITA_ferrea_mole_ferreo_cuore
				}
				ITA_add_advanced_medium_tank_templates = yes
			}
		}

		ai_will_do = {
			factor = 1

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

			modifier = {
				factor = 1.2
				date > "1945.1.1"
			}

			modifier = {
				factor = 1.2
				date > "1946.1.1"
			}
		}

		categories = {
			armor
			cat_medium_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
		}
	}

	main_battle_tank_chassis = { #E-50
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			modern_tank_chassis_1
			modern_tank_destroyer_chassis_1
			modern_tank_artillery_chassis_1
			modern_tank_aa_chassis_1
		}
		enable_subunits = {
			modern_armor
		}

		path = {
			leads_to_tech = tech_main_battle_tank_chassis_2
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1945

		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1945 }
		}

		ai_will_do = {
			factor = 1

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

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

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

		categories = {
			armor
			cat_medium_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
		}
	}

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

		enable_equipments = {
			modern_tank_chassis_2
			modern_tank_destroyer_chassis_2
			modern_tank_artillery_chassis_2
			modern_tank_aa_chassis_2
		}

		path = {
			leads_to_tech = tech_main_battle_tank_chassis_3
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1948

		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1948 }
		}

		ai_will_do = {
			factor = 1

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

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

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

		categories = {
			armor
			cat_medium_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
		}
	}

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

		enable_equipments = {
			modern_tank_chassis_3
			modern_tank_destroyer_chassis_3
			modern_tank_artillery_chassis_3
			modern_tank_aa_chassis_3
		}

		path = {
			leads_to_tech = tech_main_battle_tank_chassis_4
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1951

		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1951 }
		}

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

		categories = {
			armor
			cat_medium_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
		}
	}

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

		enable_equipments = {
			modern_tank_chassis_4
			modern_tank_destroyer_chassis_4
			modern_tank_artillery_chassis_4
			modern_tank_aa_chassis_4
		}

		path = {
			leads_to_tech = tech_main_battle_tank_chassis_5
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1956

		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1956 }
		}

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

		categories = {
			armor
			cat_medium_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
		}
	}

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

		enable_equipments = {
			modern_tank_chassis_5
			modern_tank_destroyer_chassis_5
			modern_tank_artillery_chassis_5
			modern_tank_aa_chassis_5
		}

		path = {
			leads_to_tech = tech_main_battle_tank_chassis_6
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1960

		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1960 }
		}

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

		categories = {
			armor
			cat_medium_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
		}
	}


	basic_heavy_tank_chassis = { #Grosstraktor
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			heavy_tank_chassis_1
			heavy_tank_destroyer_chassis_1
			heavy_tank_artillery_chassis_1
			heavy_tank_aa_chassis_1
		}

		enable_subunits = {
			heavy_armor
		}

		on_research_complete_limit = {
			NOT = {	has_template_containing_unit = light_armor }
			NOT = {	has_template_containing_unit = heavy_armor }
			NOT = {	has_template_containing_unit = medium_armor }
		}
		on_research_complete = {
			hidden_effect = {
				if = {
					limit = {
						has_tech = motorised_infantry
					}

					load_oob = "unlock_tanks_mot"
				}
				if = {
					limit = {
						NOT = { has_tech = motorised_infantry }
					}

					load_oob = "unlock_tanks"
				}
			}

			custom_effect_tooltip = UNLOCK_DIVISION_TEMPLATE
		}

		path = {
			leads_to_tech = improved_heavy_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1934

		folder = {
			name = nsb_armour_folder
			position = { x = 5 y = @1934 }
		}

		ai_will_do = {
			factor = 0.8

			modifier = {
				factor = 1.2
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.2
				date > "1938.1.1"
			}

			modifier = {
				factor = 1.2
				date > "1939.1.1"
			}
			modifier = {
				tag = FRA
				factor = 3
			}
			modifier = {
				tag = JAP
				num_of_military_factories < 100
				factor = 0
			}
		}

		categories = {
			armor
			cat_heavy_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

	improved_heavy_tank_chassis = { #Tiger
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			heavy_tank_chassis_2
			heavy_tank_destroyer_chassis_2
			heavy_tank_artillery_chassis_2
			heavy_tank_aa_chassis_2
		}

		path = {
			leads_to_tech = advanced_heavy_tank_chassis
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = super_heavy_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1940

		folder = {
			name = nsb_armour_folder
			position = { x = 5 y = @1940 }
		}

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ITA
					OR = {
						has_completed_focus = ITA_end_fiat_ansaldo_duopoly
						has_completed_focus = ITA_modernize_ansaldo_facilities
					}
				}
				ITA_add_improved_heavy_tank_templates = yes
			}
		}

		ai_will_do = {
			factor = 0.8
			modifier = {
				tag = JAP
				num_of_military_factories < 100
				factor = 0
			}
			modifier = {
				factor = 1.2
				date > "1942.1.1"
			}

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

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

		categories = {
			armor
			cat_heavy_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}


	advanced_heavy_tank_chassis = { #King Tiger
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			heavy_tank_chassis_3
			heavy_tank_destroyer_chassis_3
			heavy_tank_artillery_chassis_3
			heavy_tank_aa_chassis_3
		}

		path = {
			leads_to_tech = main_battle_tank_chassis
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = tech_heavy_tank_chassis_4
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1943

		folder = {
			name = nsb_armour_folder
			position = { x = 5 y = @1943 }
		}

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ITA
					has_completed_focus = ITA_ferrea_mole_ferreo_cuore
				}
				ITA_add_advanced_heavy_tank_templates = yes
			}
		}

		ai_will_do = {
			factor = 0.8

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

			modifier = {
				factor = 1.2
				date > "1945.1.1"
			}

			modifier = {
				factor = 1.2
				date > "1946.1.1"
			}
		}

		categories = {
			armor
			cat_heavy_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		enable_equipments = {
			heavy_tank_chassis_4
			heavy_tank_destroyer_chassis_4
			heavy_tank_artillery_chassis_4
			heavy_tank_aa_chassis_4
		}

		path = {
			leads_to_tech = tech_heavy_tank_chassis_5
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1948

		folder = {
			name = nsb_armour_folder
			position = { x = 5 y = @1948 }
		}

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ITA
					has_completed_focus = ITA_ferrea_mole_ferreo_cuore
				}
				ITA_add_advanced_heavy_tank_templates = yes
			}
		}

		ai_will_do = {
			factor = 0.8

			modifier = {
				factor = 1.2
				date > "1949.1.1"
			}

			modifier = {
				factor = 1.2
				date > "1950.1.1"
			}

			modifier = {
				factor = 1.2
				date > "1951.1.1"
			}
		}

		categories = {
			armor
			cat_heavy_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		enable_equipments = {
			heavy_tank_chassis_5
			heavy_tank_destroyer_chassis_5
			heavy_tank_artillery_chassis_5
			heavy_tank_aa_chassis_5
		}

		research_cost = 2.5
		start_year = 1956

		folder = {
			name = nsb_armour_folder
			position = { x = 5 y = @1956 }
		}

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ITA
					has_completed_focus = ITA_ferrea_mole_ferreo_cuore
				}
				ITA_add_advanced_heavy_tank_templates = yes
			}
		}

		ai_will_do = {
			factor = 0.8

			modifier = {
				factor = 1.2
				date > "1957.1.1"
			}

			modifier = {
				factor = 1.2
				date > "1958.1.1"
			}

			modifier = {
				factor = 1.2
				date > "1959.1.1"
			}
		}

		categories = {
			armor
			cat_heavy_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

	super_heavy_tank_chassis = { #Maus
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50

		enable_equipments = {
			super_heavy_tank_chassis_1
			super_heavy_tank_destroyer_chassis_1
			super_heavy_tank_artillery_chassis_1
			super_heavy_tank_aa_chassis_1
		}

		enable_subunits = {
			super_heavy_armor
		}

		enable_equipment_modules = {
			tank_super_heavy_cannon
		}

		research_cost = 2.5
		start_year = 1943
		folder = {
			name = nsb_armour_folder
			position = { x = 8 y = @1943 }
		}

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ITA
				}
				if = {
					limit = {
						has_completed_focus = ITA_capo_supremo
					}
					ITA_add_il_duce_sh_tank_template_and_production = yes
				}
				else_if = {
					limit = {
						has_completed_focus = ITA_modern_musculus
					}
					ITA_add_modern_musculus_sh_tank_template_and_production = yes
				}
				else_if = {
					limit = {
						has_completed_focus = ITA_a_time_for_war
					}
					ITA_add_hand_of_god_sh_tank_template_and_production = yes
				}
			}
		}

		ai_will_do = {
			factor = 0 # Hitler cries on the inside
		}

		categories = {
			armor
			cat_heavy_armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

	armor_tech_1 = {
		xp_research_type = army
		xp_boost_cost = 50
		xp_research_bonus = 0.50
		enable_equipment_modules = {
			tank_welded_armor
		}

		path = {
			leads_to_tech = armor_tech_2
			research_cost_coeff = 1
		}

		on_research_complete = {
			custom_effect_tooltip = armor_tech_1_tt
		}
		show_effect_as_desc = yes

		research_cost = 1
		start_year = 1936
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1936 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		enable_equipment_modules = {
			armor_skirts
		}
		path = {
			leads_to_tech = armor_tech_3
			research_cost_coeff = 1
		}

		on_research_complete = {
			custom_effect_tooltip = armor_tech_2_tt
		}
		show_effect_as_desc = yes

		research_cost = 1
		start_year = 1938
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1938 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = armor_tech_4
			research_cost_coeff = 1
		}

		on_research_complete = {
			custom_effect_tooltip = armor_tech_3_tt
		}
		show_effect_as_desc = yes

		research_cost = 1
		start_year = 1941
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1941 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = armor_tech_5
			research_cost_coeff = 1
		}
		research_cost = 1
		start_year = 1944
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1944 }
		}

		on_research_complete = {
			custom_effect_tooltip = armor_tech_4_tt
		}
		show_effect_as_desc = yes

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = armor_tech_6
			research_cost_coeff = 1
		}
		research_cost = 1
		start_year = 1948
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1948 }
		}

		on_research_complete = {
			custom_effect_tooltip = armor_tech_5_tt
		}
		show_effect_as_desc = yes

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1949.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1950.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1951.1.1"
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = armor_tech_7
			research_cost_coeff = 1
		}
		research_cost = 1
		start_year = 1951
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1951 }
		}

		on_research_complete = {
			custom_effect_tooltip = armor_tech_6_tt
		}
		show_effect_as_desc = yes

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1952.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1953.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1954.1.1"
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = armor_tech_8
			research_cost_coeff = 1
		}
		research_cost = 1
		start_year = 1956
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1956 }
		}

		on_research_complete = {
			custom_effect_tooltip = armor_tech_7_tt
		}
		show_effect_as_desc = yes

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1957.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1958.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1959.1.1"
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		research_cost = 1
		start_year = 1960
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1960 }
		}

		on_research_complete = {
			custom_effect_tooltip = armor_tech_8_tt
		}
		show_effect_as_desc = yes

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1961.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1962.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1963.1.1"
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = engine_tech_2
			research_cost_coeff = 1
		}
		on_research_complete = {
			custom_effect_tooltip = engine_tech_1_tt
		}
		show_effect_as_desc = yes
		research_cost = 1
		start_year = 1936
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1936 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = engine_tech_3
			research_cost_coeff = 1
		}

		on_research_complete = {
			custom_effect_tooltip = engine_tech_2_tt
		}
		show_effect_as_desc = yes

		research_cost = 1
		start_year = 1938
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1938 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = engine_tech_4
			research_cost_coeff = 1
		}
		on_research_complete = {
			custom_effect_tooltip = engine_tech_3_tt
		}
		show_effect_as_desc = yes
		research_cost = 1
		start_year = 1941
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1941 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = engine_tech_5
			research_cost_coeff = 1
		}
		research_cost = 1
		start_year = 1944
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1944 }
		}
		on_research_complete = {
			custom_effect_tooltip = engine_tech_4_tt
		}
		show_effect_as_desc = yes
		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1937.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1938.1.1"
			}

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = engine_tech_6
			research_cost_coeff = 1
		}
		research_cost = 1
		start_year = 1948
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1948 }
		}
		on_research_complete = {
			custom_effect_tooltip = engine_tech_5_tt
		}
		show_effect_as_desc = yes
		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1949.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1950.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1951.1.1"
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = engine_tech_7
			research_cost_coeff = 1
		}
		research_cost = 1
		start_year = 1951
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1951 }
		}
		on_research_complete = {
			custom_effect_tooltip = engine_tech_6_tt
		}
		show_effect_as_desc = yes
		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1952.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1953.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1954.1.1"
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		path = {
			leads_to_tech = engine_tech_8
			research_cost_coeff = 1
		}
		research_cost = 1
		start_year = 1956
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1956 }
		}
		on_research_complete = {
			custom_effect_tooltip = engine_tech_7_tt
		}
		show_effect_as_desc = yes
		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1957.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1958.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1959.1.1"
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

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

		research_cost = 1
		start_year = 1960
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1960 }
		}
		on_research_complete = {
			custom_effect_tooltip = engine_tech_8_tt
		}
		show_effect_as_desc = yes
		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}
			modifier = {
				has_war = yes
				factor = 2
			}

			modifier = {
				factor = 1.1
				date > "1961.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1962.1.1"
			}

			modifier = {
				factor = 1.1
				date > "1963.1.1"
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			mio_cat_tech_light_armor_and_modules
			mio_cat_tech_medium_armor_and_modules
			mio_cat_tech_heavy_armor_and_modules
		}
	}

	NOR_rikstanken_tech = {

		allow = { always = no } #Only obtained through Rikstanken Event

		enable_equipment_modules = {
			NOR_rikstanken_turret
			NOR_tank_rikstanken_armor
		}

		path = {
		}

		on_research_complete = {
		
		}

		show_effect_as_desc = no

		research_cost = 1
		start_year = 1936


		categories = {
			armor
		}
	}

}
