technologies = {

	@1918 = 0
	@1934 = 2
	@1935 = 3
	@1936 = 4
	@1937 = 5
	@1938 = 5
	@1939 = 7
	@1940 = 7
	@1941 = 8
	@1942 = 9
	@1943 = 10
	@1944 = 11
	@1945 = 12
	@1946 = 20

	### 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_makeshift_armor
			tank_cast_armor
			tank_christie_suspension
			tank_bogie_suspension
			tank_interleaved_suspension
			tank_improvised_turret
			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 = {
			initialize_armour_template = yes
			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 = 1918
		folder = {
			name = nsb_armour_folder
			position = { x = 2 y = 0 }
		}

		ai_will_do = {
			base = 0
			modifier = {
				add = 500
				is_eligible_for_armor_production = yes
			}
		}

		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 = {
			initialize_armour_template = 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 = 2 }
		}

		ai_will_do = {
			base = 0
			modifier = {
				add = 500
				is_eligible_for_armor_production = yes
			}
		}

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

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

		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
		}

		research_cost = 2
		start_year = 1938

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 10
				is_naval_power = yes
				is_eligible_for_armor_production = yes
			}
			modifier = {
				factor = 10
				has_tech = amphibious_mechanized_infantry
			}
		}

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

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 10
				is_naval_power = yes
				is_eligible_for_armor_production = yes
			}
		}

		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
		}

		research_cost = 2
		start_year = 1941

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

		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
		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 = {
			initialize_armour_template = yes
			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 = @1937 }
		}

		ai_will_do = {
			base = 0
			modifier = {
				add = 500
				is_eligible_for_armor_production = yes
			}
		}

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 500
				is_eligible_for_armor_production = yes
			}
		}

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 500
				is_eligible_for_armor_production = yes
			}
		}

		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 = { #E-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
		}

		research_cost = 2.5
		start_year = 1945

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 500
				is_eligible_for_armor_production = yes
			}
		}

		categories = {
			armor
			mio_cat_tech_all_armor_and_modules
			cat_medium_armor
			mio_cat_tech_medium_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 = {
			initialize_armour_template = yes
			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 = 2 }
		}

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = 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 }
	}

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

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = 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 }
	}

	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
		}

		research_cost = 2.5
		start_year = 1943

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = 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 }
	}

	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
		}

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

		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
		}

		on_research_complete = {
			if = {
				limit = { has_dlc_gtd = yes }
				custom_effect_tooltip = {
					localization_key = SP_UNLOCK_PROJECT
					PROJECT = sp_land_land_cruiser
				}
			}
		}

		ai_will_do = {
			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 }
	}

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

		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
		}
		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 = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

		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 = {
		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 = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

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

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

		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 = {
		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 = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

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

	########################
	### 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 = 1941

		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 = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = yes
			}
		}

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

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

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

		show_effect_as_desc = yes

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = 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 }
	}

	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
			}
			hills = {
				movement = 0.2
			}
			mountain = 	{
				movement = 0.2
			}
			jungle = {
				movement = 0.2
			}
		}

		research_cost = 1
		start_year = 1943

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

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

		show_effect_as_desc = yes

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = 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 }
	}

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

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

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

		show_effect_as_desc = yes

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = 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 }
	}

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

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

		is_special_project_tech = yes

		land_cruiser = {
			breakthrough = 0.1
			defense = 0.1
		}

		research_cost = 1
		start_year = 1945

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

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

		show_effect_as_desc = yes

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = 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 }
	}

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

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

		enable_equipment_modules = {
			lc_high_impact_obliterator_cannon
		}

		show_effect_as_desc = yes

		ai_will_do = {
			base = 0
			modifier = {
				add = 15
				is_eligible_for_armor_production = 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 }
	}
}
