technologies = {


	@1918 = 0
	@1934 = 2
	@1935 = 3
	@1936 = 4
	@1937 = 5
	@1938 = 5
	@1939 = 6
	@1940 = 7
	@1941 = 8
	@1942 = 9
	@1943 = 10
	@1944 = 11
	@1945 = 12
	@1947 = 14
	@1948 = 15
	@1950 = 16
	@1955 = 18
	@1960 = 20
	@1965 = 22
	@1970 = 24

	### GERMAN TANK NAMES IN COMMENTS SO YOU CAN FIND STUFF MORE EASILY
	gwtank_chassis = { #Leichttraktor

		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
			#covered_top
			open_top
			oscillating_turret
			oscillating_turret_small
			tank_horstmann_suspension
			tank_radio_0
		}
		enable_subunits = {
			light_armor
			medium_armor
			heavy_armor
			light_tank_company
			medium_tank_company
			heavy_tank_company
		}
		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
		}

		path = {
			leads_to_tech = sp_armored_advanced_flamethrower_tech
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1902
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = 0 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}

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

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_light_armor
			mio_cat_tech_light_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	basic_light_tank_chassis = { #Panzer I

		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 = ILD
						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 = 1918
		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = 2 }
		}

		ai_will_do = {
			factor = 1

			modifier = {
				factor = 2
				is_major = yes
			}

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

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_light_armor
			mio_cat_tech_light_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	improved_light_tank_chassis = { #Panzer II

		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 = 1920

		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = 4 }
		}

		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 = RUS
				factor = 3
			}
			modifier = {
				factor = 3
				# Matilda II was designed and entered production in 1937
				tag = ALK
				date > "1920.9.1"
			}
			modifier = {
				factor = 8
				# M3 Stuart entered production in 1941
				tag = USA
				date > 1924.9.1
			}
			modifier = {
				factor = 1.1
				date > "1921.1.1"
			}

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

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

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ILD
					has_completed_focus = ITA_italian_tankettes
				}
				ITA_add_improved_light_tank_templates = yes
			}
			IF = { #Hungarian templates
				limit = {
					original_tag = HUN
					has_completed_focus = wuw_HUN_the_toldi
				}
				#38M Toldi
				create_equipment_variant = {
					name = "38M Toldi"
					type = light_tank_chassis_2
					parent_version = 0
					modules = {
						main_armament_slot_tank = tank_small_cannon_2
						turret_type_slot = tank_light_fixed_superstructure_turret
						suspension_type_slot = tank_torsion_bar_suspension
						armor_type_slot = tank_riveted_armor
						engine_type_slot = tank_gasoline_engine
						special_type_slot_2_tank = tank_radio_1
					}
					upgrades = {
						tank_nsb_engine_upgrade = 3
						tank_nsb_armor_upgrade = 2
					}
					#icon = "GFX_ITA_improved_light_tank_medium"
				}
			}
		}
		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_light_armor
			mio_cat_tech_light_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	paradrop_tank_chassis = {

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

		enable_equipments = {
			paradrop_tank_chassis_0
		}

		enable_subunits = {
			light_para_armor
			light_para_sp_anti_air
			light_para_tank_destroyer
			light_para_sp_artillery
		}

		enable_equipment_modules = {
			tank_light_one_man_tank_turret_p
			tank_light_two_man_tank_turret_p
			tank_light_fixed_superstructure_turret_p
		}

		#dependencies = {
		#	paras_airborne_light_armor = 1
		#}

		research_cost = 0.5
		start_year = 1922

		ai_will_do = {
			factor = 0
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_light_armor
			mio_cat_tech_light_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	amphibious_tank_chassis = { #SchwimmPanzer II

		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 = 1922

		folder = {
			name = nsb_armour_folder
			position = { x = -4 y = 5 }
		}

		ai_will_do = {
			factor = 0.5

			modifier = {
				factor = 2
				is_major = yes
				NOT = {
					TAG = EMP
				}
			}
			modifier = {
			factor = 0.1
original_tag = EMP #germany should never bother with this
}
modifier = {
				OR = {
					original_tag = USA
					original_tag = JAP
				}
				factor = 2
			}
			modifier = {
				not = {
					any_controlled_state = {
						is_coastal = yes
					}
				}
				factor = 0
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			tp_tech
			mio_cat_tech_light_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	amphibious_drive = { #SchwimmPanzer II


		enable_equipment_modules = {
			amphibious_drive
		}

		enable_equipments = {
			light_tank_amphibious_chassis_0
			medium_tank_amphibious_chassis_0
			heavy_tank_amphibious_chassis_0
			light_tank_amphibious_chassis_1
			medium_tank_amphibious_chassis_1
			heavy_tank_amphibious_chassis_1
			light_tank_amphibious_chassis_2
			medium_tank_amphibious_chassis_2
			heavy_tank_amphibious_chassis_2
			light_tank_amphibious_chassis_3
			medium_tank_amphibious_chassis_3
			heavy_tank_amphibious_chassis_3
		}

		research_cost = 2
		start_year = 1925

		folder = {
			name = nsb_armour_folder
			position = { x = -4 y = 8 }
		}

		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
			mio_cat_tech_all_armor_and_modules
			tp_tech
			mio_cat_tech_light_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	advanced_light_tank_chassis = { #Leopard

		enable_equipments = {
			light_tank_chassis_3
			light_tank_destroyer_chassis_3
			light_tank_artillery_chassis_3
			light_tank_aa_chassis_3
		}


		sub_technologies = {
			paradrop_tank_chassis
		}

		path = {
			leads_to_tech = advanced_medium_tank_chassis
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = modern_light_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1925

		folder = {
			name = nsb_armour_folder
			position = { x = -1 y = 8 }
		}

		ai_will_do = {
			base = 1
			modifier = {
				is_major = no
				factor = 2  # Minors prefer light tanks
			}
			modifier = {
				factor = 8
				# M24 Chaffee was designed and entered production in 1943
				tag = USA
				date > 1927.3.1
			}
			modifier = {
				factor = 1.1
				date > "1926.1.1"
			}

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_light_armor
			mio_cat_tech_light_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	basic_medium_tank_chassis = { #Panzer III

		show_equipment_icon = yes

		enable_equipments = {
			medium_tank_chassis_1
			medium_tank_destroyer_chassis_1
			medium_tank_artillery_chassis_1
			medium_tank_aa_chassis_1
			#armored_recovery_vehicle_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
		}

		path = {
			leads_to_tech = amphibious_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1922

		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 > "1922.1.1"
			}
			modifier = {
				tag = RUS
				factor = 1.5
			}

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

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

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

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

		modifier = {
			factor = 4
# M3 Lee was designed and entered production in 1940-1941
tag = USA
date > 1940.3.1
}

modifier = {
				factor = 15.0
				tag = EMP
				has_completed_focus = GER_advanced_panzer_research
				has_tech_bonus = {
				    category = cat_medium_armor
				}
			}
			modifier = { #Use the research bonus from the focus!
				factor = 0.5
				tag = EMP
				NOT = {
					has_completed_focus = GER_advanced_panzer_research
				}
			}
			modifier = {
	factor = 6
	# Crusader was designed and entered production in 1939
	tag = ALK
	date > 1922.11.1
}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_medium_armor
			mio_cat_tech_medium_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}



	improved_medium_tank_chassis = { #Panzer IV

		show_equipment_icon = yes

		enable_equipments = {
			medium_tank_chassis_2
			medium_tank_destroyer_chassis_2
			medium_tank_artillery_chassis_2
			medium_tank_aa_chassis_2
			#armored_recovery_vehicle_2
		}

		path = {
			leads_to_tech = advanced_medium_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1924

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

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ILD
					OR = {
						has_completed_focus = ITA_end_fiat_ansaldo_duopoly
						has_completed_focus = ITA_modernize_ansaldo_facilities
					}
				}
				ITA_add_improved_medium_tank_templates = yes
			}
			IF = { #Hungarian templates
				limit = {
					original_tag = HUN
					has_completed_focus = wuw_HUN_the_turan
				}
				#40M Turán
				create_equipment_variant = {
					name = "40M Turán"
					type = medium_tank_chassis_2
					parent_version = 0
					modules = {
						main_armament_slot_tank = tank_medium_cannon_2
						turret_type_slot = tank_medium_two_man_tank_turret
						suspension_type_slot = tank_bogie_suspension
						armor_type_slot = tank_welded_armor
						engine_type_slot = tank_gasoline_engine
						special_type_slot_1_tank = additional_machine_guns
						special_type_slot_2_tank = additional_machine_guns
					}
					upgrades = {
						tank_nsb_engine_upgrade = 3
						tank_nsb_armor_upgrade = 3
					}
					#icon = "GFX_ITA_basic_medium_tank_medium"
				}
			}
			IF = { #Hungarian templates
				limit = {
					original_tag = HUN
					has_completed_focus = wuw_HUN_assault_gun_focus
				}
				# 40M Nimród
				create_equipment_variant = {
					name = "40M Nimród"
					type = medium_tank_aa_chassis_2
					parent_version = 0
					modules = {
						main_armament_slot_tank = tank_anti_air_cannon_2
						turret_type_slot = tank_medium_two_man_tank_turret
						suspension_type_slot = tank_torsion_bar_suspension
						armor_type_slot = tank_riveted_armor
						engine_type_slot = tank_gasoline_engine
						special_type_slot_1_tank = auto_loader
						special_type_slot_2_tank = secondary_turret_small_cannon
					}
					upgrades = {
						tank_nsb_engine_upgrade = 6
						tank_nsb_armor_upgrade = 2
					}
					#icon = "GFX_ITA_advanced_medium_spaa_medium"
				}
			}
		}

		ai_will_do = {
			factor = 2

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

			modifier = {
				factor = 3
				tag = RUS
				date > 1924.3.1
			}

			modifier = {
			factor = 6
# M4 Sherman was entered production in late 1941
tag = USA
date > 1925.6.1
}

modifier = {
factor = 6
# Cromwell was designed and entered production in 1942-1944
tag = ALK
date > 1926.9.1
}

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

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

modifier = {
factor = 1.1
date > 1927.1.1
}

modifier = {
factor = 1.1
date > 1928.1.1
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_medium_armor
			mio_cat_tech_medium_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	advanced_medium_tank_chassis = { #Panther

		show_equipment_icon = yes

		enable_equipments = {
			medium_tank_chassis_3
			medium_tank_destroyer_chassis_3
			medium_tank_artillery_chassis_3
			medium_tank_aa_chassis_3
			#armored_recovery_vehicle_3
		}

		path = {
			leads_to_tech = main_battle_tank_chassis
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = imp_stab
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = rangefinder1
			research_cost_coeff = 1
		}
		research_cost = 2
		start_year = 1927

		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1943 }
		}
		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ILD
					has_completed_focus = ITA_ferrea_mole_ferreo_cuore
				}
				ITA_add_advanced_medium_tank_templates = yes
			}
			IF = { #Hungarian templates
				limit = {
					original_tag = HUN
					has_completed_focus = wuw_HUN_the_turan
				}
				#43M Turán III
				create_equipment_variant = {
					name = "43M Turán III"
					type = medium_tank_chassis_3
					parent_version = 0
					modules = {
						main_armament_slot_tank = tank_medium_cannon_2
						turret_type_slot = tank_medium_three_man_tank_turret
						suspension_type_slot = tank_bogie_suspension
						armor_type_slot = tank_welded_armor
						engine_type_slot = tank_gasoline_engine
						special_type_slot_1_tank = secondary_turret_hmg
						special_type_slot_2_tank = additional_machine_guns
					}
					upgrades = {
						tank_nsb_engine_upgrade = 3
						tank_nsb_armor_upgrade = 7
					}
					#icon = "GFX_ITA_basic_medium_tank_medium"
				}
			}
			IF = { #Hungarian templates
				limit = {
					original_tag = HUN
					has_completed_focus = wuw_HUN_assault_gun_focus
				}
				# 43M Zrínyi
				create_equipment_variant = {
					name = "43M Zrínyi"
					type = medium_tank_artillery_chassis_3
					parent_version = 0
					modules = {
						main_armament_slot_tank = tank_medium_howitzer_2
						turret_type_slot = tank_medium_one_man_tank_turret
						suspension_type_slot = tank_torsion_bar_suspension
						armor_type_slot = tank_riveted_armor
						engine_type_slot = tank_gasoline_engine
					}
					upgrades = {
						tank_nsb_engine_upgrade = 3
						tank_nsb_armor_upgrade = 3
					}
					#icon = "GFX_ITA_advanced_medium_art_medium"
				}
			}
		}

		ai_will_do = {
			factor = 1

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

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

			modifier = {
				factor = 1.2
				date > "1930.1.1"
			}
			modifier = {
				factor = 5.0
				tag = EMP
				date > "1927.1.1"
				has_completed_focus = GER_expand_kummersdorfs_capacity
				has_tech_bonus = {
				    category = cat_medium_armor
				}
			}

			modifier = {
				factor = 6
				# Comet was designed and entered production in 1943-1944
				tag = ALK
				date > 1927.9.1
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_medium_armor
			mio_cat_tech_medium_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	main_battle_tank_chassis = { #Panther II

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

		is_special_project_tech = yes

		show_equipment_icon = yes

		enable_equipments = {
			modern_tank_chassis_1
			modern_tank_destroyer_chassis_1
			modern_tank_artillery_chassis_1
			modern_tank_aa_chassis_1
			#armored_recovery_vehicle_4
		}

		enable_subunits = {
			modern_armor
			modern_tank_company
			hq_modern_armor
		}

		path = {
			leads_to_tech = main_battle_tank_chassis_2
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1929

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

		ai_will_do = {
			factor = 1

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

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

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

			modifier = {
				factor = 6
				# Centurion was designed and entered production in 1945-1946
				tag = ALK
				date > 1928.9.1
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_medium_armor
			mio_cat_tech_modern_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	basic_heavy_tank_chassis = { #Grosstraktor

		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 = 1918

		folder = {
			name = nsb_armour_folder
			position = { x = 5 y = 2 }
		}

		ai_will_do = {
			factor = 0.8

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

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

			modifier = {
				factor = 1.2
				date > "1923.1.1"
			}
			modifier = {
				tag = REP
				factor = 3
			}
			modifier = {
			tag = RUS
factor = 5
}
modifier = {
				tag = JAP
				num_of_military_factories < 100
				factor = 0
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	improved_heavy_tank_chassis = { #Tiger

		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 = 1924

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

		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ILD
					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 > "1926.1.1"
			}

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

			modifier = {
				factor = 1.2
				date > "1928.1.1"
			}
			modifier = {
			tag = RUS
factor = 5
}
modifier = {
				factor = 5.0
				tag = EMP
				has_completed_focus = GER_expand_kummersdorfs_capacity
				has_tech_bonus = {
				    category = cat_heavy_armor
				}
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	advanced_heavy_tank_chassis = { #King Tiger

		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 = heavy_tank_chassis_4
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1927

		folder = {
			name = nsb_armour_folder
			position = { x = 5 y = @1943 }
		}
		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ILD
					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 > "1928.1.1"
			}

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

			modifier = {
				factor = 1.2
				date > "1930.1.1"
			}
			modifier = {
	tag = RUS
	factor = 5
}

modifier = {
	factor = 8
	# M26 Pershing entered production in 1944
	tag = USA
	date > 1928.1.1
}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	super_heavy_tank_chassis = { #Maus

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

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

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

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

		path = {
			leads_to_tech = land_cruiser_chassis
			research_cost_coeff = 1
		}

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

		# path = {
			# leads_to_tech = sp_armored_lc_specialized_field_manuals_tech
			# research_cost_coeff = 1
		# }
		on_research_complete = {
			if = { #Italian templates
				limit = {
					original_tag = ILD
				}
				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
				}
			}
			IF = { #Japanese templates
				limit = {
					original_tag = JAP
					has_completed_focus = JAP_the_ultimate_tank
				}
				#O-I
				create_equipment_variant = {
					name = "O-I"
					type = super_heavy_tank_chassis_1
					parent_version = 0
					design_team = mio:JAP_mitsubishi_heavy_industries_organization
					modules = {
						main_armament_slot = tank_super_heavy_cannon
						turret_type_slot = tank_super_heavy_four_man_tank_turret
						suspension_type_slot = tank_christie_suspension
						armor_type_slot = tank_cast_armor
						engine_type_slot = tank_gasoline_engine
						special_type_slot_1 = secondary_turret_hmg
						special_type_slot_2 = additional_machine_guns
						special_type_slot_3 = squeezebore_adaptor
					}
					upgrades = {
						tank_nsb_engine_upgrade = 5
						tank_nsb_armor_upgrade = 8
					}
					icon = "GFX_JAP_improved_heavy_tank_medium"
				}
			}

			if = {
				limit = {
					has_dlc = "Gotterdammerung"
				}
				custom_effect_tooltip = {
					localization_key = SP_UNLOCK_PROJECT
					PROJECT = sp_land_land_cruiser
				}
			}
		}

		ai_will_do = {
		base = 0
modifier = {
add = 1
date > 1927.9.1
NOT = { has_government = democratic }
num_of_military_factories > 150
}
modifier = {
add = 2
original_tag = EMP
date > 1928.5.1
surrender_progress < 0.1
has_government = fascism
has_war_with = RUS
}
modifier = {
factor = 10
tag = EMP
is_historical_focus_on = yes
}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	land_cruiser_chassis = { #Land Cruiser

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

		is_special_project_tech = yes

		show_equipment_icon = yes

		enable_equipments = {
			land_cruiser_chassis_1
		}

		enable_subunits = {
			land_cruiser
		}

		show_equipment_icon = yes

		enable_equipment_modules = {
			lc_heavy_naval_guns
			lc_medium_naval_guns
			lc_super_heavy_howitzer
			lc_aircraft_catapult
			lc_internal_fuel_tanks
			lc_internal_ammunition_compartments
			lc_wet_ammunition_storage
			lc_smoke_generators
			lc_stabilizers
		}

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

		path = {
			leads_to_tech = sp_armored_lc_high_impact_obliterator_cannon_tech
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = sp_armored_lc_naval_engine_conversion_tech
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = sp_armored_lc_transmission_improvements_tech
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = sp_armored_lc_specialized_field_manuals_tech
			research_cost_coeff = 1
		}



		ai_will_do = {
			factor = 0
			base = 0

		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	armor_tech_1 = {
		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 = 1920
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1935 }
		}

		ai_will_do = {
			factor = 1

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

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

			modifier = {
				factor = 1.5
				date > "1922.1.1"
			}

			modifier = {
				factor = 2
				date > "1923.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
		}
		special_project_specialization = { specialization_land }
	}

	armor_tech_2 = {

		enable_equipment_modules = {
			armor_skirts
			tank_hh_welded_armor
		}
		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 = 1922
		folder = {
			name = nsb_armour_folder
			position = { x = 3 y = @1938 }
		}

		ai_will_do = {
			factor = 1

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

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

			modifier = {
				factor = 1.5
				date > "1922.1.1"
			}

			modifier = {
				factor = 2
				date > "1923.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
		}
		special_project_specialization = { specialization_land }
	}

	armor_tech_3 = {

		enable_equipment_modules = {
			lc_armored_skirts #Module for Land Cruiser
		}
		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 = 1925
		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 > "1921.1.1"
			}

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

			modifier = {
				factor = 1.1
				date > "1923.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
		}
		special_project_specialization = { specialization_land }
	}

	armor_tech_4 = {

		path = {
			leads_to_tech = armor_tech_5
			research_cost_coeff = 1
		}

		research_cost = 1
		start_year = 1928
		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 > "1921.1.1"
			}

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

			modifier = {
				factor = 1.1
				date > "1923.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
		}
		special_project_specialization = { specialization_land }
	}

	engine_tech_1 = {


		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 = 1918
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1935 }
		}

		ai_will_do = {
			factor = 1

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

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

			modifier = {
				factor = 1.5
				date > "1922.1.1"
			}

			modifier = {
				factor = 2
				date > "1923.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
		}
		special_project_specialization = { specialization_land }
	}

	engine_tech_2 = {


		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 = 1922
		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 > "1921.1.1"
			}

			modifier = {
				factor = 1.5
				date > "1922.1.1"
			}

			modifier = {
				factor = 2
				date > "1923.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
		}
		special_project_specialization = { specialization_land }
	}

	engine_tech_3 = {

		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 = 1925
		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 > "1921.1.1"
			}

			modifier = {
				factor = 1.5
				date > "1922.1.1"
			}

			modifier = {
				factor = 2
				date > "1923.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
		}
		special_project_specialization = { specialization_land }
	}

	engine_tech_4 = {

		path = {
			leads_to_tech = engine_tech_5
			research_cost_coeff = 1
		}

		enable_equipment_modules = {
			tank_hydrostatic_engine
		}

		research_cost = 1
		start_year = 1928
		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 > "1921.1.1"
			}

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

			modifier = {
				factor = 1.1
				date > "1923.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
		}
		special_project_specialization = { specialization_land }
	}

	main_battle_tank_chassis_2 = { #E-50

		is_special_project_tech = yes

		show_equipment_icon = yes

		enable_equipments = {
			modern_tank_chassis_2
			modern_tank_destroyer_chassis_2
			modern_tank_artillery_chassis_2
			modern_tank_aa_chassis_2
			#armored_recovery_vehicle_5
		}

		path = {
			leads_to_tech = main_battle_tank_chassis_3
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1931

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

		ai_will_do = {
			factor = 1

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

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_medium_armor
			mio_cat_tech_modern_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	main_battle_tank_chassis_3 = { #E-50

		is_special_project_tech = yes

		show_equipment_icon = yes

		enable_equipments = {
			modern_tank_chassis_3
			modern_tank_destroyer_chassis_3
			modern_tank_artillery_chassis_3
			modern_tank_aa_chassis_3
			#armored_recovery_vehicle_6
		}


		path = {
			leads_to_tech = main_battle_tank_chassis_4
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1934

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

		ai_will_do = {
			factor = 1

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

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_medium_armor
			mio_cat_tech_modern_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	main_battle_tank_chassis_4 = { #E-50

		is_special_project_tech = yes

		show_equipment_icon = yes

		enable_equipments = {
			modern_tank_chassis_4
			modern_tank_destroyer_chassis_4
			modern_tank_artillery_chassis_4
			modern_tank_aa_chassis_4
			#armored_recovery_vehicle_7
		}

		enable_equipment_modules = {
			tank_modern_tank_turret_2
			tank_nbc_protection
		}
		path = {
			leads_to_tech = main_battle_tank_chassis_5
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1944

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

		ai_will_do = {
			factor = 1

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

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_medium_armor
			mio_cat_tech_modern_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}
	main_battle_tank_chassis_5 = { #KPz 70 / MBT-70
	is_special_project_tech = yes

	show_equipment_icon = yes

	enable_equipments = {
		modern_tank_chassis_5
	}


	enable_equipment_modules = {
		remote_20mm_weapon_station
		improved_ammunition_stowage
	}

	path = {
		leads_to_tech = main_battle_tank_chassis_6
		research_cost_coeff = 1
	}

	research_cost = 2.5
	start_year = 1949

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

	ai_will_do = {
		factor = 1

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

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

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

	categories = {
		armor
		mio_cat_tech_all_armor_and_modules
		cat_medium_armor
		mio_cat_tech_modern_armor_and_modules
	}
	special_project_specialization = { specialization_land }
}

main_battle_tank_chassis_6 = { #MBT Keiler / XM803
	is_special_project_tech = yes

	show_equipment_icon = yes

	enable_equipments = {
		modern_tank_chassis_6
	}

	research_cost = 2.5
	start_year = 1954

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

	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
		mio_cat_tech_all_armor_and_modules
		cat_medium_armor
		mio_cat_tech_modern_armor_and_modules
	}
	special_project_specialization = { specialization_land }
}

	modern_light_tank_chassis = { #Leopard

		enable_equipments = {
			light_tank_chassis_4
			light_tank_destroyer_chassis_4
			light_tank_artillery_chassis_4
			light_tank_aa_chassis_4
		}


		sub_technologies = {
			paradrop_tank_chassis_2
		}

		path = {
			leads_to_tech = advanced_modern_light_tank_chassis
			research_cost_coeff = 1
		}

		research_cost = 2
		start_year = 1934

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

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

			# modifier = {
				# factor = 1.1
				# date > "1934.1.1"
			# }

			# modifier = {
				# factor = 1.1
				# date > "1935.1.1"
			# }

			# modifier = {
				# factor = 1.1
				# date > "1936.1.1"
			# }
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_light_armor
			mio_cat_tech_modern_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	advanced_modern_light_tank_chassis = { #Sheridan / PT-85 / Ru 251

		show_equipment_icon = yes

		enable_equipments = {
			light_tank_chassis_5
			light_tank_destroyer_chassis_5
			light_tank_artillery_chassis_5
			light_tank_aa_chassis_5
		}

		research_cost = 2
		start_year = 1954

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

		ai_will_do = {
			factor = 0.5

			modifier = {
				is_major = no
				factor = 2
			}

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

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_light_armor
			mio_cat_tech_light_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	paradrop_tank_chassis_2 = {

		enable_equipments = {
			paradrop_tank_chassis_1
		}

		enable_subunits = {
			light_para_armor
			light_para_sp_anti_air
			light_para_tank_destroyer
			light_para_sp_artillery
		}

		enable_equipment_modules = {
			tank_light_three_man_tank_turret_p
		}
		dependencies = {
			paradrop_tank_chassis = 1
		}
		research_cost = 0.5
		start_year = 1934

		ai_will_do = {
			factor = 0
		}

		categories = {
			armor
			cat_light_armor
		}
		special_project_specialization = { specialization_land }
	}

	heavy_tank_chassis_4 = {

		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 = heavy_tank_chassis_5
			research_cost_coeff = 1
		}

		research_cost = 2.5
		start_year = 1929

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

		ai_will_do = {
			factor = 0.8

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

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

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

		categories = {
			armor
			cat_heavy_armor
		}
		special_project_specialization = { specialization_land }
	}

	heavy_tank_chassis_5 = { #King Tiger

		enable_equipments = {
			heavy_tank_chassis_5
			heavy_tank_destroyer_chassis_5
			heavy_tank_artillery_chassis_5
			heavy_tank_aa_chassis_5
		}

		path = {
			leads_to_tech = heavy_tank_chassis_6
			research_cost_coeff = 1
		}


		research_cost = 2.5
		start_year = 1931

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

		ai_will_do = {
			factor = 0.8

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

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
		}
		special_project_specialization = { specialization_land }
	}

	heavy_tank_chassis_6 = { #King Tiger

		is_special_project_tech = yes

		enable_equipments = {
			heavy_tank_chassis_6
			heavy_tank_destroyer_chassis_6
			heavy_tank_artillery_chassis_6
			heavy_tank_aa_chassis_6

		}


		path = {
			leads_to_tech = main_battle_tank_chassis_4
			research_cost_coeff = 1
		}

		enable_equipment_modules = {
			tank_heavy_modern_turret
		}
		research_cost = 2.5
		start_year = 1934

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

		ai_will_do = {
			factor = 0.8

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

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
		}
		special_project_specialization = { specialization_land }
	}

	armor_tech_5 = {


		path = {
			leads_to_tech = armor_tech_6
			research_cost_coeff = 1
		}

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

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

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

			modifier = {
				factor = 1.1
				date > "1933.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
		}
		special_project_specialization = { specialization_land }
	}

	armor_tech_6 = {

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

		enable_equipment_modules = {
			armor_skirts_2
			aluminium_armor
		}

		path = {
			leads_to_tech = comp_armor
			research_cost_coeff = 1
		}

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

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

			modifier = {
				factor = 1.1
				date > "1940.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
		}
		special_project_specialization = { specialization_land }
	}

	comp_armor = {

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

		is_special_project_tech = yes

		enable_equipment_modules = {
			composite_armor
			lc_composite_armor
		}

		path = {
			leads_to_tech = armor_tech_6
			research_cost_coeff = 1
		}

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

		ai_will_do = {
			factor = 1

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

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

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

			modifier = {
				factor = 1.1
				date > "1936.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
		}
		special_project_specialization = { specialization_land }
	}

	engine_tech_5 = {

		path = {
			leads_to_tech = engine_tech_6
			research_cost_coeff = 1
		}

		enable_equipment_modules = {
			tank_hydropneumatic_suspension
		}

		research_cost = 1
		start_year = 1931
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1947 }
		}
		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 > "1932.1.1"
			}

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

			modifier = {
				factor = 1.1
				date > "1934.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
		}
		special_project_specialization = { specialization_land }
	}

	engine_tech_6 = {

		research_cost = 1
		start_year = 1939
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = @1955 }
		}
		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 > "1939.1.1"
			}

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

			modifier = {
				factor = 1.1
				date > "1941.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
		}
		special_project_specialization = { specialization_land }
	}

	imp_stab = {

		is_special_project_tech = yes

		enable_equipment_modules = {
			stabilizer_2
		}

		dependencies = {
			improved_computing_machine = 1
		}

		path = {
			leads_to_tech = twoplane_stab
			research_cost_coeff = 1
		}
		research_cost = 1
		start_year = 1929
		folder = {
			name = nsb_armour_folder
			position = { x = -3 y = @1945 }
		}

		ai_will_do = {
			factor = 1

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

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

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

			modifier = {
				factor = 1.1
				date > "1931.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
		}
		special_project_specialization = { specialization_land }
	}

	twoplane_stab = {

		is_special_project_tech = yes

		enable_equipment_modules = {
			stabilizer_3
		}

		research_cost = 1
		start_year = 1939
		folder = {
			name = nsb_armour_folder
			position = { x = -3 y = @1955 }
		}

		ai_will_do = {
			factor = 1

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

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

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

			modifier = {
				factor = 1.1
				date > "1941.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
		}
		special_project_specialization = { specialization_land }
	}

	rangefinder1 = {

		enable_equipment_modules = {
			rangefinder_1
		}

		research_cost = 1
		start_year = 1929
		folder = {
			name = nsb_armour_folder
			position = { x = -5 y = @1945 }
		}
		path = {
			leads_to_tech = rangefinder2
			research_cost_coeff = 1
		}

		ai_will_do = {
			factor = 1

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

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

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

			modifier = {
				factor = 1.1
				date > "1931.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
		}
		special_project_specialization = { specialization_land }
	}

	rangefinder2 = {

		enable_equipment_modules = {
			rangefinder_2
		}

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

		ai_will_do = {
			factor = 1

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

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

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

			modifier = {
				factor = 1.1
				date > "1936.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
		}
		special_project_specialization = { specialization_land }
	}

	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 = 1920


		categories = {
			armor
		}
	}

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

	sp_armored_advanced_flamethrower_tech = {

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

		is_special_project_tech = yes

		research_cost = 1
		start_year = 1925

		folder = {
			name = nsb_armour_folder
			position = { x = 12 y = @1941 }
		}

		enable_equipment_modules = {
			advanced_flamethrower
		}

		light_flame_tank = {
			forest = {
				attack = 0.05
			}
			hills = {
				attack = 0.05
			}
			jungle = {
				attack = 0.05
			}
			# urban = {
				# attack = 0.05
			# }
			# fort = {
				# attack = 0.05
			# }
		}

		medium_flame_tank = {
			forest = {
				attack = 0.05
			}
			hills = {
				attack = 0.05
			}
			jungle = {
				attack = 0.05
			}
			# urban = {
				# attack = 0.05
			# }
			# fort = {
				# attack = 0.05
			# }
		}

		heavy_flame_tank = {
			forest = {
				attack = 0.05
			}
			hills = {
				attack = 0.05
			}
			jungle = {
				attack = 0.05
			}
			# urban = {
				# attack = 0.05
			# }
			# fort = {
				# attack = 0.05
			# }
		}

		show_effect_as_desc = yes
		ai_will_do = {
			factor = 2

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

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

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

			modifier = {
				factor = 1.1
				date > "1929.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
		}
		special_project_specialization = { specialization_land }
	}

	sp_armored_lc_naval_engine_conversion_tech = {
		allow_branch = {
			 has_dlc = "Gotterdammerung"
		}

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

		path = {
			leads_to_tech = sp_armored_lc_weapon_fire_control_tech
			research_cost_coeff = 1
		}

		is_special_project_tech = yes

		land_cruiser = {
			maximum_speed  = 0.05
			supply_consumption  = -0.02
		}

		super_heavy_armor = {
			maximum_speed  = 0.05
			supply_consumption  = -0.02
		}

		research_cost = 1
		start_year = 1927

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

		folder = {
			name = armour_folder
			position = { x = 7 y = @1943 }
		}

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	sp_armored_lc_transmission_improvements_tech = {
		allow_branch = {
			 has_dlc = "Gotterdammerung"
		}

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

		path = {
			leads_to_tech = sp_armored_lc_weapon_fire_control_tech
			research_cost_coeff = 1
		}

		is_special_project_tech = yes

		land_cruiser = {
			reliability = 0.05
			supply_consumption = -0.02

			forest = {
				movement = 0.2
			}
			hills = {
				movement = 0.2
			}
			mountain = 	{
				movement = 0.2
			}
			jungle = {
				movement = 0.2
			}
		}

		super_heavy_armor = {
			reliability = 0.05
			supply_consumption = -0.02

			forest = {
				movement = 0.2
			}
			jungle = {
				movement = 0.2
			}
		}

		research_cost = 1
		start_year = 1927

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

		folder = {
			name = armour_folder
			position = { x = 9 y = @1943 }
		}

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	sp_armored_lc_specialized_field_manuals_tech = {
		allow_branch = {
			 has_dlc = "Gotterdammerung"
		}

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

		path = {
			leads_to_tech = sp_armored_lc_weapon_fire_control_tech
			research_cost_coeff = 1
		}

		is_special_project_tech = yes

		land_cruiser = {
			entrenchment = 0.05
			max_strength = 0.05
			max_organisation = 10
		}

		research_cost = 1
		start_year = 1927

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

		folder = {
			name = armour_folder
			position = { x = 11 y = @1943 }
		}

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	sp_armored_lc_weapon_fire_control_tech = {
		allow_branch = {
			 has_dlc = "Gotterdammerung"
		}

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

		path = {
			leads_to_tech = sp_land_cruiser_2
			research_cost_coeff = 1
		}

		is_special_project_tech = yes

		land_cruiser = {
			breakthrough = 0.1
			defense = 0.1
		}

		research_cost = 1
		start_year = 1929

		folder = {
			name = nsb_armour_folder
			position = { x = 9 y = @1947 }
		}

		folder = {
			name = armour_folder
			position = { x = 9 y = @1945 }
		}

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	sp_armored_lc_high_impact_obliterator_cannon_tech = {
		allow_branch = {
			 has_dlc = "Gotterdammerung"
		}

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

		is_special_project_tech = yes

		research_cost = 1
		start_year = 1927

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

		enable_equipment_modules = {
			lc_high_impact_obliterator_cannon
		}

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

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

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}


	sp_land_cruiser_2 = { #Land Cruiser

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

		is_special_project_tech = yes

		show_equipment_icon = yes

		enable_equipments = {
			land_cruiser_chassis_2
		}

		enable_equipment_modules = {
			lc_high_impact_obliterator_cannon_2
		}

		show_equipment_icon = yes


		path = {
			leads_to_tech = sp_land_cruiser_3
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = land_cruiser_reactor
			research_cost_coeff = 1
		}


		enable_equipment_modules = {
			# limit = {
				# has_dlc = "No Step Back"
			# }
			# lc_heavy_naval_guns
			# lc_medium_naval_guns
			# lc_super_heavy_howitzer
			# lc_aircraft_catapult
			# lc_internal_fuel_tanks
			# lc_internal_ammunition_compartments
			# lc_wet_ammunition_storage
			# lc_smoke_generators
			# lc_stabilizers
		}

		research_cost = 2.5
		start_year = 1939
		folder = {
			name = nsb_armour_folder
			position = { x = 9 y = @1950 }
		}

		ai_will_do = {
			factor = 0
			base = 0

		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

	land_cruiser_reactor = {
		allow = {
		 	ROOT = {
				is_special_project_completed = sp:sp_nuclear_engines
			}
		}

		is_special_project_tech = yes

		research_cost = 3

		start_year = 1939

		enable_equipment_modules = {
			lc_nuclear_reactor
		}


		# dependencies = {
			# naval_reactor = 1
		# }

		folder = {
			name = nsb_armour_folder
			position = { x = 11 y = @1955 }
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}

		ai_will_do = {
			factor = 1
		}
		special_project_specialization = { specialization_nuclear }
	}

	sp_land_cruiser_3 = { #Land Cruiser

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

		is_special_project_tech = yes

		show_equipment_icon = yes

		enable_equipments = {
			land_cruiser_chassis_3
		}

		show_equipment_icon = yes

		enable_equipment_modules = {
			# limit = {
				# has_dlc = "No Step Back"
			# }
			# lc_heavy_naval_guns
			# lc_medium_naval_guns
			# lc_super_heavy_howitzer
			# lc_aircraft_catapult
			# lc_internal_fuel_tanks
			# lc_internal_ammunition_compartments
			# lc_wet_ammunition_storage
			# lc_smoke_generators
			# lc_stabilizers
		}

		research_cost = 2.5
		start_year = 1944
		folder = {
			name = nsb_armour_folder
			position = { x = 9 y = @1960 }
		}

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

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

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

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

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

		ai_will_do = {
			factor = 0
			base = 0

		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_heavy_armor
			mio_cat_tech_heavy_armor_and_modules
		}
		special_project_specialization = { specialization_land }
	}

}
