technologies = {

#   ###  ##  #  # ###      ## #  # ### ###   ## 
#    #  #    #  #  #      #   #  #  #  #  # #   
#    #  # ## ####  #       #  ####  #  ###   #  
#    #  #  # #  #  #        # #  #  #  #      # 
### ###  ##  #  #  #      ##  #  # ### #    ##  


	early_ship_hull_light = {

		enable_equipments = {
			nrm_ship_hull_destroyer_1
		}
		enable_equipment_modules = { 
			nrm_destroyer_engine_S0_005
			nrm_destroyer_engine_S0_010
			nrm_destroyer_engine_S0_015
			nrm_destroyer_engine_S0_020
			nrm_destroyer_engine_S0_025
			nrm_destroyer_engine_S0_030
			
			nrm_range_destroyer_0h
			nrm_range_destroyer_1
			nrm_range_destroyer_1h
			nrm_range_destroyer_2
			nrm_range_destroyer_2h
			nrm_range_destroyer_3
		}
		path = {
			leads_to_tech = basic_ship_hull_light 
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = smoke_generator 
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = basic_depth_charges
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = sonar
			research_cost_coeff = 1
		}
		
		allow_branch = {
			has_dlc = "Man the Guns"
		}
		
		research_cost = 1.5

		start_year = 1910
		
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 2 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 4
				tag = ENG
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
		}
	}
	
	basic_ship_hull_light = {

		enable_equipments = { 
			nrm_ship_hull_destroyer_2
		}

		path = {
			leads_to_tech = improved_ship_hull_light 
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		
		start_year = 1925

		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 11 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 4
				OR = {
					tag = ENG
					tag = JAP
				}
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
		}
	}
	
	improved_ship_hull_light = {

		enable_equipments = { 
			nrm_ship_hull_destroyer_3
		}
		
		research_cost = 1.5

		start_year = 1940
		
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 4
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
		}
	}

	smoke_generator = {

		naval_retreat_speed = 0.2
		
		research_cost = 1

		start_year = 1922
		
		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 1 }
		}
		
		ai_will_do = {
			factor = 8
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
		}
	}

 ##  #  # ### ###      ## #  # ###  #   #  ##  ###  ### #  # ### 
#  # ## #  #   #      #   #  # #  # ## ## #  # #  #  #  ## # #   
#### # ##  #   #       #  #  # ###  # # # #### ###   #  # ## ##  
#  # #  #  #   #        # #  # #  # #   # #  # #  #  #  #  # #   
#  # #  #  #  ###     ##   ##  ###  #   # #  # #  # ### #  # ### 


	basic_depth_charges = {

		enable_equipment_modules = { 
			nrm_support_cruiser_ASW_1
			nrm_support_destroyer_ASW_1
		}

		path = {
			leads_to_tech = improved_depth_charges
			research_cost_coeff = 1
		}
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1.50
		research_cost = 2

		start_year = 1915
		
		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 3 }
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}
	improved_depth_charges = {

		enable_equipment_modules = { 
			nrm_support_cruiser_ASW_2
			nrm_support_destroyer_ASW_2
		}
		
		path = {
			leads_to_tech = improved_depth_charges_2
			research_cost_coeff = 1
		}
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1.50
		research_cost = 2.5

		start_year = 1925
		
		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 11 }
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}
	improved_depth_charges_2 = {

		enable_equipment_modules = { 
			nrm_support_cruiser_ASW_3
			nrm_support_destroyer_ASW_3
		}

		path = {
			leads_to_tech = advanced_depth_charges
			research_cost_coeff = 1
		}
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1.50
		research_cost = 2.5

		start_year = 1941
		
		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 22 }
		}
		
		ai_will_do = {
			factor = 4
			
			modifier = {
				factor = 2
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}

	advanced_depth_charges = {

		enable_equipment_modules = { 
			nrm_support_destroyer_ASWP_1
		}
		path = {
			leads_to_tech = modern_depth_charges
			research_cost_coeff = 1
		}
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1.50
		research_cost = 3

		start_year = 1943
		
		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 26 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 4
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}
	modern_depth_charges = {

		enable_equipment_modules = { 
			nrm_support_destroyer_ASWP_2
		}

		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1.50
		research_cost = 3

		start_year = 1945
		
		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 30 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 4
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}
	sonar = {
		enable_equipment_modules = { 
			nrm_sonar_1
			nrm_support_cruiser_SNR_1
			nrm_submarine_sonar_1
		}

		path = {
			leads_to_tech = improved_sonar
			research_cost_coeff = 1
		}
		research_cost = 1.5

		start_year = 1915
		
		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 1 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 4
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}

	improved_sonar = {
		enable_equipment_modules = { 
			nrm_sonar_2
			nrm_support_cruiser_SNR_2
			nrm_submarine_sonar_2
		}
		
		path = {
			leads_to_tech = improved_sonar_2
			research_cost_coeff = 1
		}
		research_cost = 1.5

		start_year = 1920
		
		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 8 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 4
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}
	
	improved_sonar_2 = {
		enable_equipment_modules = { 
			nrm_sonar_3
			nrm_support_cruiser_SNR_3
			nrm_submarine_sonar_3
		}
		
		path = {
			leads_to_tech = improved_sonar_3
			research_cost_coeff = 1
		}
		research_cost = 1.5

		start_year = 1934
		
		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 16 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 4
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}
	
	improved_sonar_3 = {
		enable_equipment_modules = { 
			nrm_sonar_4
			nrm_support_cruiser_SNR_4
			nrm_submarine_sonar_4
		}
		
		path = {
			leads_to_tech = improved_sonar_4
			research_cost_coeff = 1
		}
		research_cost = 2

		start_year = 1940
		
		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 20 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 4
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}
	
	improved_sonar_4 = {
		enable_equipment_modules = { 
			nrm_sonar_5
			nrm_support_cruiser_SNR_5
			nrm_submarine_sonar_5
		}
		
		research_cost = 2

		start_year = 1945
		
		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 30 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 4
				has_war_with = GER
			}
		}
		
		categories = {
			naval_equipment
			dd_tech
			asw_tech
		}
	}


 ##  ###  #  # ###  ## ### ###   ## 
#  # #  # #  #  #  #   #   #  # #   
#    ###  #  #  #   #  ##  ###   #  
#  # #  # #  #  #    # #   #  #   # 
 ##  #  #  ##  ### ##  ### #  # ##  

	early_ship_hull_cruiser = {

		enable_equipments = {
			nrm_ship_hull_cruiser_1
		}
		enable_equipment_modules = { 
			nrm_cruiser_engine_S0_005
			nrm_cruiser_engine_S0_010
			nrm_cruiser_engine_S0_015
			nrm_cruiser_engine_S0_020
			nrm_cruiser_engine_S0_025
			nrm_cruiser_engine_S0_030
			
			nrm_armour_layout_1
			nrm_cruiser_armour_01h_1
			nrm_cruiser_armour_02_1
			nrm_cruiser_armour_02h_1
			nrm_cruiser_armour_03_1
			nrm_cruiser_armour_03h_1
			nrm_cruiser_armour_04_1
			
			nrm_range_cruiser_0h
			nrm_range_cruiser_1
			nrm_range_cruiser_1h
			nrm_range_cruiser_2
			nrm_range_cruiser_2h
			nrm_range_cruiser_3
		}
		path = {
			leads_to_tech = basic_ship_hull_cruiser
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = airplane_launcher
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = basic_cruiser_armor_scheme
			research_cost_coeff = 1
		}
		
		allow_branch = {
			has_dlc = "Man the Guns"
		}
		
		research_cost = 2

		start_year = 1910
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -1 y = 2 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 4
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}

	basic_ship_hull_cruiser = {

		enable_equipments = {
			nrm_ship_hull_cruiser_2
		}
		
		path = {
			leads_to_tech = improved_ship_hull_cruiser
			research_cost_coeff = 1
		}
		
		research_cost = 2

		start_year = 1920
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -1 y = 8 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 4
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}

	improved_ship_hull_cruiser = {

		enable_equipments = {
			nrm_ship_hull_cruiser_3
		}
		
		path = {
			leads_to_tech = advanced_ship_hull_cruiser
			research_cost_coeff = 1
		}
		
		research_cost = 2

		start_year = 1930
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -1 y = 14 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
				factor = 4
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}

	advanced_ship_hull_cruiser = {

		enable_equipments = {
			nrm_ship_hull_cruiser_4
		}

		research_cost = 2

		start_year = 1940
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -1 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}

	airplane_launcher = {

		
		enable_equipment_modules = { 
			nrm_support_capital_FP_1
			nrm_support_cruiser_FP_1
			nrm_submarine_FP_1
		}

		path = {
			leads_to_tech = improved_airplane_launcher
			research_cost_coeff = 1
		}

		research_cost = 1

		start_year = 1920
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 1 y = 8 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 3.5
				OR = {
					tag = GER
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}

	improved_airplane_launcher = {

		
		enable_equipment_modules = { 
			nrm_support_capital_FP_2
			nrm_support_cruiser_FP_2
			nrm_submarine_FP_2
		}

		path = {
			leads_to_tech = advanced_airplane_launcher
			research_cost_coeff = 1
		}

		research_cost = 0.75

		start_year = 1936
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 1 y = 18 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 3.5
				OR = {
					tag = GER
					tag = JAP
					tag = USA
					tag = ENG
				}
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}
	
	advanced_airplane_launcher = {

		
		enable_equipment_modules = { 
			nrm_support_capital_FP_3
			nrm_support_cruiser_FP_3
			nrm_submarine_FP_3
		}

		path = {
			leads_to_tech = advanced_airplane_launcher
			research_cost_coeff = 1
		}

		research_cost = 0.75

		start_year = 1942
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 1 y = 24 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 2
				OR = {
					tag = GER
					tag = JAP
					tag = USA
					tag = ENG
				}
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}

	basic_cruiser_armor_scheme = {

		enable_equipment_modules = { 
			nrm_armour_layout_2
			nrm_cruiser_armour_04h_1
			nrm_cruiser_armour_05_1
			nrm_cruiser_armour_05h_1
			nrm_cruiser_armour_06_1
		}


		
		path = {
			leads_to_tech = improved_cruiser_armor_scheme
			research_cost_coeff = 1
		}

		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1925
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 11 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 3
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
					tag = FRA
					tag = GER
				}
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}

	improved_cruiser_armor_scheme = {

		enable_equipment_modules = { 
			nrm_armour_layout_3
			nrm_cruiser_armour_01h_2
			nrm_cruiser_armour_02_2
			nrm_cruiser_armour_02h_2
			nrm_cruiser_armour_03_2
			nrm_cruiser_armour_03h_2
			nrm_cruiser_armour_04_2
			nrm_cruiser_armour_04h_2
			nrm_cruiser_armour_05_2
			nrm_cruiser_armour_05h_2
			nrm_cruiser_armour_06_2
		}


		
		path = {
			leads_to_tech = advanced_cruiser_armor_scheme
			research_cost_coeff = 1
		}

		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1934
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 16 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 3
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
					tag = FRA
					tag = GER
				}
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}
	advanced_cruiser_armor_scheme = {

		enable_equipment_modules = { 
			nrm_armour_layout_4
			nrm_cruiser_armour_02_3
			nrm_cruiser_armour_02h_3
			nrm_cruiser_armour_03_3
			nrm_cruiser_armour_03h_3
			nrm_cruiser_armour_04_3
			nrm_cruiser_armour_04h_3
			nrm_cruiser_armour_05_3
			nrm_cruiser_armour_05h_3
			nrm_cruiser_armour_06_3
		}



		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1940
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 3
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
					tag = FRA
					tag = GER
				}
			}
		}
		
		categories = {
			naval_equipment
			cl_tech
			ca_tech
		}
	}

#  # ###  ##  #   # #   #      ## #  # ### ###   ## 
#  # #   #  # #   #  # #      #   #  #  #  #  # #   
#### ##  ####  # #    #        #  ####  #  ###   #  
#  # #   #  #  # #    #         # #  #  #  #      # 
#  # ### #  #   #     #       ##  #  # ### #    ##  


	early_ship_hull_heavy = {

		enable_equipments = {
			nrm_ship_hull_capital_1
		}

		enable_equipment_modules = { 
			nrm_capital_engine_S0_005
			nrm_capital_engine_S0_010
			nrm_capital_engine_S0_015
			nrm_capital_engine_S0_020
			nrm_capital_engine_S0_025
			nrm_capital_engine_S0_030
			
			nrm_armour_layout_BB_1
			nrm_armour_layout_BC_1
			nrm_capital_armour_06_1
			nrm_capital_armour_07_1
			nrm_capital_armour_08_1
			nrm_capital_armour_09_1
			nrm_capital_armour_10_1
			nrm_capital_armour_11_1
			nrm_capital_armour_12_1
			nrm_capital_armour_13_1
			nrm_capital_armour_14_1
			
			nrm_range_capital_0h
			nrm_range_capital_1
			nrm_range_capital_1h
			nrm_range_capital_2
			nrm_range_capital_2h
			nrm_range_capital_3
		}
		
		path = {
			leads_to_tech = basic_ship_hull_heavy
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = basic_heavy_armor_scheme
			research_cost_coeff = 1
		}
		
		research_cost = 2

		start_year = 1910
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 2 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
			modifier = {
				is_major = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0
			}
		}
		
		categories = {
			naval_equipment
			bb_tech
			bc_tech
		}
	}

	basic_ship_hull_heavy = {

		enable_equipments = {
			nrm_ship_hull_capital_2
		}

		path = {
			leads_to_tech = improved_ship_hull_heavy
			research_cost_coeff = 1
		}
		
		research_cost = 2

		start_year = 1920
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 8 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 2
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
			modifier = {
				is_major = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 0
			}
		}
		
		categories = {
			naval_equipment
			bb_tech
			bc_tech
		}
	}

	improved_ship_hull_heavy = {

		enable_equipments = {
			nrm_ship_hull_capital_3
		}

		path = {
			leads_to_tech = advanced_ship_hull_heavy
			research_cost_coeff = 1
		}
		
		research_cost = 2

		start_year = 1930
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 14 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 10
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
			modifier = {
				is_major = no
				factor = 0
			}
		}
		
		categories = {
			naval_equipment
			bb_tech
			bc_tech
		}
	}

	advanced_ship_hull_heavy = {

		enable_equipments = {
			nrm_ship_hull_capital_4
		}

		research_cost = 2

		start_year = 1940
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 10
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}

			}
			modifier = {
				is_major = no
				factor = 0
			}
		}
		
		categories = {
			naval_equipment
			bb_tech
			bc_tech
		}
	}
	basic_heavy_armor_scheme = {

		enable_equipment_modules = { 
			nrm_armour_layout_BB_2
			nrm_armour_layout_BC_2
			nrm_armour_layout_BB_3
			nrm_armour_layout_BC_3
			
			nrm_capital_armour_15_1
			nrm_capital_armour_16_1
			nrm_capital_armour_17_1
			nrm_capital_armour_18_1
			nrm_capital_armour_06_2
			nrm_capital_armour_07_2
			nrm_capital_armour_08_2
			nrm_capital_armour_09_2
			nrm_capital_armour_10_2
			nrm_capital_armour_11_2
			nrm_capital_armour_12_2
			nrm_capital_armour_13_2
			nrm_capital_armour_14_2
			nrm_capital_armour_15_2
			nrm_capital_armour_16_2
			nrm_capital_armour_17_2
			nrm_capital_armour_18_2
		}


		
		path = {
			leads_to_tech = improved_heavy_armor_scheme
			research_cost_coeff = 1
		}

		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1925
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 1 y = 11 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 10
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			bb_tech
			bc_tech
		}
	}

	improved_heavy_armor_scheme = {

		enable_equipment_modules = { 
			nrm_armour_layout_BB_4
			nrm_armour_layout_BC_4
			
			nrm_capital_armour_06_3
			nrm_capital_armour_07_3
			nrm_capital_armour_08_3
			nrm_capital_armour_09_3
			nrm_capital_armour_10_3
			nrm_capital_armour_11_3
			nrm_capital_armour_12_3
			nrm_capital_armour_13_3
			nrm_capital_armour_14_3
			nrm_capital_armour_15_3
			nrm_capital_armour_16_3
			nrm_capital_armour_17_3
			nrm_capital_armour_18_3
		}

		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1938
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 1 y = 19 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 10
				OR = {
					tag = ENG
					tag = USA
					tag = JAP
				}
			}
			modifier = {
				has_tech = improved_ship_hull_heavy 
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
			bb_tech
			bc_tech
		}
	}

 ##   ##  ###  ###  ### ### ###   ## 
#  # #  # #  # #  #  #  #   #  # #   
#    #### ###  ###   #  ##  ###   #  
#  # #  # #  # #  #  #  #   #  #   # 
 ##  #  # #  # #  # ### ### #  # ##  

early_ship_hull_carrier = {

		enable_equipments = {
			nrm_ship_hull_carrier_2
			nrm_ship_hull_carrier_light_2
		}

		enable_equipment_modules = { 
			nrm_capital_engine_S0_005
			nrm_capital_engine_S0_010
			nrm_capital_engine_S0_015
			nrm_capital_engine_S0_020
			nrm_capital_engine_S0_025
			nrm_capital_engine_S0_030
			
			nrm_cruiser_engine_S0_005
			nrm_cruiser_engine_S0_010
			nrm_cruiser_engine_S0_015
			nrm_cruiser_engine_S0_020
			nrm_cruiser_engine_S0_025
			nrm_cruiser_engine_S0_030
			
			nrm_armour_layout_CV_1
			
			nrm_carrier_flightdeck_EH_015
			nrm_carrier_flightdeck_EH_020
			nrm_carrier_flightdeck_EH_025
			nrm_carrier_flightdeck_EH_030
			nrm_carrier_flightdeck_EH_035
			nrm_carrier_flightdeck_EH_040
			nrm_carrier_flightdeck_EH_045
			nrm_carrier_flightdeck_EH_050
			nrm_carrier_flightdeck_EH_055
			nrm_carrier_flightdeck_EH_060
			nrm_carrier_flightdeck_EH_065
			nrm_carrier_flightdeck_EH_070
			nrm_carrier_flightdeck_EH_075
			nrm_carrier_flightdeck_EH_080
			nrm_carrier_flightdeck_EH_085
			nrm_carrier_flightdeck_EH_090
			nrm_carrier_flightdeck_EH_095
			nrm_carrier_flightdeck_EH_100
			nrm_carrier_flightdeck_EHL_015
			nrm_carrier_flightdeck_EHL_020
			nrm_carrier_flightdeck_EHL_025
			nrm_carrier_flightdeck_EHL_030
			nrm_carrier_flightdeck_EHL_035
			nrm_carrier_flightdeck_EHL_040
			
			nrm_carrier_armour_01_1
			nrm_carrier_armour_01h_1
			nrm_carrier_armour_02_1
			nrm_carrier_armour_02h_1
			nrm_carrier_armour_03_1
			nrm_carrier_armour_03h_1
			nrm_carrier_armour_04_1
			nrm_carrier_armour_04h_1
			nrm_carrier_armour_05_1
			nrm_carrier_armour_05h_1
			nrm_carrier_armour_06_1
			
			nrm_range_capital_0h
			nrm_range_capital_1
			nrm_range_capital_1h
			nrm_range_capital_2
			nrm_range_capital_2h
			nrm_range_capital_3
			
			nrm_range_cruiser_0h
			nrm_range_cruiser_1
			nrm_range_cruiser_1h
			nrm_range_cruiser_2
			nrm_range_cruiser_2h
			nrm_range_cruiser_3
		}
		
		path = {
			leads_to_tech = basic_ship_hull_carrier
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = improved_ship_hull_carrier
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = basic_carrier_armor_scheme
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = carrier_airgroup_search
			research_cost_coeff = 1
		}
		
		research_cost = 4

		start_year = 1920
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 2 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 8
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}

	basic_ship_hull_carrier = {

		enable_equipments = {
			nrm_ship_hull_carrier_capital
			nrm_ship_hull_carrier_cruiser
		}
		enable_equipment_modules = { 
		
			nrm_carrier_flightdeck_CH_015
			nrm_carrier_flightdeck_CH_020
			nrm_carrier_flightdeck_CH_025
			nrm_carrier_flightdeck_CH_030
			nrm_carrier_flightdeck_CH_035
			nrm_carrier_flightdeck_CH_040
			nrm_carrier_flightdeck_CH_045
			nrm_carrier_flightdeck_CH_050
			nrm_carrier_flightdeck_CH_055
			nrm_carrier_flightdeck_CH_060
			nrm_carrier_flightdeck_CH_065
			nrm_carrier_flightdeck_CH_070
			nrm_carrier_flightdeck_CH_075
			nrm_carrier_flightdeck_CH_080
			nrm_carrier_flightdeck_CH_085
			nrm_carrier_flightdeck_CH_090
			nrm_carrier_flightdeck_CH_095
			nrm_carrier_flightdeck_CH_100
			nrm_carrier_flightdeck_CHL_015
			nrm_carrier_flightdeck_CHL_020
			nrm_carrier_flightdeck_CHL_025
			nrm_carrier_flightdeck_CHL_030
			nrm_carrier_flightdeck_CHL_035
			nrm_carrier_flightdeck_CHL_040
		}
		
		research_cost = 2

		start_year = 1925
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -1 y = 8 }
		}
		
		ai_will_do = {
			factor = 0.1
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}

	improved_ship_hull_carrier = {

		enable_equipments = {
			nrm_ship_hull_carrier_3
			nrm_ship_hull_carrier_light_3
		}
		
		
		path = {
			leads_to_tech = advanced_ship_hull_carrier
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = armoured_hangar
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = open_hangar
			research_cost_coeff = 1
		}
		
		research_cost = 2

		start_year = 1930
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 14 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 8
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}

	advanced_ship_hull_carrier = {

		enable_equipments = {
			nrm_ship_hull_carrier_4
			nrm_ship_hull_carrier_light_4
		}

		research_cost = 2

		start_year = 1940
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 0 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 8
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	
	carrier_airgroup_search = {

		
		enable_equipment_modules = { 
			nrm_carrier_airgroup_RC_1
			nrm_carrier_airgroup_RC_L_1
		}

		path = {
			leads_to_tech = improved_carrier_airgroup_search
			research_cost_coeff = 1
		}
		
		dependencies = {
			cv_CAS1 = 1
		}

		research_cost = 1

		start_year = 1930
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 2 y = 14 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 3
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	
	improved_carrier_airgroup_search = {

		
		enable_equipment_modules = { 
			nrm_carrier_airgroup_RC_2
			nrm_carrier_airgroup_RC_L_2
		}

		path = {
			leads_to_tech = advanced_carrier_airgroup_search
			research_cost_coeff = 1
		}
		
		#path = { #disable ASW group for now, unsure if needed since carrier in combat seem to use naval strike vs subs
		#	leads_to_tech = carrier_airgroup_asw
		#	research_cost_coeff = 1
		#}
		
		dependencies = {
			cv_CAS2 = 1
		}

		research_cost = 1

		start_year = 1941
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 2 y = 22 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 3
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	
	advanced_carrier_airgroup_search = {

		
		enable_equipment_modules = { 
			nrm_carrier_airgroup_RC_3
			nrm_carrier_airgroup_RC_L_3
		}
		
		dependencies = {
			cv_CAS3 = 1
		}

		research_cost = 1

		start_year = 1944
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 2 y = 28 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 3
				OR = {
					tag = ENG
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	
	carrier_airgroup_asw = {

		
		enable_equipment_modules = { 
			nrm_carrier_airgroup_ASW_1
			nrm_carrier_airgroup_ASW_L_1
		}

		path = {
			leads_to_tech = advanced_carrier_airgroup_asw
			research_cost_coeff = 1
		}
		
		dependencies = {
			cv_CAS2 = 1
		}

		research_cost = 1.5

		start_year = 1942
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 3 y = 24 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 3
				OR = {
					tag = ENG
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	
	advanced_carrier_airgroup_asw = {

		
		enable_equipment_modules = { 
			nrm_carrier_airgroup_ASW_2
			nrm_carrier_airgroup_ASW_L_2
		}
		
		dependencies = {
			cv_CAS3 = 1
		}

		research_cost = 1.5

		start_year = 1945
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 3 y = 30 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 3
				OR = {
					tag = ENG
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	
	basic_carrier_armor_scheme = {

		enable_equipment_modules = { 
			nrm_armour_layout_CV_2
			nrm_carrier_armour_01_2
			nrm_carrier_armour_01h_2
			nrm_carrier_armour_02_2
			nrm_carrier_armour_02h_2
			nrm_carrier_armour_03_2
			nrm_carrier_armour_03h_2
			nrm_carrier_armour_04_2
			nrm_carrier_armour_04h_2
			nrm_carrier_armour_05_2
			nrm_carrier_armour_05h_2
			nrm_carrier_armour_06_2
		}


		
		path = {
			leads_to_tech = improved_carrier_armor_scheme
			research_cost_coeff = 1
		}

		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1928
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 3 y = 11 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 5
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}

	improved_carrier_armor_scheme = {

		enable_equipment_modules = { 
			nrm_armour_layout_CV_3
			nrm_carrier_armour_01_3
			nrm_carrier_armour_01h_3
			nrm_carrier_armour_02_3
			nrm_carrier_armour_02h_3
			nrm_carrier_armour_03_3
			nrm_carrier_armour_03h_3
			nrm_carrier_armour_04_3
			nrm_carrier_armour_04h_3
			nrm_carrier_armour_05_3
			nrm_carrier_armour_05h_3
			nrm_carrier_armour_06_3
		}


		
		path = {
			leads_to_tech = advanced_carrier_armor_scheme
			research_cost_coeff = 1
		}

		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1934
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 3 y = 16 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 5
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	advanced_carrier_armor_scheme = {

		enable_equipment_modules = { 
			nrm_armour_layout_CV_4
		}



		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1940
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 3 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 5
				OR = {
					tag = ENG
					tag = JAP
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	
	armoured_hangar = {

		enable_equipment_modules = { 
			nrm_carrier_flightdeck_AH_015
			nrm_carrier_flightdeck_AH_020
			nrm_carrier_flightdeck_AH_025
			nrm_carrier_flightdeck_AH_030
			nrm_carrier_flightdeck_AH_035
			nrm_carrier_flightdeck_AH_040
			nrm_carrier_flightdeck_AH_045
			nrm_carrier_flightdeck_AH_050
			nrm_carrier_flightdeck_AH_055
			nrm_carrier_flightdeck_AH_060
			nrm_carrier_flightdeck_AH_065
			nrm_carrier_flightdeck_AH_070
			nrm_carrier_flightdeck_AH_075
			nrm_carrier_flightdeck_AH_080
			nrm_carrier_flightdeck_AH_085
			nrm_carrier_flightdeck_AH_090
			nrm_carrier_flightdeck_AH_095
			nrm_carrier_flightdeck_AH_100
			nrm_carrier_flightdeck_AHL_015
			nrm_carrier_flightdeck_AHL_020
			nrm_carrier_flightdeck_AHL_025
			nrm_carrier_flightdeck_AHL_030
			nrm_carrier_flightdeck_AHL_035
			nrm_carrier_flightdeck_AHL_040
		}

		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1936
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -1 y = 17 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 20
				tag = ENG
			}
			modifier = {
				factor = 10
				tag = JAP
				date > 1941.1.1
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	
	open_hangar = {

		enable_equipment_modules = { 
			nrm_carrier_flightdeck_OH_015
			nrm_carrier_flightdeck_OH_020
			nrm_carrier_flightdeck_OH_025
			nrm_carrier_flightdeck_OH_030
			nrm_carrier_flightdeck_OH_035
			nrm_carrier_flightdeck_OH_040
			nrm_carrier_flightdeck_OH_045
			nrm_carrier_flightdeck_OH_050
			nrm_carrier_flightdeck_OH_055
			nrm_carrier_flightdeck_OH_060
			nrm_carrier_flightdeck_OH_065
			nrm_carrier_flightdeck_OH_070
			nrm_carrier_flightdeck_OH_075
			nrm_carrier_flightdeck_OH_080
			nrm_carrier_flightdeck_OH_085
			nrm_carrier_flightdeck_OH_090
			nrm_carrier_flightdeck_OH_095
			nrm_carrier_flightdeck_OH_100
			nrm_carrier_flightdeck_OHL_015
			nrm_carrier_flightdeck_OHL_020
			nrm_carrier_flightdeck_OHL_025
			nrm_carrier_flightdeck_OHL_030
			nrm_carrier_flightdeck_OHL_035
			nrm_carrier_flightdeck_OHL_040
		}

		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1938
		
		folder = {
			name = mtgnavalfolder
			position = {  x = 1 y = 18 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 20
				OR = {
					tag = USA
					tag = JAP
				}
			}
			modifier = {
				factor = 10
				tag = ENG
				date > 1941.1.1
			}
		}
		
		categories = {
			naval_equipment
			cv_tech
		}
	}
	
	early_engine = {
		
		research_cost = 1

		start_year = 1910

		path = {
			leads_to_tech = improved_engine
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = early_diesel
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_engine_S1_005
			nrm_capital_engine_S1_010
			nrm_capital_engine_S1_015
			nrm_capital_engine_S1_020
			nrm_capital_engine_S1_025
			nrm_capital_engine_S1_030
			nrm_capital_engine_S1_035
			nrm_capital_engine_S1_040
			nrm_capital_engine_S1_045
			nrm_capital_engine_S1_050
			nrm_capital_engine_S1_055
			nrm_capital_engine_S1_060
			nrm_capital_engine_S1_065
			nrm_capital_engine_S1_070
			nrm_capital_engine_S1_075
			nrm_capital_engine_S1_080
			nrm_capital_engine_S1_090
			nrm_capital_engine_S1_100
			nrm_capital_engine_S1_110
			nrm_capital_engine_S1_120
			nrm_capital_engine_S1_130
			nrm_capital_engine_S1_140
			nrm_capital_engine_S1_150
			nrm_capital_engine_S1_160
			nrm_capital_engine_S1_170
			nrm_capital_engine_S1_180
			
			nrm_cruiser_engine_S1_005
			nrm_cruiser_engine_S1_010
			nrm_cruiser_engine_S1_015
			nrm_cruiser_engine_S1_020
			nrm_cruiser_engine_S1_025
			nrm_cruiser_engine_S1_030
			nrm_cruiser_engine_S1_035
			nrm_cruiser_engine_S1_040
			nrm_cruiser_engine_S1_045
			nrm_cruiser_engine_S1_050
			nrm_cruiser_engine_S1_055
			nrm_cruiser_engine_S1_060
			nrm_cruiser_engine_S1_065
			nrm_cruiser_engine_S1_070
			nrm_cruiser_engine_S1_075
			nrm_cruiser_engine_S1_080
			nrm_cruiser_engine_S1_090
			nrm_cruiser_engine_S1_100
			nrm_cruiser_engine_S1_110
			nrm_cruiser_engine_S1_120
			nrm_cruiser_engine_S1_130
			nrm_cruiser_engine_S1_140
			
			nrm_destroyer_engine_S1_005
			nrm_destroyer_engine_S1_010
			nrm_destroyer_engine_S1_015
			nrm_destroyer_engine_S1_020
			nrm_destroyer_engine_S1_025
			nrm_destroyer_engine_S1_030
			nrm_destroyer_engine_S1_035
			nrm_destroyer_engine_S1_040
			nrm_destroyer_engine_S1_045
			nrm_destroyer_engine_S1_050
			nrm_destroyer_engine_S1_055
			nrm_destroyer_engine_S1_060
			
			nrm_range_capital_3h
			nrm_range_capital_4
			nrm_range_cruiser_3h
			nrm_range_cruiser_4
			nrm_range_destroyer_3h
			nrm_range_destroyer_4
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 1 }
		}
		
		ai_will_do = {
			factor = 10
			modifier = {
				OR = {
					has_tech = early_ship_hull_light
					has_tech = early_ship_hull_cruiser
					has_tech = early_ship_hull_heavy
				}
				factor = 500
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	improved_engine = {
		
		research_cost = 1.5

		start_year = 1930

		path = {
			leads_to_tech = advanced_engine
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_engine_S2_005
			nrm_capital_engine_S2_010
			nrm_capital_engine_S2_015
			nrm_capital_engine_S2_020
			nrm_capital_engine_S2_025
			nrm_capital_engine_S2_030
			nrm_capital_engine_S2_035
			nrm_capital_engine_S2_040
			nrm_capital_engine_S2_045
			nrm_capital_engine_S2_050
			nrm_capital_engine_S2_055
			nrm_capital_engine_S2_060
			nrm_capital_engine_S2_065
			nrm_capital_engine_S2_070
			nrm_capital_engine_S2_075
			nrm_capital_engine_S2_080
			nrm_capital_engine_S2_090
			nrm_capital_engine_S2_100
			nrm_capital_engine_S2_110
			nrm_capital_engine_S2_120
			nrm_capital_engine_S2_130
			nrm_capital_engine_S2_140
			nrm_capital_engine_S2_150
			nrm_capital_engine_S2_160
			nrm_capital_engine_S2_170
			nrm_capital_engine_S2_180
			nrm_capital_engine_S2_190
			nrm_capital_engine_S2_200
			nrm_capital_engine_S2_210
			
			nrm_cruiser_engine_S2_005
			nrm_cruiser_engine_S2_010
			nrm_cruiser_engine_S2_015
			nrm_cruiser_engine_S2_020
			nrm_cruiser_engine_S2_025
			nrm_cruiser_engine_S2_030
			nrm_cruiser_engine_S2_035
			nrm_cruiser_engine_S2_040
			nrm_cruiser_engine_S2_045
			nrm_cruiser_engine_S2_050
			nrm_cruiser_engine_S2_055
			nrm_cruiser_engine_S2_060
			nrm_cruiser_engine_S2_065
			nrm_cruiser_engine_S2_070
			nrm_cruiser_engine_S2_075
			nrm_cruiser_engine_S2_080
			nrm_cruiser_engine_S2_090
			nrm_cruiser_engine_S2_100
			nrm_cruiser_engine_S2_110
			nrm_cruiser_engine_S2_120
			nrm_cruiser_engine_S2_130
			nrm_cruiser_engine_S2_140
			nrm_cruiser_engine_S2_150
			nrm_cruiser_engine_S2_160
			
			nrm_destroyer_engine_S2_005
			nrm_destroyer_engine_S2_010
			nrm_destroyer_engine_S2_015
			nrm_destroyer_engine_S2_020
			nrm_destroyer_engine_S2_025
			nrm_destroyer_engine_S2_030
			nrm_destroyer_engine_S2_035
			nrm_destroyer_engine_S2_040
			nrm_destroyer_engine_S2_045
			nrm_destroyer_engine_S2_050
			nrm_destroyer_engine_S2_055
			nrm_destroyer_engine_S2_060
			nrm_destroyer_engine_S2_065
			nrm_destroyer_engine_S2_070
			nrm_destroyer_engine_S2_075
			nrm_destroyer_engine_S2_080
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 14 }
		}
		
		ai_will_do = {
			factor = 20
			modifier = {
				OR = {
					has_tech = improved_ship_hull_light
					has_tech = improved_ship_hull_cruiser
					has_tech = improved_ship_hull_heavy
				}
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	advanced_engine = {
		
		research_cost = 2

		start_year = 1940

		enable_equipment_modules = { 
			nrm_capital_engine_S3_005
			nrm_capital_engine_S3_010
			nrm_capital_engine_S3_015
			nrm_capital_engine_S3_020
			nrm_capital_engine_S3_025
			nrm_capital_engine_S3_030
			nrm_capital_engine_S3_035
			nrm_capital_engine_S3_040
			nrm_capital_engine_S3_045
			nrm_capital_engine_S3_050
			nrm_capital_engine_S3_055
			nrm_capital_engine_S3_060
			nrm_capital_engine_S3_065
			nrm_capital_engine_S3_070
			nrm_capital_engine_S3_075
			nrm_capital_engine_S3_080
			nrm_capital_engine_S3_090
			nrm_capital_engine_S3_100
			nrm_capital_engine_S3_110
			nrm_capital_engine_S3_120
			nrm_capital_engine_S3_130
			nrm_capital_engine_S3_140
			nrm_capital_engine_S3_150
			nrm_capital_engine_S3_160
			nrm_capital_engine_S3_170
			nrm_capital_engine_S3_180
			nrm_capital_engine_S3_190
			nrm_capital_engine_S3_200
			nrm_capital_engine_S3_210
			nrm_capital_engine_S3_220
			nrm_capital_engine_S3_230
			nrm_capital_engine_S3_240
			
			nrm_cruiser_engine_S3_005
			nrm_cruiser_engine_S3_010
			nrm_cruiser_engine_S3_015
			nrm_cruiser_engine_S3_020
			nrm_cruiser_engine_S3_025
			nrm_cruiser_engine_S3_030
			nrm_cruiser_engine_S3_035
			nrm_cruiser_engine_S3_040
			nrm_cruiser_engine_S3_045
			nrm_cruiser_engine_S3_050
			nrm_cruiser_engine_S3_055
			nrm_cruiser_engine_S3_060
			nrm_cruiser_engine_S3_065
			nrm_cruiser_engine_S3_070
			nrm_cruiser_engine_S3_075
			nrm_cruiser_engine_S3_080
			nrm_cruiser_engine_S3_090
			nrm_cruiser_engine_S3_100
			nrm_cruiser_engine_S3_110
			nrm_cruiser_engine_S3_120
			nrm_cruiser_engine_S3_130
			nrm_cruiser_engine_S3_140
			nrm_cruiser_engine_S3_150
			nrm_cruiser_engine_S3_160
			nrm_cruiser_engine_S3_170
			nrm_cruiser_engine_S3_180
			
			nrm_destroyer_engine_S3_005
			nrm_destroyer_engine_S3_010
			nrm_destroyer_engine_S3_015
			nrm_destroyer_engine_S3_020
			nrm_destroyer_engine_S3_025
			nrm_destroyer_engine_S3_030
			nrm_destroyer_engine_S3_035
			nrm_destroyer_engine_S3_040
			nrm_destroyer_engine_S3_045
			nrm_destroyer_engine_S3_050
			nrm_destroyer_engine_S3_055
			nrm_destroyer_engine_S3_060
			nrm_destroyer_engine_S3_065
			nrm_destroyer_engine_S3_070
			nrm_destroyer_engine_S3_075
			nrm_destroyer_engine_S3_080
			nrm_destroyer_engine_S3_090
			nrm_destroyer_engine_S3_100
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 20 }
		}
		
		ai_will_do = {
			factor = 20
			modifier = {
				OR = {
					has_tech = advanced_ship_hull_cruiser
					has_tech = advanced_ship_hull_heavy
				}
				factor = 5
			}
			modifier = {
				tag = USA
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	early_diesel = {
		
		research_cost = 1.5

		start_year = 1925

		path = {
			leads_to_tech = improved_diesel
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_engine_D1_005
			nrm_capital_engine_D1_010
			nrm_capital_engine_D1_015
			nrm_capital_engine_D1_020
			nrm_capital_engine_D1_025
			nrm_capital_engine_D1_030
			nrm_capital_engine_D1_035
			nrm_capital_engine_D1_040
			nrm_capital_engine_D1_045
			nrm_capital_engine_D1_050
			nrm_capital_engine_D1_055
			nrm_capital_engine_D1_060
			nrm_capital_engine_D1_065
			nrm_capital_engine_D1_070
			nrm_capital_engine_D1_075
			nrm_capital_engine_D1_080
			nrm_capital_engine_D1_090
			nrm_capital_engine_D1_100
			
			nrm_cruiser_engine_D1_005
			nrm_cruiser_engine_D1_010
			nrm_cruiser_engine_D1_015
			nrm_cruiser_engine_D1_020
			nrm_cruiser_engine_D1_025
			nrm_cruiser_engine_D1_030
			nrm_cruiser_engine_D1_035
			nrm_cruiser_engine_D1_040
			nrm_cruiser_engine_D1_045
			nrm_cruiser_engine_D1_050
			nrm_cruiser_engine_D1_055
			nrm_cruiser_engine_D1_060
			nrm_cruiser_engine_D1_065
			nrm_cruiser_engine_D1_070
			nrm_cruiser_engine_D1_075
			nrm_cruiser_engine_D1_080
			
			nrm_destroyer_engine_D1_005
			nrm_destroyer_engine_D1_010
			nrm_destroyer_engine_D1_015
			nrm_destroyer_engine_D1_020
			nrm_destroyer_engine_D1_025
			nrm_destroyer_engine_D1_030
			nrm_destroyer_engine_D1_035
			nrm_destroyer_engine_D1_040
			
			nrm_submarine_engine_D1_04
			nrm_submarine_engine_D1_06
			nrm_submarine_engine_D1_08
			nrm_submarine_engine_D1_10
			nrm_submarine_engine_D1_12
			nrm_submarine_engine_D1_16
			nrm_submarine_engine_D1_20
			nrm_submarine_engine_D1_25
			nrm_submarine_engine_D1_30
			nrm_submarine_engine_D1_35
			nrm_submarine_engine_D1_40
			nrm_submarine_engine_D1_45
			nrm_submarine_engine_D1_50
			nrm_submarine_engine_D1_55
			nrm_submarine_engine_D1_60
			nrm_submarine_engine_D1_70
			nrm_submarine_engine_D1_80
			
			nrm_range_submarine_3h
			nrm_range_submarine_4

			nrm_range_submarine_cruiser_3h
			nrm_range_submarine_cruiser_4
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 11 }
		}
		
		ai_will_do = {
			factor = 10
			modifier = {
				OR = {
					tag = GER
				}
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	improved_diesel = {
		
		research_cost = 1.5

		start_year = 1940

		path = {
			leads_to_tech = improved_diesel
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_engine_D2_005
			nrm_capital_engine_D2_010
			nrm_capital_engine_D2_015
			nrm_capital_engine_D2_020
			nrm_capital_engine_D2_025
			nrm_capital_engine_D2_030
			nrm_capital_engine_D2_035
			nrm_capital_engine_D2_040
			nrm_capital_engine_D2_045
			nrm_capital_engine_D2_050
			nrm_capital_engine_D2_055
			nrm_capital_engine_D2_060
			nrm_capital_engine_D2_065
			nrm_capital_engine_D2_070
			nrm_capital_engine_D2_075
			nrm_capital_engine_D2_080
			nrm_capital_engine_D2_090
			nrm_capital_engine_D2_100
			nrm_capital_engine_D2_110
			nrm_capital_engine_D2_120
			nrm_capital_engine_D2_130
			nrm_capital_engine_D2_140
			nrm_capital_engine_D2_150

			nrm_cruiser_engine_D2_005
			nrm_cruiser_engine_D2_010
			nrm_cruiser_engine_D2_015
			nrm_cruiser_engine_D2_020
			nrm_cruiser_engine_D2_025
			nrm_cruiser_engine_D2_030
			nrm_cruiser_engine_D2_035
			nrm_cruiser_engine_D2_040
			nrm_cruiser_engine_D2_045
			nrm_cruiser_engine_D2_050
			nrm_cruiser_engine_D2_055
			nrm_cruiser_engine_D2_060
			nrm_cruiser_engine_D2_065
			nrm_cruiser_engine_D2_070
			nrm_cruiser_engine_D2_075
			nrm_cruiser_engine_D2_080
			nrm_cruiser_engine_D2_090
			nrm_cruiser_engine_D2_100
			nrm_cruiser_engine_D2_110
			nrm_cruiser_engine_D2_120

			nrm_destroyer_engine_D2_005
			nrm_destroyer_engine_D2_010
			nrm_destroyer_engine_D2_015
			nrm_destroyer_engine_D2_020
			nrm_destroyer_engine_D2_025
			nrm_destroyer_engine_D2_030
			nrm_destroyer_engine_D2_035
			nrm_destroyer_engine_D2_040
			nrm_destroyer_engine_D2_045
			nrm_destroyer_engine_D2_050
			nrm_destroyer_engine_D2_055
			nrm_destroyer_engine_D2_060
			
			nrm_submarine_engine_D2_04
			nrm_submarine_engine_D2_06
			nrm_submarine_engine_D2_08
			nrm_submarine_engine_D2_10
			nrm_submarine_engine_D2_12
			nrm_submarine_engine_D2_16
			nrm_submarine_engine_D2_20
			nrm_submarine_engine_D2_25
			nrm_submarine_engine_D2_30
			nrm_submarine_engine_D2_35
			nrm_submarine_engine_D2_40
			nrm_submarine_engine_D2_45
			nrm_submarine_engine_D2_50
			nrm_submarine_engine_D2_55
			nrm_submarine_engine_D2_60
			nrm_submarine_engine_D2_70
			nrm_submarine_engine_D2_80
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 20 }
		}
		
		ai_will_do = {
			factor = 10
			modifier = {
				OR = {
					tag = GER
				}
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}

###  ##  ###  ###  ### ###   ##      #   #  ##  ###   ##  ### ###  ###                  ## #  # ###  #   #  ##  ###  ### #  # ###  ## 
 #  #  # #  # #  # #   #  # #  #     #   # #  # #  # #  # #   #  # #       {~._.~}     #   #  # #  # ## ## #  # #  #  #  ## # #   #   
 #  #  # ###  ###  ##  #  # #  #     # # # #### ###  #### ##  ###  ##       ( Y )       #  #  # ###  # # # #### ###   #  # ## ##   #  
 #  #  # #  # #    #   #  # #  #     # # # #  # #  # #  # #   #  # #       ()~*~()       # #  # #  # #   # #  # #  #  #  #  # #     # 
 #   ##  #  # #    ### ###   ##       # #  #  # #  # #  # #   #  # ###     (_)-(_)     ##   ##  ###  #   # #  # #  # ### #  # ### ##  

	basic_torpedo = {
		
		research_cost = 1

		start_year = 1922

		path = {
			leads_to_tech = magnetic_detonator
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = early_ship_hull_submarine
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = improved_ship_torpedo_launcher
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = electric_torpedo
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_support_capital_TRP_21_1_x04
			
			nrm_support_cruiser_TRP_21_1_x04
			
			nrm_support_destroyer_TRP_21_C_1_x2
			
			nrm_support_destroyer_TRP_21_S_1_x4
		
			nrm_submarine_TRP_18_1_x1
			nrm_submarine_TRP_18_1_x2
			nrm_submarine_TRP_18_1_x3
			nrm_submarine_TRP_18_1_x4
			nrm_submarine_TRP_18_1_x5
			nrm_submarine_TRP_18_1_x6
			nrm_submarine_TRP_18_1_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 1 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				OR = {
					tag = JAP
					tag = USA
					tag = GER
				}
				factor = 5
			}
			modifier = {
				has_war = yes
				factor = 3
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	magnetic_detonator = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1936

		path = {
			leads_to_tech = homing_torpedo
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = improved_magnetic_detonator
			research_cost_coeff = 1
		}

		submarine = {
			torpedo_attack = 0.1
		}
		
		

		folder = {
			name = mtgnavalfolder
			position = { x = 3 y = 18 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				OR = {
					tag = JAP
					tag = USA
					tag = GER
				}
				factor = 5
			}
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				tag = JAP #Japan wants torpedoes EXTRA HARD
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	improved_magnetic_detonator = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1943
		
		submarine = {
			torpedo_attack = 0.1
		}
		destroyer = {
			torpedo_attack = 0.1
		}
		light_cruiser = {
			torpedo_attack = 0.1
		}
		heavy_cruiser = {
			torpedo_attack = 0.1
		}
		battleship = {
			torpedo_attack = 0.1
		}
		battle_cruiser = {
			torpedo_attack = 0.1
		}
		

		folder = {
			name = mtgnavalfolder
			position = { x = 3 y = 26 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				OR = {
					tag = JAP
					tag = USA
					tag = GER
				}
				factor = 5
			}
			modifier = {
				has_war = yes
				factor = 3
			}
			modifier = {
				tag = JAP #Japan wants torpedoes EXTRA HARD
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	homing_torpedo = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1941
		
		path = {
			leads_to_tech = improved_homing_torpedo
			research_cost_coeff = 1
		}
		
		submarine = {
			torpedo_attack = 0.1
		}
		
		folder = {
			name = mtgnavalfolder
			position = { x = 4 y = 22 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				OR = {
					tag = JAP
					tag = USA
					tag = GER
				}
				factor = 5
			}
			modifier = {
				has_war = yes
				factor = 3
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	improved_homing_torpedo = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1945
		
		submarine = {
			torpedo_attack = 0.2
		}
		destroyer = {
			torpedo_attack = 0.1
		}
		light_cruiser = {
			torpedo_attack = 0.1
		}
		heavy_cruiser = {
			torpedo_attack = 0.1
		}
		battleship = {
			torpedo_attack = 0.1
		}
		battle_cruiser = {
			torpedo_attack = 0.1
		}
		
		folder = {
			name = mtgnavalfolder
			position = { x = 4 y = 30 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				OR = {
					tag = JAP
					tag = USA
					tag = GER
				}
				factor = 5
			}
			modifier = {
				has_war = yes
				factor = 3
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	electric_torpedo = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1940

		
		naval_torpedo_reveal_chance_factor = -0.25
		

		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 20 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				OR = {
					tag = JAP
					tag = USA
					tag = GER
				}
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	improved_ship_torpedo_launcher = {
		
		research_cost = 1

		start_year = 1915

		path = {
			leads_to_tech = advanced_ship_torpedo_launcher
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = improved_heavy_ship_torpedo_launcher
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_support_capital_TRP_21_1_x06
			nrm_support_capital_TRP_21_1_x08
			nrm_support_capital_TRP_21_1_x10
			
			nrm_support_cruiser_TRP_21_1_x06
			nrm_support_cruiser_TRP_21_1_x08
			nrm_support_cruiser_TRP_21_1_x10
			
			nrm_support_destroyer_TRP_21_C_1_x2
			nrm_support_destroyer_TRP_21_C_1_x3
			nrm_support_destroyer_TRP_21_C_1_x4
			nrm_support_destroyer_TRP_21_C_1_x5
			
			nrm_support_destroyer_TRP_21_S_1_x6
			nrm_support_destroyer_TRP_21_S_1_x8
			
			nrm_submarine_TRP_21_1_x1
			nrm_submarine_TRP_21_1_x2
			nrm_submarine_TRP_21_1_x3
			nrm_submarine_TRP_21_1_x4
			nrm_submarine_TRP_21_1_x5
			nrm_submarine_TRP_21_1_x6
			nrm_submarine_TRP_21_1_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 8 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = GER
				}
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_ship_torpedo_launcher = {
		
		research_cost = 1.5

		start_year = 1930

		path = {
			leads_to_tech = modern_ship_torpedo_launcher
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_support_capital_TRP_21_2_x04
			nrm_support_capital_TRP_21_2_x06
			nrm_support_capital_TRP_21_2_x08
			nrm_support_capital_TRP_21_2_x10
			
			nrm_support_cruiser_TRP_21_2_x04
			nrm_support_cruiser_TRP_21_2_x06
			nrm_support_cruiser_TRP_21_2_x08
			nrm_support_cruiser_TRP_21_2_x10
			
			nrm_support_destroyer_TRP_21_C_2_x2
			nrm_support_destroyer_TRP_21_C_2_x3
			nrm_support_destroyer_TRP_21_C_2_x4
			nrm_support_destroyer_TRP_21_C_2_x5
			
			nrm_support_destroyer_TRP_21_S_2_x4
			nrm_support_destroyer_TRP_21_S_2_x6
			nrm_support_destroyer_TRP_21_S_2_x8
		
			nrm_submarine_TRP_18_2_x1
			nrm_submarine_TRP_18_2_x2
			nrm_submarine_TRP_18_2_x3
			nrm_submarine_TRP_18_2_x4
			nrm_submarine_TRP_18_2_x5
			nrm_submarine_TRP_18_2_x6
			nrm_submarine_TRP_18_2_x8
			
			nrm_submarine_TRP_21_2_x1
			nrm_submarine_TRP_21_2_x2
			nrm_submarine_TRP_21_2_x3
			nrm_submarine_TRP_21_2_x4
			nrm_submarine_TRP_21_2_x5
			nrm_submarine_TRP_21_2_x6
			nrm_submarine_TRP_21_2_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 14 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = GER
				}
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	modern_ship_torpedo_launcher = {
		
		research_cost = 1.5

		start_year = 1940

		enable_equipment_modules = { 
			nrm_support_capital_TRP_21_3_x04
			nrm_support_capital_TRP_21_3_x06
			nrm_support_capital_TRP_21_3_x08
			nrm_support_capital_TRP_21_3_x10
		
			nrm_support_cruiser_TRP_21_3_x04
			nrm_support_cruiser_TRP_21_3_x06
			nrm_support_cruiser_TRP_21_3_x08
			nrm_support_cruiser_TRP_21_3_x10
		
			nrm_support_destroyer_TRP_21_C_3_x2
			nrm_support_destroyer_TRP_21_C_3_x3
			nrm_support_destroyer_TRP_21_C_3_x4
			nrm_support_destroyer_TRP_21_C_3_x5
			
			nrm_support_destroyer_TRP_21_S_3_x4
			nrm_support_destroyer_TRP_21_S_3_x6
			nrm_support_destroyer_TRP_21_S_3_x8
			
			nrm_submarine_TRP_18_3_x1
			nrm_submarine_TRP_18_3_x2
			nrm_submarine_TRP_18_3_x3
			nrm_submarine_TRP_18_3_x4
			nrm_submarine_TRP_18_3_x5
			nrm_submarine_TRP_18_3_x6
			nrm_submarine_TRP_18_3_x8

			nrm_submarine_TRP_21_3_x1
			nrm_submarine_TRP_21_3_x2
			nrm_submarine_TRP_21_3_x3
			nrm_submarine_TRP_21_3_x4
			nrm_submarine_TRP_21_3_x5
			nrm_submarine_TRP_21_3_x6
			nrm_submarine_TRP_21_3_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 20 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				OR = {
					tag = ENG
					tag = USA
					tag = GER
				}
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	improved_heavy_ship_torpedo_launcher = {
		
		research_cost = 3

		start_year = 1920

		path = {
			leads_to_tech = advanced_heavy_ship_torpedo_launcher
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_support_capital_TRP_24_1_x04
			nrm_support_capital_TRP_24_1_x06
			nrm_support_capital_TRP_24_1_x08
			nrm_support_capital_TRP_24_1_x10
			
			nrm_support_cruiser_TRP_24_1_x04
			nrm_support_cruiser_TRP_24_1_x06
			nrm_support_cruiser_TRP_24_1_x08
			nrm_support_cruiser_TRP_24_1_x10
			
			nrm_support_destroyer_TRP_24_C_1_x2
			nrm_support_destroyer_TRP_24_C_1_x3
			nrm_support_destroyer_TRP_24_C_1_x4
			nrm_support_destroyer_TRP_24_C_1_x5
			
			nrm_support_destroyer_TRP_24_S_1_x4
			nrm_support_destroyer_TRP_24_S_1_x6
			nrm_support_destroyer_TRP_24_S_1_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 11 }
		}
		
		ai_will_do = {
			factor = 0.1
			modifier = {
				tag = JAP
				factor = 100
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_heavy_ship_torpedo_launcher = {
		
		research_cost = 2

		start_year = 1935

		path = {
			leads_to_tech = modern_heavy_ship_torpedo_launcher
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_support_capital_TRP_24_2_x04
			nrm_support_capital_TRP_24_2_x06
			nrm_support_capital_TRP_24_2_x08
			nrm_support_capital_TRP_24_2_x10
			
			nrm_support_cruiser_TRP_24_2_x04
			nrm_support_cruiser_TRP_24_2_x06
			nrm_support_cruiser_TRP_24_2_x08
			nrm_support_cruiser_TRP_24_2_x10
			
			nrm_support_destroyer_TRP_24_C_2_x2
			nrm_support_destroyer_TRP_24_C_2_x3
			nrm_support_destroyer_TRP_24_C_2_x4
			nrm_support_destroyer_TRP_24_C_2_x5
			
			nrm_support_destroyer_TRP_24_S_2_x4
			nrm_support_destroyer_TRP_24_S_2_x6
			nrm_support_destroyer_TRP_24_S_2_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 17 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = JAP
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	modern_heavy_ship_torpedo_launcher = {
		
		research_cost = 2

		start_year = 1942

		enable_equipment_modules = { 
			nrm_support_capital_TRP_24_3_x04
			nrm_support_capital_TRP_24_3_x06
			nrm_support_capital_TRP_24_3_x08
			nrm_support_capital_TRP_24_3_x10
			
			nrm_support_cruiser_TRP_24_3_x04
			nrm_support_cruiser_TRP_24_3_x06
			nrm_support_cruiser_TRP_24_3_x08
			nrm_support_cruiser_TRP_24_3_x10
			
			nrm_support_destroyer_TRP_24_C_3_x2
			nrm_support_destroyer_TRP_24_C_3_x3
			nrm_support_destroyer_TRP_24_C_3_x4
			nrm_support_destroyer_TRP_24_C_3_x5
			
			nrm_support_destroyer_TRP_24_S_3_x4
			nrm_support_destroyer_TRP_24_S_3_x6
			nrm_support_destroyer_TRP_24_S_3_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 24 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = JAP
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	early_ship_hull_submarine = {

		enable_equipments = {
			nrm_ship_hull_submarine_1
			nrm_ship_hull_submarine_cruiser_1
			nrm_ship_hull_submarine_small_1
		}

		enable_equipment_modules = { 
			nrm_submarine_engine_D0_04
			nrm_submarine_engine_D0_06
			nrm_submarine_engine_D0_08
			nrm_submarine_engine_D0_10
			nrm_submarine_engine_D0_12
			nrm_submarine_engine_D0_16
			nrm_submarine_engine_D0_20
			nrm_submarine_engine_D0_25
			nrm_submarine_engine_D0_30
			nrm_submarine_engine_D0_35
			nrm_submarine_engine_D0_40
			nrm_submarine_engine_D0_45
			nrm_submarine_engine_D0_50
			nrm_submarine_engine_D0_55
			nrm_submarine_engine_D0_60
			nrm_submarine_engine_D0_70
			nrm_submarine_engine_D0_80
			
			nrm_submarine_noise_0
			
			nrm_range_submarine_0h
			nrm_range_submarine_1
			nrm_range_submarine_1h
			nrm_range_submarine_2
			nrm_range_submarine_2h
			nrm_range_submarine_3
			
			nrm_range_submarine_cruiser_2
			nrm_range_submarine_cruiser_2h
			nrm_range_submarine_cruiser_3

			nrm_range_submarine_small_0h
			nrm_range_submarine_small_1
			nrm_range_submarine_small_1h
			nrm_range_submarine_small_2
			nrm_range_submarine_small_2h
			
			nrm_submarine_deckgun_3
			nrm_submarine_deckgun_4
		}
		
		path = {
			leads_to_tech = basic_ship_hull_submarine
			research_cost_coeff = 1
		}

		research_cost = 1.5

		start_year = 1915
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -2 y = 4 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 7
				OR = {
					tag = GER
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			ss_tech
		}
	}

	basic_ship_hull_submarine = {

		enable_equipments = {
			nrm_ship_hull_submarine_2
			nrm_ship_hull_submarine_cruiser_2
			nrm_ship_hull_submarine_small_2
		}
		enable_equipment_modules = { 
			ship_torpedo_sub_2
			sub_ship_engine_2
			
			nrm_submarine_deckgun_5
			nrm_submarine_deckgun_6
		}
		path = {
			leads_to_tech = improved_ship_hull_submarine
			research_cost_coeff = 1
		}
		
		research_cost = 1.5

		start_year = 1925
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -2 y = 10 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 7
				OR = {
					tag = GER
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			ss_tech
		}
	}

	improved_ship_hull_submarine = {

		enable_equipments = {
			nrm_ship_hull_submarine_3
			nrm_ship_hull_submarine_cruiser_3
			nrm_ship_hull_submarine_small_3
		}
		enable_equipment_modules = { 
			nrm_submarine_noise_1
		}
		
		path = {
			leads_to_tech = advanced_ship_hull_submarine
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = basic_submarine_snorkel
			research_cost_coeff = 1
		}
		
		research_cost = 2

		start_year = 1935
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -2 y = 16 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 7
				OR = {
					tag = GER
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			ss_tech
		}
	}

	advanced_ship_hull_submarine = {

		enable_equipments = {
			nrm_ship_hull_submarine_4
			nrm_ship_hull_submarine_cruiser_4
			nrm_ship_hull_submarine_small_4
		}
		enable_equipment_modules = { 
			nrm_submarine_noise_2
		}
		
		path = {
			leads_to_tech = modern_ship_hull_submarine
			research_cost_coeff = 1
		}
		
		research_cost = 2

		start_year = 1940
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -2 y = 22 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 7
				OR = {
					tag = GER
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			ss_tech
		}
	}
	
	modern_ship_hull_submarine = {

		enable_equipments = {
			nrm_ship_hull_submarine_5
			nrm_ship_hull_submarine_cruiser_5
			nrm_ship_hull_submarine_small_5
		}
		enable_equipment_modules = { 
			nrm_submarine_noise_3
		}
		
		research_cost = 2

		start_year = 1945
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -2 y = 29 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 7
				OR = {
					tag = GER
					tag = USA
				}
			}
		}
		
		categories = {
			naval_equipment
			ss_tech
		}
	}

	basic_submarine_snorkel = {

		enable_equipment_modules = { 
			nrm_submarine_SNK_1
		}
		path = {
			leads_to_tech = improved_submarine_snorkel
			research_cost_coeff = 1
		}
		
		research_cost = 1.5

		start_year = 1942
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -1 y = 24 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 7
				OR = {
					tag = GER
					tag = HOL
				}
			}
			modifier = {
				not = {
					has_war_with = ENG
					has_War_with = USA
				}
				factor = 0.5
			}
		}
		
		categories = {
			naval_equipment
			ss_tech
		}
	}

	improved_submarine_snorkel = {

		enable_equipment_modules = { 
			nrm_submarine_SNK_2
		}
		path = {
			leads_to_tech = improved_submarine_snorkel
			research_cost_coeff = 1
		}
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1944
		
		folder = {
			name = mtgnavalfolder
			position = {  x = -1 y = 28 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 7
				OR = {
					tag = GER
					tag = HOL
				}
			}
		}
		
		categories = {
			naval_equipment
			ss_tech
		}
	}

 ##  ###  #   #  ##  #   # ### #  # ###  ## 
#  # #  # ## ## #  # ## ## #   ## #  #  #   
#### ###  # # # #### # # # ##  # ##  #   #  
#  # #  # #   # #  # #   # #   #  #  #    # 
#  # #  # #   # #  # #   # ### #  #  #  ##  


	basic_battery = {
		
		research_cost = 2

		start_year = 1910

		path = {
			leads_to_tech = nrm_early_antiair
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = basic_light_shell
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = basic_medium_shell
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = basic_heavy_shell
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = improved_light_battery
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = improved_light_battery_2
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = improved_medium_battery
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = basic_medium_battery_2
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = improved_heavy_battery
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = basic_heavy_battery_2
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_battery_11_1_2x2
			nrm_capital_battery_11_1_2x3
			nrm_capital_battery_11_1_2x4
			nrm_capital_battery_11_1_2x5
			nrm_capital_battery_11_1_2x6
			nrm_capital_battery_11_1_3x2
			nrm_capital_battery_11_1_3x3
			nrm_capital_battery_11_1_3x4
			nrm_capital_battery_11_1_4x2
			nrm_capital_battery_11_1_4x3
			nrm_capital_battery_11_1_a3x2_2x1
			nrm_capital_battery_11_1_a3x2_2x2
			nrm_capital_battery_11_1_a4x2_2x1
			nrm_capital_battery_12_1_2x2
			nrm_capital_battery_12_1_2x3
			nrm_capital_battery_12_1_2x4
			nrm_capital_battery_12_1_2x5
			nrm_capital_battery_12_1_2x6
			nrm_capital_battery_12_1_3x2
			nrm_capital_battery_12_1_3x3
			nrm_capital_battery_12_1_3x4
			nrm_capital_battery_12_1_4x2
			nrm_capital_battery_12_1_4x3
			nrm_capital_battery_12_1_a3x2_2x1
			nrm_capital_battery_12_1_a3x2_2x2
			nrm_capital_battery_12_1_a4x2_2x1
			nrm_capital_secondary_SB_5_1_x08
			nrm_capital_secondary_SB_5_1_x12
			nrm_capital_secondary_SB_5_1_x16
			nrm_capital_secondary_SB_5_1_x20
			nrm_capital_secondary_SB_5h_1_x08
			nrm_capital_secondary_SB_5h_1_x12
			nrm_capital_secondary_SB_5h_1_x16
			nrm_capital_secondary_SB_5h_1_x20
			nrm_capital_secondary_SB_6_1_x08
			nrm_capital_secondary_SB_6_1_x12
			nrm_capital_secondary_SB_6_1_x16
			nrm_capital_secondary_SB_6_1_x20
			nrm_cruiser_tertiary_SB_5_1_x04
			nrm_cruiser_tertiary_SB_5_1_x08
			nrm_cruiser_tertiary_SB_5_1_x12
			nrm_cruiser_tertiary_SB_5h_1_x04
			nrm_cruiser_tertiary_SB_5h_1_x08
			nrm_cruiser_tertiary_SB_5h_1_x12
			nrm_cruiser_tertiary_SB_6_1_x04
			nrm_cruiser_tertiary_SB_6_1_x08
			nrm_cruiser_tertiary_SB_6_1_x12
			nrm_capital_tertiary_HA_3_1_x04
			nrm_capital_tertiary_HA_3_1_x08
			nrm_capital_tertiary_HA_3_1_x12
			nrm_capital_tertiary_HA_3_1_x16
			nrm_capital_tertiary_HA_4_1_x04
			nrm_capital_tertiary_HA_4_1_x08
			nrm_capital_tertiary_HA_4_1_x12
			nrm_capital_tertiary_HA_4_1_x16
			nrm_capital_tertiary_HA_5_1_x04
			nrm_capital_tertiary_HA_5_1_x08
			nrm_capital_tertiary_HA_5_1_x12
			nrm_capital_tertiary_HA_5_1_x16
			nrm_cruiser_battery_5_1_x04
			nrm_cruiser_battery_5_1_x06
			nrm_cruiser_battery_5_1_x08
			nrm_cruiser_battery_5_1_x09
			nrm_cruiser_battery_5_1_x10
			nrm_cruiser_battery_5_1_x12
			nrm_cruiser_battery_5_1_x15
			nrm_cruiser_battery_5h_1_x04
			nrm_cruiser_battery_5h_1_x06
			nrm_cruiser_battery_5h_1_x08
			nrm_cruiser_battery_5h_1_x09
			nrm_cruiser_battery_5h_1_x10
			nrm_cruiser_battery_5h_1_x12
			nrm_cruiser_battery_5h_1_x15
			nrm_cruiser_battery_6_1_x04
			nrm_cruiser_battery_6_1_x06
			nrm_cruiser_battery_6_1_x08
			nrm_cruiser_battery_6_1_x09
			nrm_cruiser_battery_6_1_x10
			nrm_cruiser_battery_6_1_x12
			nrm_cruiser_battery_6_1_x15
			nrm_cruiser_battery_PB_11_1_2x2
			nrm_cruiser_battery_PB_11_1_2x3
			nrm_cruiser_battery_PB_11_1_2x4
			nrm_cruiser_battery_PB_11_1_3x2
			nrm_cruiser_battery_PB_11_1_3x3
			nrm_cruiser_battery_PB_11_1_4x2
			nrm_cruiser_battery_PB_12_1_2x2
			nrm_cruiser_battery_PB_12_1_2x3
			nrm_cruiser_battery_PB_12_1_2x4
			nrm_cruiser_battery_PB_12_1_3x2
			nrm_cruiser_battery_PB_12_1_3x3
			nrm_cruiser_battery_PB_12_1_4x2
			nrm_cruiser_tertiary_HA_3_1_x04
			nrm_cruiser_tertiary_HA_3_1_x08
			nrm_cruiser_tertiary_HA_3_1_x12
			nrm_cruiser_tertiary_HA_4_1_x04
			nrm_cruiser_tertiary_HA_4_1_x08
			nrm_cruiser_tertiary_HA_4_1_x12
			nrm_cruiser_tertiary_HA_5_1_x04
			nrm_cruiser_tertiary_HA_5_1_x08
			nrm_cruiser_tertiary_HA_5_1_x12
			nrm_destroyer_battery_4_1_x3
			nrm_destroyer_battery_4_1_x4
			nrm_destroyer_battery_4_1_x5
			nrm_destroyer_battery_4_1_x6
			nrm_destroyer_battery_4_1_x8
			nrm_destroyer_battery_5_1_x3
			nrm_destroyer_battery_5_1_x4
			nrm_destroyer_battery_5_1_x5
			nrm_destroyer_battery_5_1_x6
			nrm_destroyer_battery_5_1_x8
			nrm_destroyer_battery_5h_1_x3
			nrm_destroyer_battery_5h_1_x4
			nrm_destroyer_battery_5h_1_x5
			nrm_destroyer_battery_5h_1_x6
			nrm_destroyer_battery_5h_1_x8
			nrm_destroyer_battery_6_1_x3
			nrm_destroyer_battery_6_1_x4
			nrm_destroyer_battery_6_1_x5
			nrm_destroyer_battery_6_1_x6
			nrm_destroyer_battery_HA_3_1_x3
			nrm_destroyer_battery_HA_3_1_x4
			nrm_destroyer_battery_HA_3_1_x5
			nrm_destroyer_battery_HA_3_1_x6
			nrm_destroyer_battery_HA_3_1_x8
			nrm_destroyer_battery_HA_4_1_x3
			nrm_destroyer_battery_HA_4_1_x4
			nrm_destroyer_battery_HA_4_1_x5
			nrm_destroyer_battery_HA_4_1_x6
			nrm_destroyer_battery_HA_4_1_x8
			nrm_destroyer_battery_HA_5_1_x3
			nrm_destroyer_battery_HA_5_1_x4
			nrm_destroyer_battery_HA_5_1_x5
			nrm_destroyer_battery_HA_5_1_x6
			nrm_destroyer_battery_HA_5_1_x8
			nrm_fire_control_1
			nrm_fire_control_2
			nrm_damagecontrol_1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 4 y = 1 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					has_tech = early_ship_hull_light
					has_tech = early_ship_hull_cruiser
					has_tech = early_ship_hull_heavy
				}
				factor = 500
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	nrm_early_antiair = {

		enable_equipment_modules = {
			nrm_support_capital_AA_1
			nrm_support_cruiser_AA_1
			nrm_support_destroyer_AA_1
		}

		path = {
			leads_to_tech = nrm_basic_antiair
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = nrm_basic_heavy_antiair
			research_cost_coeff = 1
		}

		research_cost = 0.5
		start_year = 1920
		folder = {
			name = mtgnavalfolder
			position = { x = -4 y = 8 }
		}

		ai_will_do = {
			factor = 5
			modifier = {
				has_war = yes
				factor = 5
			}
		}
		categories = {
			naval_equipment
		}
	}
	nrm_basic_antiair = {

		enable_equipment_modules = {
			nrm_support_capital_AA_2
			nrm_support_cruiser_AA_2
			nrm_support_destroyer_AA_2
			nrm_submarine_AA_1
		}

		path = {
			leads_to_tech = nrm_improved_antiair
			research_cost_coeff = 1
		}

		research_cost = 0.75
		start_year = 1935
		folder = {
			name = mtgnavalfolder
			position = { x = -4 y = 17}
		}

		ai_will_do = {
			factor = 5
			modifier = {
				has_war = yes
				factor = 5
			}
		}
		categories = {
			naval_equipment
		}
	}
	nrm_improved_antiair = {

		enable_equipment_modules = {
			nrm_support_capital_AA_3
			nrm_support_cruiser_AA_3
			nrm_support_destroyer_AA_3
			nrm_submarine_AA_2
		}

		path = {
			leads_to_tech = nrm_advanced_antiair
			research_cost_coeff = 1
		}

		research_cost = 0.75
		start_year = 1940
		folder = {
			name = mtgnavalfolder
			position = { x = -4 y = 20 }
		}

		ai_will_do = {
			factor = 5
			modifier = {
				has_war = yes
				factor = 5
			}
		}
		categories = {
			naval_equipment
		}
	}
	nrm_advanced_antiair = {

		enable_equipment_modules = {
			nrm_support_capital_AA_4
			nrm_support_cruiser_AA_4
			nrm_support_destroyer_AA_4
			nrm_submarine_AA_3
		}

		research_cost = 1
		start_year = 1942
		folder = {
			name = mtgnavalfolder
			position = { x = -4 y = 24 }
		}

		ai_will_do = {
			factor = 5
			modifier = {
				has_war = yes
				factor = 5
			}
		}
		categories = {
			naval_equipment
		}
	}
	nrm_basic_heavy_antiair = {

		enable_equipment_modules = {
			nrm_support_capital_HAA_1
			nrm_support_cruiser_HAA_1
			nrm_support_destroyer_HAA_1
		}

		path = {
			leads_to_tech = nrm_improved_heavy_antiair
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1930
		folder = {
			name = mtgnavalfolder
			position = { x = -3 y = 14 }
		}

		ai_will_do = {
			factor = 5
			modifier = {
				has_war = yes
				factor = 5
			}
		}
		categories = {
			naval_equipment
		}
	}
	nrm_improved_heavy_antiair = {

		enable_equipment_modules = {
			nrm_support_capital_HAA_2
			nrm_support_cruiser_HAA_2
			nrm_support_destroyer_HAA_2
		}

		path = {
			leads_to_tech = nrm_advanced_heavy_antiair
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1941
		folder = {
			name = mtgnavalfolder
			position = { x = -3 y = 22 }
		}

		ai_will_do = {
			factor = 5
			modifier = {
				has_war = yes
				factor = 5
			}
		}
		categories = {
			naval_equipment
		}
	}
	nrm_advanced_heavy_antiair = {

		enable_equipment_modules = {
			nrm_support_capital_HAA_3
			nrm_support_cruiser_HAA_3
			nrm_support_destroyer_HAA_3
		}

		path = {
			leads_to_tech = nrm_modern_heavy_antiair
			research_cost_coeff = 1
		}

		research_cost = 1.5
		start_year = 1943
		folder = {
			name = mtgnavalfolder
			position = { x = -3 y = 26 }
		}

		ai_will_do = {
			factor = 5
			modifier = {
				has_war = yes
				factor = 5
			}
		}
		categories = {
			naval_equipment
		}
	}
	nrm_modern_heavy_antiair = {

		enable_equipment_modules = {
			nrm_support_capital_HAA_4
			nrm_support_cruiser_HAA_4
			nrm_support_destroyer_HAA_4
		}

		research_cost = 1.5
		start_year = 1945
		folder = {
			name = mtgnavalfolder
			position = { x = -3 y = 30 }
		}

		ai_will_do = {
			factor = 5
			modifier = {
				has_war = yes
				factor = 5
			}
		}
		categories = {
			naval_equipment
		}
	}
	
	basic_light_shell = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1925

		path = {
			leads_to_tech = improved_light_shell
			research_cost_coeff = 1
		}
		
		destroyer = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		light_cruiser = {
			lg_attack = 0.05
			lg_armor_piercing = 0.025
		}
		heavy_cruiser = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		battleship = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		battle_cruiser = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		carrier = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 11 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_war = yes
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	improved_light_shell = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1935
		
		destroyer = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		light_cruiser = {
			lg_attack = 0.05
			lg_armor_piercing = 0.025
		}
		heavy_cruiser = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		battleship = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		battle_cruiser = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		carrier = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 17 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_war = yes
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	basic_medium_shell = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1925

		path = {
			leads_to_tech = improved_medium_shell
			research_cost_coeff = 1
		}
		
		light_cruiser = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		heavy_cruiser = {
			hg_attack = 0.05
			hg_armor_piercing = 0.05
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 5 y = 11 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_war = yes
				factor = 7
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	improved_medium_shell = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1935
		
		
		light_cruiser = {
			lg_attack = 0.05
			lg_armor_piercing = 0.05
		}
		heavy_cruiser = {
			hg_attack = 0.05
			hg_armor_piercing = 0.05
		}
		

		folder = {
			name = mtgnavalfolder
			position = { x = 5 y = 17 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_war = yes
				factor = 7
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	basic_heavy_shell = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2

		start_year = 1925

		path = {
			leads_to_tech = improved_heavy_shell
			research_cost_coeff = 1
		}
		
		battleship = {
			hg_attack = 0.05
			hg_armor_piercing = 0.05
		}
		battle_cruiser = {
			hg_attack = 0.05
			hg_armor_piercing = 0.05
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 9 y = 11 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				is_major = yes
				has_war = yes
				factor = 5
			}

		}
		
		categories = {
			naval_equipment
		}
	}
	improved_heavy_shell = {
		
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 2.5

		start_year = 1935
		
		
		battleship = {
			hg_attack = 0.05
			hg_armor_piercing = 0.05
		}
		battle_cruiser = {
			hg_attack = 0.05
			hg_armor_piercing = 0.05
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 9 y = 17 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				is_major = yes
				has_war = yes
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	improved_light_battery = {
		
		research_cost = 1

		start_year = 1930

		path = {
			leads_to_tech = advanced_light_battery
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = improved_dp_light_battery
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_tertiary_HA_3_2_x04
			nrm_capital_tertiary_HA_3_2_x08
			nrm_capital_tertiary_HA_3_2_x12
			nrm_capital_tertiary_HA_3_2_x16
			nrm_capital_tertiary_HA_4_2_x04
			nrm_capital_tertiary_HA_4_2_x08
			nrm_capital_tertiary_HA_4_2_x12
			nrm_capital_tertiary_HA_4_2_x16
			nrm_cruiser_tertiary_HA_3_2_x04
			nrm_cruiser_tertiary_HA_3_2_x08
			nrm_cruiser_tertiary_HA_3_2_x12
			nrm_cruiser_tertiary_HA_4_2_x04
			nrm_cruiser_tertiary_HA_4_2_x08
			nrm_cruiser_tertiary_HA_4_2_x12
			nrm_destroyer_battery_4_2_x3
			nrm_destroyer_battery_4_2_x4
			nrm_destroyer_battery_4_2_x5
			nrm_destroyer_battery_4_2_x6
			nrm_destroyer_battery_4_2_x8
			nrm_destroyer_battery_HA_3_2_x3
			nrm_destroyer_battery_HA_3_2_x4
			nrm_destroyer_battery_HA_3_2_x5
			nrm_destroyer_battery_HA_3_2_x6
			nrm_destroyer_battery_HA_3_2_x8
			nrm_destroyer_battery_HA_4_2_x3
			nrm_destroyer_battery_HA_4_2_x4
			nrm_destroyer_battery_HA_4_2_x5
			nrm_destroyer_battery_HA_4_2_x6
			nrm_destroyer_battery_HA_4_2_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = -1 y = 14 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_tech = improved_ship_hull_light
				factor = 20
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_light_battery = {
		
		research_cost = 1

		start_year = 1940

		path = {
			leads_to_tech = advanced_dp_light_battery
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = modern_light_antiair
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_tertiary_HA_3_3_x04
			nrm_capital_tertiary_HA_3_3_x08
			nrm_capital_tertiary_HA_3_3_x12
			nrm_capital_tertiary_HA_3_3_x16
			nrm_capital_tertiary_HA_4_3_x04
			nrm_capital_tertiary_HA_4_3_x08
			nrm_capital_tertiary_HA_4_3_x12
			nrm_capital_tertiary_HA_4_3_x16
			nrm_cruiser_tertiary_HA_3_3_x04
			nrm_cruiser_tertiary_HA_3_3_x08
			nrm_cruiser_tertiary_HA_3_3_x12
			nrm_cruiser_tertiary_HA_4_3_x04
			nrm_cruiser_tertiary_HA_4_3_x08
			nrm_cruiser_tertiary_HA_4_3_x12
			nrm_destroyer_battery_4_3_x3
			nrm_destroyer_battery_4_3_x4
			nrm_destroyer_battery_4_3_x5
			nrm_destroyer_battery_4_3_x6
			nrm_destroyer_battery_4_3_x8
			nrm_destroyer_battery_HA_3_3_x3
			nrm_destroyer_battery_HA_3_3_x4
			nrm_destroyer_battery_HA_3_3_x5
			nrm_destroyer_battery_HA_3_3_x6
			nrm_destroyer_battery_HA_3_3_x8
			nrm_destroyer_battery_HA_4_3_x3
			nrm_destroyer_battery_HA_4_3_x4
			nrm_destroyer_battery_HA_4_3_x5
			nrm_destroyer_battery_HA_4_3_x6
			nrm_destroyer_battery_HA_4_3_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = -1 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_tech = improved_ship_hull_light
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	improved_dp_light_battery = {
		
		research_cost = 2

		start_year = 1935

		path = {
			leads_to_tech = advanced_dp_light_battery
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_DP_4_2_x08
			nrm_capital_secondary_DP_4_2_x12
			nrm_capital_tertiary_DP_4_2_x04
			nrm_capital_tertiary_DP_4_2_x08
			nrm_capital_tertiary_DP_4_2_x12
			nrm_cruiser_tertiary_DP_4_2_x04
			nrm_cruiser_tertiary_DP_4_2_x08
			nrm_cruiser_tertiary_DP_4_2_x12
			nrm_destroyer_battery_DP_4_2_x3
			nrm_destroyer_battery_DP_4_2_x4
			nrm_destroyer_battery_DP_4_2_x5
			nrm_destroyer_battery_DP_4_2_x6
			nrm_destroyer_battery_DP_4_2_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = -2 y = 17 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				has_tech = improved_ship_hull_light
				factor = 20
			}
			modifier = {
				tag = JAP
				date > 1940.1.1
				factor = 10
			}
			modifier = {
				any_enemy_country = { has_navy_size = { size > 2 unit = carrier } }
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_dp_light_battery = {
		
		research_cost = 2

		path = {
			leads_to_tech = modern_light_antiair
			research_cost_coeff = 1
		}

		start_year = 1942

		enable_equipment_modules = {
			nrm_capital_secondary_DP_4_3_x08
			nrm_capital_secondary_DP_4_3_x12
			nrm_capital_tertiary_DP_4_3_x04
			nrm_capital_tertiary_DP_4_3_x08
			nrm_capital_tertiary_DP_4_3_x12
			nrm_cruiser_tertiary_DP_4_3_x04
			nrm_cruiser_tertiary_DP_4_3_x08
			nrm_cruiser_tertiary_DP_4_3_x12
			nrm_destroyer_battery_DP_4_3_x3
			nrm_destroyer_battery_DP_4_3_x4
			nrm_destroyer_battery_DP_4_3_x5
			nrm_destroyer_battery_DP_4_3_x6
			nrm_destroyer_battery_DP_4_3_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = -2 y = 24 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				has_tech = improved_ship_hull_light
				factor = 10
			}
			modifier = {
				any_enemy_country = { has_navy_size = { size > 2 unit = carrier } }
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	improved_light_battery_2 = {
		
		research_cost = 1

		start_year = 1930

		path = {
			leads_to_tech = advanced_light_battery_2
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = improved_dp_light_battery_2
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_SB_5_2_x08
			nrm_capital_secondary_SB_5_2_x12
			nrm_capital_secondary_SB_5_2_x16
			nrm_capital_secondary_SB_5_2_x20
			nrm_capital_tertiary_HA_5_2_x04
			nrm_capital_tertiary_HA_5_2_x08
			nrm_capital_tertiary_HA_5_2_x12
			nrm_capital_tertiary_HA_5_2_x16
			nrm_cruiser_tertiary_SB_5_2_x04
			nrm_cruiser_tertiary_SB_5_2_x08
			nrm_cruiser_tertiary_SB_5_2_x12
			nrm_cruiser_tertiary_HA_5_2_x04
			nrm_cruiser_tertiary_HA_5_2_x08
			nrm_cruiser_tertiary_HA_5_2_x12
			nrm_cruiser_battery_5_2_x04
			nrm_cruiser_battery_5_2_x06
			nrm_cruiser_battery_5_2_x08
			nrm_cruiser_battery_5_2_x09
			nrm_cruiser_battery_5_2_x10
			nrm_cruiser_battery_5_2_x12
			nrm_cruiser_battery_5_2_x15
			nrm_destroyer_battery_5_2_x3
			nrm_destroyer_battery_5_2_x4
			nrm_destroyer_battery_5_2_x5
			nrm_destroyer_battery_5_2_x6
			nrm_destroyer_battery_5_2_x8
			nrm_destroyer_battery_HA_5_2_x3
			nrm_destroyer_battery_HA_5_2_x4
			nrm_destroyer_battery_HA_5_2_x5
			nrm_destroyer_battery_HA_5_2_x6
			nrm_destroyer_battery_HA_5_2_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 14 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_tech = improved_ship_hull_light
				factor = 20
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_light_battery_2 = {
		
		research_cost = 1

		start_year = 1940

		path = {
			leads_to_tech = advanced_dp_light_battery_2
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_SB_5_3_x08
			nrm_capital_secondary_SB_5_3_x12
			nrm_capital_secondary_SB_5_3_x16
			nrm_capital_secondary_SB_5_3_x20
			nrm_capital_tertiary_HA_5_3_x04
			nrm_capital_tertiary_HA_5_3_x08
			nrm_capital_tertiary_HA_5_3_x12
			nrm_capital_tertiary_HA_5_3_x16
			nrm_cruiser_tertiary_SB_5_3_x04
			nrm_cruiser_tertiary_SB_5_3_x08
			nrm_cruiser_tertiary_SB_5_3_x12
			nrm_cruiser_tertiary_HA_5_3_x04
			nrm_cruiser_tertiary_HA_5_3_x08
			nrm_cruiser_tertiary_HA_5_3_x12
			nrm_cruiser_battery_5_3_x04
			nrm_cruiser_battery_5_3_x06
			nrm_cruiser_battery_5_3_x08
			nrm_cruiser_battery_5_3_x09
			nrm_cruiser_battery_5_3_x10
			nrm_cruiser_battery_5_3_x12
			nrm_cruiser_battery_5_3_x15
			nrm_destroyer_battery_5_3_x3
			nrm_destroyer_battery_5_3_x4
			nrm_destroyer_battery_5_3_x5
			nrm_destroyer_battery_5_3_x6
			nrm_destroyer_battery_5_3_x8
			nrm_destroyer_battery_HA_5_3_x3
			nrm_destroyer_battery_HA_5_3_x4
			nrm_destroyer_battery_HA_5_3_x5
			nrm_destroyer_battery_HA_5_3_x6
			nrm_destroyer_battery_HA_5_3_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 1 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				has_tech = improved_ship_hull_light
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	improved_dp_light_battery_2 = {
		
		research_cost = 2.25

		start_year = 1935

		path = {
			leads_to_tech = advanced_dp_light_battery_2
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_DP_5_2_x08
			nrm_capital_secondary_DP_5_2_x12
			nrm_capital_tertiary_DP_5_2_x04
			nrm_capital_tertiary_DP_5_2_x08
			nrm_capital_tertiary_DP_5_2_x12
			nrm_cruiser_battery_DP_5_2_x06
			nrm_cruiser_battery_DP_5_2_x08
			nrm_cruiser_battery_DP_5_2_x10
			nrm_cruiser_battery_DP_5_2_x12
			nrm_cruiser_tertiary_DP_5_2_x04
			nrm_cruiser_tertiary_DP_5_2_x08
			nrm_cruiser_tertiary_DP_5_2_x12
			nrm_destroyer_battery_DP_5_2_x3
			nrm_destroyer_battery_DP_5_2_x4
			nrm_destroyer_battery_DP_5_2_x5
			nrm_destroyer_battery_DP_5_2_x6
			nrm_destroyer_battery_DP_5_2_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 17 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				has_tech = improved_ship_hull_light
				factor = 20
			}
			modifier = {
				tag = GER
				date > 1941.1.1
				factor = 5
			}
			modifier = {
				tag = GER
				date < 1941.1.1
				factor = 0
			}
			modifier = {
				any_enemy_country = { has_navy_size = { size > 2 unit = carrier } }
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_dp_light_battery_2 = {
		
		research_cost = 2.25

		start_year = 1943

		enable_equipment_modules = { 
			nrm_capital_secondary_DP_5_3_x08
			nrm_capital_secondary_DP_5_3_x12
			nrm_capital_tertiary_DP_5_3_x04
			nrm_capital_tertiary_DP_5_3_x08
			nrm_capital_tertiary_DP_5_3_x12
			nrm_cruiser_battery_DP_5_3_x06
			nrm_cruiser_battery_DP_5_3_x08
			nrm_cruiser_battery_DP_5_3_x10
			nrm_cruiser_battery_DP_5_3_x12
			nrm_cruiser_tertiary_DP_5_3_x04
			nrm_cruiser_tertiary_DP_5_3_x08
			nrm_cruiser_tertiary_DP_5_3_x12
			nrm_destroyer_battery_DP_5_3_x3
			nrm_destroyer_battery_DP_5_3_x4
			nrm_destroyer_battery_DP_5_3_x5
			nrm_destroyer_battery_DP_5_3_x6
			nrm_destroyer_battery_DP_5_3_x8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 26 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				has_tech = improved_ship_hull_light
				factor = 10
			}
			modifier = {
				tag = USA
				factor = 5
			}
			modifier = {
				any_enemy_country = { has_navy_size = { size > 2 unit = carrier } }
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	improved_medium_battery = {
		
		research_cost = 1.25

		start_year = 1930

		path = {
			leads_to_tech = advanced_medium_battery
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = improved_dp_medium_battery
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_SB_5h_2_x08
			nrm_capital_secondary_SB_5h_2_x12
			nrm_capital_secondary_SB_5h_2_x16
			nrm_capital_secondary_SB_5h_2_x20
			nrm_capital_secondary_SB_6_2_x08
			nrm_capital_secondary_SB_6_2_x12
			nrm_capital_secondary_SB_6_2_x16
			nrm_capital_secondary_SB_6_2_x20
			nrm_cruiser_battery_5h_2_x04
			nrm_cruiser_battery_5h_2_x06
			nrm_cruiser_battery_5h_2_x08
			nrm_cruiser_battery_5h_2_x09
			nrm_cruiser_battery_5h_2_x10
			nrm_cruiser_battery_5h_2_x12
			nrm_cruiser_battery_5h_2_x15
			nrm_cruiser_battery_6_2_x04
			nrm_cruiser_battery_6_2_x06
			nrm_cruiser_battery_6_2_x08
			nrm_cruiser_battery_6_2_x09
			nrm_cruiser_battery_6_2_x10
			nrm_cruiser_battery_6_2_x12
			nrm_cruiser_battery_6_2_x15
			nrm_cruiser_tertiary_SB_5h_2_x04
			nrm_cruiser_tertiary_SB_5h_2_x08
			nrm_cruiser_tertiary_SB_5h_2_x12
			nrm_cruiser_tertiary_SB_6_2_x04
			nrm_cruiser_tertiary_SB_6_2_x08
			nrm_cruiser_tertiary_SB_6_2_x12
			nrm_destroyer_battery_5h_2_x3
			nrm_destroyer_battery_5h_2_x4
			nrm_destroyer_battery_5h_2_x5
			nrm_destroyer_battery_5h_2_x6
			nrm_destroyer_battery_5h_2_x8
			nrm_destroyer_battery_6_2_x3
			nrm_destroyer_battery_6_2_x4
			nrm_destroyer_battery_6_2_x5
			nrm_destroyer_battery_6_2_x6
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 4 y = 14 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				has_tech = advanced_ship_hull_cruiser
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_medium_battery = {
		
		research_cost = 1.25

		start_year = 1940

		path = {
			leads_to_tech = modern_medium_battery
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = advanced_dp_medium_battery
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_SB_5h_3_x08
			nrm_capital_secondary_SB_5h_3_x12
			nrm_capital_secondary_SB_5h_3_x16
			nrm_capital_secondary_SB_5h_3_x20
			nrm_capital_secondary_SB_6_3_x08
			nrm_capital_secondary_SB_6_3_x12
			nrm_capital_secondary_SB_6_3_x16
			nrm_capital_secondary_SB_6_3_x20
			nrm_cruiser_battery_5h_3_x04
			nrm_cruiser_battery_5h_3_x06
			nrm_cruiser_battery_5h_3_x08
			nrm_cruiser_battery_5h_3_x09
			nrm_cruiser_battery_5h_3_x10
			nrm_cruiser_battery_5h_3_x12
			nrm_cruiser_battery_5h_3_x15
			nrm_cruiser_battery_6_3_x04
			nrm_cruiser_battery_6_3_x06
			nrm_cruiser_battery_6_3_x08
			nrm_cruiser_battery_6_3_x09
			nrm_cruiser_battery_6_3_x10
			nrm_cruiser_battery_6_3_x12
			nrm_cruiser_battery_6_3_x15
			nrm_cruiser_tertiary_SB_5h_3_x04
			nrm_cruiser_tertiary_SB_5h_3_x08
			nrm_cruiser_tertiary_SB_5h_3_x12
			nrm_cruiser_tertiary_SB_6_3_x04
			nrm_cruiser_tertiary_SB_6_3_x08
			nrm_cruiser_tertiary_SB_6_3_x12
			nrm_destroyer_battery_5h_3_x3
			nrm_destroyer_battery_5h_3_x4
			nrm_destroyer_battery_5h_3_x5
			nrm_destroyer_battery_5h_3_x6
			nrm_destroyer_battery_5h_3_x8
			nrm_destroyer_battery_6_3_x3
			nrm_destroyer_battery_6_3_x4
			nrm_destroyer_battery_6_3_x5
			nrm_destroyer_battery_6_3_x6
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 4 y = 20 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	modern_medium_battery = {
		
		research_cost = 1.5

		start_year = 1944

		path = {
			leads_to_tech = modern_dp_medium_battery
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_cruiser_battery_6_4_x04
			nrm_cruiser_battery_6_4_x06
			nrm_cruiser_battery_6_4_x08
			nrm_cruiser_battery_6_4_x09
			nrm_cruiser_battery_6_4_x10
			nrm_cruiser_battery_6_4_x12
			nrm_cruiser_battery_6_4_x15
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 4 y = 28 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	improved_dp_medium_battery = {
		
		research_cost = 2.25

		start_year = 1935

		path = {
			leads_to_tech = advanced_dp_medium_battery
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_DP_5h_2_x08
			nrm_capital_secondary_DP_5h_2_x12
			nrm_capital_tertiary_DP_5h_2_x04
			nrm_capital_tertiary_DP_5h_2_x08
			nrm_capital_tertiary_DP_5h_2_x12
			nrm_cruiser_battery_DP_5h_2_x06
			nrm_cruiser_battery_DP_5h_2_x08
			nrm_cruiser_battery_DP_5h_2_x10
			nrm_cruiser_battery_DP_5h_2_x12
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 3 y = 17 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				tag = ENG
				factor = 20
			}
			modifier = {
				any_enemy_country = { has_navy_size = { size > 2 unit = carrier } }
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_dp_medium_battery = {
		
		research_cost = 2.25

		start_year = 1943

		enable_equipment_modules = { 
			nrm_capital_secondary_DP_5h_3_x08
			nrm_capital_secondary_DP_5h_3_x12
			nrm_capital_secondary_DP_6_3_x08
			nrm_capital_secondary_DP_6_3_x12
			nrm_capital_tertiary_DP_5h_3_x04
			nrm_capital_tertiary_DP_5h_3_x08
			nrm_capital_tertiary_DP_5h_3_x12
			nrm_capital_tertiary_DP_6_3_x04
			nrm_capital_tertiary_DP_6_3_x08
			nrm_capital_tertiary_DP_6_3_x12
			nrm_cruiser_battery_DP_5h_3_x06
			nrm_cruiser_battery_DP_5h_3_x08
			nrm_cruiser_battery_DP_5h_3_x10
			nrm_cruiser_battery_DP_5h_3_x12
			nrm_cruiser_battery_DP_6_3_x06
			nrm_cruiser_battery_DP_6_3_x08
			nrm_cruiser_battery_DP_6_3_x10
			nrm_cruiser_battery_DP_6_3_x12
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 3 y = 26 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = ENG
				factor = 20
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	modern_dp_medium_battery = {
		
		research_cost = 2.5

		start_year = 1946

		enable_equipment_modules = { 
			nrm_capital_secondary_DP_6_4_x08
			nrm_capital_secondary_DP_6_4_x12
			nrm_capital_tertiary_DP_6_4_x04
			nrm_capital_tertiary_DP_6_4_x08
			nrm_capital_tertiary_DP_6_4_x12
			nrm_cruiser_battery_DP_6_4_x06
			nrm_cruiser_battery_DP_6_4_x08
			nrm_cruiser_battery_DP_6_4_x10
			nrm_cruiser_battery_DP_6_4_x12
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 4 y = 32 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				tag = USA
				factor = 10
			}
			modifier = {
				any_enemy_country = { has_navy_size = { size > 2 unit = carrier } }
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	basic_medium_battery_2 = {
		
		research_cost = 1.25

		start_year = 1920

		path = {
			leads_to_tech = improved_medium_battery_2
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_SBH_8_1_x06
			nrm_capital_secondary_SBH_8_1_x08
			nrm_capital_secondary_SBH_8_1_x10
			nrm_capital_secondary_SBH_8_1_x12
			nrm_cruiser_battery_8_1_x04
			nrm_cruiser_battery_8_1_x06
			nrm_cruiser_battery_8_1_x08
			nrm_cruiser_battery_8_1_x09
			nrm_cruiser_battery_8_1_x10
			nrm_cruiser_battery_8_1_x12
			nrm_submarine_deckgun_8
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 6 y = 2 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				has_tech = improved_ship_hull_cruiser
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	improved_medium_battery_2 = {
		
		research_cost = 1.25

		start_year = 1930

		path = {
			leads_to_tech = advanced_medium_battery_2
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_SBH_8_2_x06
			nrm_capital_secondary_SBH_8_2_x08
			nrm_capital_secondary_SBH_8_2_x10
			nrm_capital_secondary_SBH_8_2_x12
			nrm_cruiser_battery_8_2_x04
			nrm_cruiser_battery_8_2_x06
			nrm_cruiser_battery_8_2_x08
			nrm_cruiser_battery_8_2_x09
			nrm_cruiser_battery_8_2_x10
			nrm_cruiser_battery_8_2_x12
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 6 y = 14 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				has_tech = advanced_ship_hull_cruiser
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_medium_battery_2 = {
		
		research_cost = 1.25

		start_year = 1940

		path = {
			leads_to_tech = modern_medium_battery_2
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_secondary_SBH_8_3_x06
			nrm_capital_secondary_SBH_8_3_x08
			nrm_capital_secondary_SBH_8_3_x10
			nrm_capital_secondary_SBH_8_3_x12
			nrm_cruiser_battery_8_3_x04
			nrm_cruiser_battery_8_3_x06
			nrm_cruiser_battery_8_3_x08
			nrm_cruiser_battery_8_3_x09
			nrm_cruiser_battery_8_3_x10
			nrm_cruiser_battery_8_3_x12
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 6 y = 20 }
		}
		
		ai_will_do = {
			factor = 5
			modifier = {
				tag = USA
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	modern_medium_battery_2 = {
		
		research_cost = 2

		start_year = 1945

		enable_equipment_modules = { 
			nrm_cruiser_battery_8_4_x04
			nrm_cruiser_battery_8_4_x06
			nrm_cruiser_battery_8_4_x08
			nrm_cruiser_battery_8_4_x09
			nrm_cruiser_battery_8_4_x10
			nrm_cruiser_battery_8_4_x12
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 6 y = 30 }
		}
		
		ai_will_do = {
			factor = 4
			modifier = {
				tag = USA
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	improved_heavy_battery = {
		
		research_cost = 1.5

		start_year = 1930

		path = {
			leads_to_tech = advanced_heavy_battery
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_battery_11_2_2x2
			nrm_capital_battery_11_2_2x3
			nrm_capital_battery_11_2_2x4
			nrm_capital_battery_11_2_2x5
			nrm_capital_battery_11_2_2x6
			nrm_capital_battery_11_2_3x2
			nrm_capital_battery_11_2_3x3
			nrm_capital_battery_11_2_3x4
			nrm_capital_battery_11_2_4x2
			nrm_capital_battery_11_2_4x3
			nrm_capital_battery_11_2_a3x2_2x1
			nrm_capital_battery_11_2_a3x2_2x2
			nrm_capital_battery_11_2_a4x2_2x1
			nrm_capital_battery_12_2_2x2
			nrm_capital_battery_12_2_2x3
			nrm_capital_battery_12_2_2x4
			nrm_capital_battery_12_2_2x5
			nrm_capital_battery_12_2_2x6
			nrm_capital_battery_12_2_3x2
			nrm_capital_battery_12_2_3x3
			nrm_capital_battery_12_2_3x4
			nrm_capital_battery_12_2_4x2
			nrm_capital_battery_12_2_4x3
			nrm_capital_battery_12_2_a3x2_2x1
			nrm_capital_battery_12_2_a3x2_2x2
			nrm_capital_battery_12_2_a4x2_2x1
			nrm_cruiser_battery_PB_11_2_2x2
			nrm_cruiser_battery_PB_11_2_2x3
			nrm_cruiser_battery_PB_11_2_2x4
			nrm_cruiser_battery_PB_11_2_3x2
			nrm_cruiser_battery_PB_11_2_3x3
			nrm_cruiser_battery_PB_11_2_4x2
			nrm_cruiser_battery_PB_12_2_2x2
			nrm_cruiser_battery_PB_12_2_2x3
			nrm_cruiser_battery_PB_12_2_2x4
			nrm_cruiser_battery_PB_12_2_3x2
			nrm_cruiser_battery_PB_12_2_3x3
			nrm_cruiser_battery_PB_12_2_4x2
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 8 y = 14 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				has_tech = improved_ship_hull_heavy
				factor = 5
			}
			modifier = {
				OR = {
					tag = GER
					tag = USA
					tag = SOV
				}
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_heavy_battery = {
		
		research_cost = 1.5

		start_year = 1940

		enable_equipment_modules = { 
			nrm_capital_battery_11_3_2x2
			nrm_capital_battery_11_3_2x3
			nrm_capital_battery_11_3_2x4
			nrm_capital_battery_11_3_2x5
			nrm_capital_battery_11_3_2x6
			nrm_capital_battery_11_3_3x2
			nrm_capital_battery_11_3_3x3
			nrm_capital_battery_11_3_3x4
			nrm_capital_battery_11_3_4x2
			nrm_capital_battery_11_3_4x3
			nrm_capital_battery_11_3_a3x2_2x1
			nrm_capital_battery_11_3_a3x2_2x2
			nrm_capital_battery_11_3_a4x2_2x1
			nrm_capital_battery_12_3_2x2
			nrm_capital_battery_12_3_2x3
			nrm_capital_battery_12_3_2x4
			nrm_capital_battery_12_3_2x5
			nrm_capital_battery_12_3_2x6
			nrm_capital_battery_12_3_3x2
			nrm_capital_battery_12_3_3x3
			nrm_capital_battery_12_3_3x4
			nrm_capital_battery_12_3_4x2
			nrm_capital_battery_12_3_4x3
			nrm_capital_battery_12_3_a3x2_2x1
			nrm_capital_battery_12_3_a3x2_2x2
			nrm_capital_battery_12_3_a4x2_2x1
			nrm_cruiser_battery_PB_11_3_2x2
			nrm_cruiser_battery_PB_11_3_2x3
			nrm_cruiser_battery_PB_11_3_2x4
			nrm_cruiser_battery_PB_11_3_3x2
			nrm_cruiser_battery_PB_11_3_3x3
			nrm_cruiser_battery_PB_11_3_4x2
			nrm_cruiser_battery_PB_12_3_2x2
			nrm_cruiser_battery_PB_12_3_2x3
			nrm_cruiser_battery_PB_12_3_2x4
			nrm_cruiser_battery_PB_12_3_3x2
			nrm_cruiser_battery_PB_12_3_3x3
			nrm_cruiser_battery_PB_12_3_4x2
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 8 y = 20 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				has_tech = advanced_ship_hull_heavy
				factor = 5
			}
			modifier = {
				OR = {
					tag = GER
					tag = USA
				}
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	basic_heavy_battery_2 = {
		
		research_cost = 1.5

		start_year = 1920

		path = {
			leads_to_tech = improved_heavy_battery_2
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = basic_heavy_battery_3
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_battery_13_1_2x3
			nrm_capital_battery_13_1_2x4
			nrm_capital_battery_13_1_2x5
			nrm_capital_battery_13_1_2x6
			nrm_capital_battery_13_1_3x2
			nrm_capital_battery_13_1_3x3
			nrm_capital_battery_13_1_3x4
			nrm_capital_battery_13_1_4x2
			nrm_capital_battery_13_1_4x3
			nrm_capital_battery_13_1_a3x2_2x1
			nrm_capital_battery_13_1_a3x2_2x2
			nrm_capital_battery_13_1_a4x2_2x1
			nrm_capital_battery_14_1_2x3
			nrm_capital_battery_14_1_2x4
			nrm_capital_battery_14_1_2x5
			nrm_capital_battery_14_1_2x6
			nrm_capital_battery_14_1_3x2
			nrm_capital_battery_14_1_3x3
			nrm_capital_battery_14_1_3x4
			nrm_capital_battery_14_1_4x2
			nrm_capital_battery_14_1_4x3
			nrm_capital_battery_14_1_a3x2_2x1
			nrm_capital_battery_14_1_a3x2_2x2
			nrm_capital_battery_14_1_a4x2_2x1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 10 y = 2 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				has_tech = basic_ship_hull_heavy
				factor = 5
			}
			modifier = {
				OR = {
					tag = FRA
					tag = ENG
				}
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	improved_heavy_battery_2 = {
		
		research_cost = 1.5

		start_year = 1930

		path = {
			leads_to_tech = advanced_heavy_battery_2
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_battery_13_2_2x3
			nrm_capital_battery_13_2_2x4
			nrm_capital_battery_13_2_2x5
			nrm_capital_battery_13_2_2x6
			nrm_capital_battery_13_2_3x2
			nrm_capital_battery_13_2_3x3
			nrm_capital_battery_13_2_3x4
			nrm_capital_battery_13_2_4x2
			nrm_capital_battery_13_2_4x3
			nrm_capital_battery_13_2_a3x2_2x1
			nrm_capital_battery_13_2_a3x2_2x2
			nrm_capital_battery_13_2_a4x2_2x1
			nrm_capital_battery_14_2_2x3
			nrm_capital_battery_14_2_2x4
			nrm_capital_battery_14_2_2x5
			nrm_capital_battery_14_2_2x6
			nrm_capital_battery_14_2_3x2
			nrm_capital_battery_14_2_3x3
			nrm_capital_battery_14_2_3x4
			nrm_capital_battery_14_2_4x2
			nrm_capital_battery_14_2_4x3
			nrm_capital_battery_14_2_a3x2_2x1
			nrm_capital_battery_14_2_a3x2_2x2
			nrm_capital_battery_14_2_a4x2_2x1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 10 y = 14 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				has_tech = improved_ship_hull_heavy
				factor = 5
			}
			modifier = {
				OR = {
					tag = FRA
					tag = ENG
				}
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_heavy_battery_2 = {
		
		research_cost = 1.5

		start_year = 1940

		enable_equipment_modules = { 
			nrm_capital_battery_13_3_2x3
			nrm_capital_battery_13_3_2x4
			nrm_capital_battery_13_3_2x5
			nrm_capital_battery_13_3_2x6
			nrm_capital_battery_13_3_3x2
			nrm_capital_battery_13_3_3x3
			nrm_capital_battery_13_3_3x4
			nrm_capital_battery_13_3_4x2
			nrm_capital_battery_13_3_4x3
			nrm_capital_battery_13_3_a3x2_2x1
			nrm_capital_battery_13_3_a3x2_2x2
			nrm_capital_battery_13_3_a4x2_2x1
			nrm_capital_battery_14_3_2x3
			nrm_capital_battery_14_3_2x4
			nrm_capital_battery_14_3_2x5
			nrm_capital_battery_14_3_2x6
			nrm_capital_battery_14_3_3x2
			nrm_capital_battery_14_3_3x3
			nrm_capital_battery_14_3_3x4
			nrm_capital_battery_14_3_4x2
			nrm_capital_battery_14_3_4x3
			nrm_capital_battery_14_3_a3x2_2x1
			nrm_capital_battery_14_3_a3x2_2x2
			nrm_capital_battery_14_3_a4x2_2x1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 10 y = 20 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				has_tech = advanced_ship_hull_heavy
				factor = 5
			}
			modifier = {
				OR = {
					tag = FRA
					tag = ENG
				}
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	basic_heavy_battery_3 = {
		
		research_cost = 1.6

		start_year = 1920

		path = {
			leads_to_tech = improved_heavy_battery_3
			research_cost_coeff = 1
		}
		
		path = {
			leads_to_tech = improved_heavy_battery_4
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_battery_15_1_2x3
			nrm_capital_battery_15_1_2x4
			nrm_capital_battery_15_1_2x5
			nrm_capital_battery_15_1_2x6
			nrm_capital_battery_15_1_3x2
			nrm_capital_battery_15_1_3x3
			nrm_capital_battery_15_1_3x4
			nrm_capital_battery_15_1_4x2
			nrm_capital_battery_15_1_4x3
			nrm_capital_battery_15_1_a3x2_2x1
			nrm_capital_battery_15_1_a3x2_2x2
			nrm_capital_battery_15_1_a4x2_2x1
			nrm_capital_battery_16_1_2x3
			nrm_capital_battery_16_1_2x4
			nrm_capital_battery_16_1_2x5
			nrm_capital_battery_16_1_2x6
			nrm_capital_battery_16_1_3x2
			nrm_capital_battery_16_1_3x3
			nrm_capital_battery_16_1_3x4
			nrm_capital_battery_16_1_4x2
			nrm_capital_battery_16_1_4x3
			nrm_capital_battery_16_1_a3x2_2x1
			nrm_capital_battery_16_1_a3x2_2x2
			nrm_capital_battery_16_1_a4x2_2x1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 12 y = 2 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				has_tech = basic_ship_hull_heavy
				factor = 5
			}
			modifier = {
				OR = {
					tag = USA
					tag = ENG
					tag = GER
				}
				factor = 10
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	improved_heavy_battery_3 = {
		
		research_cost = 1.6

		start_year = 1930

		path = {
			leads_to_tech = advanced_heavy_battery_3
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_battery_15_2_2x3
			nrm_capital_battery_15_2_2x4
			nrm_capital_battery_15_2_2x5
			nrm_capital_battery_15_2_2x6
			nrm_capital_battery_15_2_3x2
			nrm_capital_battery_15_2_3x3
			nrm_capital_battery_15_2_3x4
			nrm_capital_battery_15_2_4x2
			nrm_capital_battery_15_2_4x3
			nrm_capital_battery_15_2_a3x2_2x1
			nrm_capital_battery_15_2_a3x2_2x2
			nrm_capital_battery_15_2_a4x2_2x1
			nrm_capital_battery_16_2_2x3
			nrm_capital_battery_16_2_2x4
			nrm_capital_battery_16_2_2x5
			nrm_capital_battery_16_2_2x6
			nrm_capital_battery_16_2_3x2
			nrm_capital_battery_16_2_3x3
			nrm_capital_battery_16_2_3x4
			nrm_capital_battery_16_2_4x2
			nrm_capital_battery_16_2_4x3
			nrm_capital_battery_16_2_a3x2_2x1
			nrm_capital_battery_16_2_a3x2_2x2
			nrm_capital_battery_16_2_a4x2_2x1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 12 y = 14 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				has_tech = improved_ship_hull_heavy
				factor = 5
			}
			modifier = {
				OR = {
					tag = USA
					tag = ENG
					tag = GER
				}
				factor = 20
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_heavy_battery_3 = {
		
		research_cost = 1.6

		start_year = 1940

		enable_equipment_modules = { 
			nrm_capital_battery_15_3_2x3
			nrm_capital_battery_15_3_2x4
			nrm_capital_battery_15_3_2x5
			nrm_capital_battery_15_3_2x6
			nrm_capital_battery_15_3_3x2
			nrm_capital_battery_15_3_3x3
			nrm_capital_battery_15_3_3x4
			nrm_capital_battery_15_3_4x2
			nrm_capital_battery_15_3_4x3
			nrm_capital_battery_15_3_a3x2_2x1
			nrm_capital_battery_15_3_a3x2_2x2
			nrm_capital_battery_15_3_a4x2_2x1
			nrm_capital_battery_16_3_2x3
			nrm_capital_battery_16_3_2x4
			nrm_capital_battery_16_3_2x5
			nrm_capital_battery_16_3_2x6
			nrm_capital_battery_16_3_3x2
			nrm_capital_battery_16_3_3x3
			nrm_capital_battery_16_3_3x4
			nrm_capital_battery_16_3_4x2
			nrm_capital_battery_16_3_4x3
			nrm_capital_battery_16_3_a3x2_2x1
			nrm_capital_battery_16_3_a3x2_2x2
			nrm_capital_battery_16_3_a4x2_2x1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 12 y = 20 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				has_tech = advanced_ship_hull_heavy
				factor = 5
			}
			modifier = {
				OR = {
					tag = USA
					tag = GER
				}
				factor = 20
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	improved_heavy_battery_4 = {
		
		research_cost = 1.8

		start_year = 1935

		path = {
			leads_to_tech = advanced_heavy_battery_4
			research_cost_coeff = 1
		}
		path = {
			leads_to_tech = improved_heavy_battery_5
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_battery_18_2_2x3
			nrm_capital_battery_18_2_2x4
			nrm_capital_battery_18_2_2x5
			nrm_capital_battery_18_2_2x6
			nrm_capital_battery_18_2_3x2
			nrm_capital_battery_18_2_3x3
			nrm_capital_battery_18_2_3x4
			nrm_capital_battery_18_2_4x2
			nrm_capital_battery_18_2_4x3
			nrm_capital_battery_18_2_a3x2_2x1
			nrm_capital_battery_18_2_a3x2_2x2
			nrm_capital_battery_18_2_a4x2_2x1
			
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 14 y = 17 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = JAP
				factor = 20
			}
			modifier = {
				tag = GER
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_heavy_battery_4 = {
		
		research_cost = 1.8

		start_year = 1942

		enable_equipment_modules = { 
			nrm_capital_battery_18_3_2x3
			nrm_capital_battery_18_3_2x4
			nrm_capital_battery_18_3_2x5
			nrm_capital_battery_18_3_2x6
			nrm_capital_battery_18_3_3x2
			nrm_capital_battery_18_3_3x3
			nrm_capital_battery_18_3_3x4
			nrm_capital_battery_18_3_4x2
			nrm_capital_battery_18_3_4x3
			nrm_capital_battery_18_3_a3x2_2x1
			nrm_capital_battery_18_3_a3x2_2x2
			nrm_capital_battery_18_3_a4x2_2x1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 14 y = 24 }
		}
		
		ai_will_do = {
			factor = 2
			modifier = {
				tag = JAP
				factor = 20
			}
			modifier = {
				tag = GER
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	improved_heavy_battery_5 = {
		
		research_cost = 2

		start_year = 1935

		path = {
			leads_to_tech = advanced_heavy_battery_5
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_capital_battery_20_2_2x3
			nrm_capital_battery_20_2_2x4
			nrm_capital_battery_20_2_2x5
			nrm_capital_battery_20_2_2x6
			nrm_capital_battery_20_2_3x2
			nrm_capital_battery_20_2_3x3
			nrm_capital_battery_20_2_3x4
			nrm_capital_battery_20_2_4x2
			nrm_capital_battery_20_2_4x3
			nrm_capital_battery_20_2_a3x2_2x1
			nrm_capital_battery_20_2_a3x2_2x2
			nrm_capital_battery_20_2_a4x2_2x1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 16 y = 17 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				tag = JAP
				factor = 10
			}
			modifier = {
				tag = GER
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	advanced_heavy_battery_5 = {
		
		research_cost = 2

		start_year = 1942

		enable_equipment_modules = { 
			nrm_capital_battery_20_3_2x3
			nrm_capital_battery_20_3_2x4
			nrm_capital_battery_20_3_2x5
			nrm_capital_battery_20_3_2x6
			nrm_capital_battery_20_3_3x2
			nrm_capital_battery_20_3_3x3
			nrm_capital_battery_20_3_3x4
			nrm_capital_battery_20_3_4x2
			nrm_capital_battery_20_3_4x3
			nrm_capital_battery_20_3_a3x2_2x1
			nrm_capital_battery_20_3_a3x2_2x2
			nrm_capital_battery_20_3_a4x2_2x1
		}
		


		folder = {
			name = mtgnavalfolder
			position = { x = 16 y = 24 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				tag = JAP
				factor = 5
			}
			modifier = {
				tag = GER
				factor = 5
			}
		}
		
		categories = {
			naval_equipment
		}
	}


###   ##  #   #  ##   ##  ###      ##   ##  #  # ### ###   ##  #   
#  # #  # ## ## #  # #    #       #  # #  # ## #  #  #  # #  # #   
#  # #### # # # #### # ## ##      #    #  # # ##  #  ###  #  # #   
#  # #  # #   # #  # #  # #       #  # #  # #  #  #  #  # #  # #   
###  #  # #   # #  #  ##  ###      ##   ##  #  #  #  #  #  ##  ### 

	damage_control_1 = {
		
		research_cost = 2
		path = {
			leads_to_tech = damage_control_2
			research_cost_coeff = 1
		}
		enable_equipment_modules = { 
			nrm_damagecontrol_2
		}
		critical_receive_chance = -0.05
		naval_critical_effect_factor = -0.05
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 1 }
		}
		
		ai_will_do = {
			factor = 3
			modifier = {
				is_historical_focus_on = yes
				tag = JAP
				factor = 0.25
			}
			modifier = {
				tag = USA
				factor = 3
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	damage_control_2 = {
		
		research_cost = 2.5
		path = {
			leads_to_tech = damage_control_3
			research_cost_coeff = 1
		}
		enable_equipment_modules = { 
			nrm_damagecontrol_3
		}
		critical_receive_chance = -0.05
		naval_critical_effect_factor = -0.05
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 7 }
		}
		
		ai_will_do = {
			factor = 3
			modifier = {
				is_historical_focus_on = yes
				tag = JAP
				factor = 0.25
			}
			modifier = {
				tag = USA
				factor = 3
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	damage_control_3 = {
		
		research_cost = 3
		path = {
			leads_to_tech = damage_control_4
			research_cost_coeff = 1
		}
		enable_equipment_modules = { 
			nrm_damagecontrol_4
		}
		critical_receive_chance = -0.05
		naval_critical_effect_factor = -0.1
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 13 }
		}
		
		ai_will_do = {
			factor = 3
			modifier = {
				is_historical_focus_on = yes
				tag = JAP
				factor = 0.25
			}
			modifier = {
				tag = USA
				factor = 3
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	
	damage_control_4 = {
		
		research_cost = 3
		critical_receive_chance = -0.05
		naval_critical_effect_factor = -0.1
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 19 }
		}
		
		ai_will_do = {
			factor = 3
			modifier = {
				is_historical_focus_on = yes
				tag = JAP
				factor = 0.25
			}
			modifier = {
				tag = USA
				factor = 3
			}
			modifier = {
				has_war = yes
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}

### ### ###  ###      ##   ##  #  # ### ###   ##  #       #   # ### ### #  #  ##  ###   ## 
#    #  #  # #       #  # #  # ## #  #  #  # #  # #       ## ## #    #  #  # #  # #  # #   
##   #  ###  ##      #    #  # # ##  #  ###  #  # #       # # # ##   #  #### #  # #  #  #  
#    #  #  # #       #  # #  # #  #  #  #  # #  # #       #   # #    #  #  # #  # #  #   # 
#   ### #  # ###      ##   ##  #  #  #  #  #  ##  ###     #   # ###  #  #  #  ##  ###  ##  

#NOTE: FIRE CONTROL SYSTEMS ARE IN ELECTROMECHANICAL ENGINEERING FOLDER!

	fire_control_methods_1 = {
		
		research_cost = 2
		path = {
			leads_to_tech = fire_control_methods_2
			research_cost_coeff = 1
		}
		battleship = {
			lg_attack = 0.05
			hg_attack = 0.05
		}
		battle_cruiser = {
			lg_attack = 0.05
			hg_attack = 0.05
		}
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 1 }
		}
		
		ai_will_do = {
			factor = 3
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				tag = JAP
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	fire_control_methods_2 = {
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		research_cost = 3
		path = {
			leads_to_tech = fire_control_methods_3
			research_cost_coeff = 1
		}
		battleship = {
			lg_attack = 0.075
			hg_attack = 0.075
		}
		battle_cruiser = {
			lg_attack = 0.075
			hg_attack = 0.075
		}
		heavy_cruiser = {
			lg_attack = 0.075
			hg_attack = 0.075
		}
		
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 7 }
		}
		
		ai_will_do = {
			factor = 3
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				tag = JAP
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}

	fire_control_methods_3 = {
		
		research_cost = 3
		battleship = {
			lg_attack = 0.075
			hg_attack = 0.075
		}
		battle_cruiser = {
			lg_attack = 0.075
			hg_attack = 0.075
		}
		heavy_cruiser = {
			lg_attack = 0.075
			hg_attack = 0.075
		}
		light_cruiser = {
			lg_attack = 0.075
			hg_attack = 0.075
		}
		destroyer = {
			lg_attack = 0.05
			hg_attack = 0.05
		}
		xp_research_type = navy
		xp_research_cost = 50
		xp_research_bonus = 1
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 13 }
		}
		
		ai_will_do = {
			factor = 3
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				tag = JAP
				factor = 2
			}
		}
		
		categories = {
			naval_equipment
		}
	}
	


#   # ### #  # ###  ## 
## ##  #  ## # #   #   
# # #  #  # ## ##   #  
#   #  #  #  # #     # 
#   # ### #  # ### ##  

	basic_naval_mines = {
		
		research_cost = 2

		start_year = 1920

		path = {
			leads_to_tech = improved_naval_mines 
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = submarine_mine_laying
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_support_cruiser_ML_1
			nrm_support_cruiser_MS_1
			nrm_support_destroyer_ML_1
			nrm_support_destroyer_MS_1
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 1 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = GER
					tag = USA
					tag = ENG
					tag = SOV
				}
				factor = 6
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 2
			}
		}
		
		categories = {
			naval_mines
			naval_minelaying
			naval_equipment
		}
	}

	submarine_mine_laying = {
		
		research_cost = 2

		start_year = 1920

		path = {
			leads_to_tech = improved_submarine_mine_laying 
			research_cost_coeff = 1
		}

		enable_equipment_modules = { 
			nrm_submarine_ML_1
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 4 y = 1 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = GER
					tag = USA
					tag = ENG
					tag = SOV
				}
				factor = 6
			}
		}
		
		categories = {
			naval_mines
			naval_minelaying
			naval_equipment
		}
	}

	improved_submarine_mine_laying = {
		
		research_cost = 2

		start_year = 1940
		
		submarine = {
			mines_planting = 0.2
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 4 y = 20 }
		}
		
		ai_will_do = {
			factor = 1.5
			modifier = {
				OR = {
					tag = GER
					tag = USA
					tag = ENG
					tag = SOV
				}
				factor = 6
			}
		}
		
		categories = {
			naval_mines
			naval_minelaying
			naval_equipment
		}
	}

	improved_naval_mines = {
		
		research_cost = 2

		start_year = 1930

		path = {
			leads_to_tech = advanced_naval_mines 
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = degaussing
			research_cost_coeff = 1
		}

		
		
		naval_mines_damage_factor = 0.2 # more boom for the boom box
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 14 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = GER
					tag = USA
					tag = ENG
					tag = SOV
				}
				factor = 6
			}
			modifier = {
				has_war = yes
				factor = 2
			}
			modifier = {
				is_major = no
				factor = 2
			}
		}
		
		categories = {
			naval_mines
			naval_minelaying
			naval_equipment
		}
	}

	degaussing = {
		
		research_cost = 1

		start_year = 1935
		
		naval_mines_effect_reduction = 0.5
		
		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 17 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = GER
					tag = USA
					tag = ENG
					tag = SOV
				}
				factor = 5
			}
		}
		
		categories = {
			naval_mines
			naval_minesweeping
			naval_equipment
		}
	}

	advanced_naval_mines = {
		
		research_cost = 2

		start_year = 1940

		path = {
			leads_to_tech = modern_naval_mines 
			research_cost_coeff = 1
		}

		path = {
			leads_to_tech = airdrop_mines
			research_cost_coeff = 1
		}

		naval_mines_damage_factor = 0.2 # more boom for the boom box
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = USA
					tag = ENG
				}
				factor = 5
			}
		}
		
		categories = {
			naval_mines
			naval_minelaying
			naval_equipment
		}
	}

	airdrop_mines = {
		
		research_cost = 3

		path = {
			leads_to_tech = airsweep_mines
			research_cost_coeff = 1
		}

		start_year = 1942

		category_nav_bomber = { 
			mines_planting = 0.04 
		}
		category_tac_bomber = { 
			mines_planting = 0.06 
		}
		category_strat_bomber = { 
			mines_planting = 0.12 
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 24 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				OR = {
					tag = GER
					tag = USA
					tag = ENG
				}
				factor = 7
			}
		}
		
		categories = {
			naval_mines
			naval_minelaying
			naval_equipment
		}
	}

	modern_naval_mines = {
		
		research_cost = 2

		start_year = 1945

		naval_mines_damage_factor = 0.2 # more boom for the boom box
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 30 }
		}
		
		ai_will_do = {
			factor = 1
			modifier = {
				tag = USA
				factor = 3
			}
		}
		
		categories = {
			naval_mines
			naval_minelaying
			naval_equipment
		}
	}

	airsweep_mines = {
		
		research_cost = 3

		start_year = 1946

		category_nav_bomber = { 
			mines_sweeping = 0.05 
		}
		
		category_tac_bomber = { 
			mines_sweeping = 0.1
		}

		folder = {
			name = mtgnavalfolder
			position = { x = 2 y = 32 }
		}
		
		ai_will_do = {
			factor = 1
		}
		
		categories = {
			naval_mines
			naval_minesweeping
			naval_equipment
		}
	}

	mtg_transport = { #WHEN BALANCING - ALSO FIX REGULAR NAVAL TREE

		naval_invasion_capacity = 6
		
		path = {
			leads_to_tech = mtg_transport_2 
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1920

		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 1 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 0.5
				has_war = no
			}
			
			modifier = {
				factor = 2
				tag = USA
			}
			modifier = {
				has_war_with = JAP
				factor = 2
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
		
		categories = {
			naval_equipment
			tp_tech
		}
	}
	
	mtg_transport_2 = { 

		transport_capacity = -0.5
		invasion_preparation = -0.1
		naval_invasion_capacity = 12
		
		path = {
			leads_to_tech = mtg_landing_craft 
			research_cost_coeff = 1
		}
		
		research_cost = 1.5
		start_year = 1940

		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 20 }
		}
		
		ai_will_do = {
			factor = 1
			
			modifier = {
				factor = 0.5
				has_war = no
			}
			
			modifier = {
				factor = 2
				tag = USA
			}
			modifier = {
				has_war_with = JAP
				factor = 2
			}
			
			modifier = {
				factor = 3
				tag = JAP
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
		
		categories = {
			naval_equipment
			tp_tech
		}
	}
	
	mtg_landing_craft = {

		invasion_preparation = -0.3
		amphibious_invasion_defence = 0.15
		naval_invasion_capacity = 24

		path = {
			leads_to_tech = mtg_tank_landing_craft 
			research_cost_coeff = 1
		}
		
		research_cost = 2
		start_year = 1942
		
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 24 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 0.5
				has_war = no
			}
			
			modifier = {
				factor = 2
				tag = USA
			}
			modifier = {
				has_war_with = JAP
				factor = 2
			}
			modifier = {
				factor = 50
				tag = JAP
				OR = {
					has_war_with = USA
					CHI = {  
						OR = { 
							has_capitulated = yes 
							exists = no
		                    is_subject_of = JAP
						}
					}
				}
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
		
		categories = {
			naval_equipment
			tp_tech
		}
	}
	
	mtg_tank_landing_craft = {

		amphibious_invasion = 0.25
		invasion_preparation = -0.1
		amphibious_invasion_defence = 0.5
		naval_invasion_capacity = 100

		research_cost = 2
		start_year = 1944
		folder = {
			name = mtgnavalfolder
			position = { x = 0 y = 28 }
		}
		
		ai_will_do = {
			factor = 2
			
			modifier = {
				factor = 0.5
				has_war = no
			}
			
			modifier = {
				factor = 2
				tag = USA
			}
			modifier = {
				factor = 2
				has_war_with = JAP
			}
			modifier = {
				factor = 3
				tag = JAP
			}
			
			modifier = {
				factor = 2
				tag = ENG
			}
		}
		
		categories = {
			naval_equipment
			tp_tech
		}
	}

	###Special snowflake hulls for special snowflake nations
	panzerschiffe = {

		enable_equipments = { 
			nrm_ship_hull_panzerschiff
		}

		research_cost = 1
		start_year = 1936

		#set at gamestart
		allow = {
			always = no
		}
	}
	pre_dreadnoughts = {

		enable_equipments = { 
			nrm_ship_hull_capital_0
		}

		research_cost = 1
		start_year = 1900

		#set at gamestart
		allow = {
			always = no
		}
	}
	old_cruiser = {

		enable_equipments = { 
			nrm_ship_hull_cruiser_0
			nrm_cruiser_armour_07_1
			nrm_cruiser_armour_08_1
		}

		research_cost = 1
		start_year = 1900

		#set at gamestart
		allow = {
			always = no
		}
	}
	coastal_defense_ships = {

		enable_equipments = { 
			nrm_ship_hull_cruiser_coastal
		}
		enable_equipment_modules = { 
			nrm_cruiser_armour_07_1
			nrm_cruiser_armour_08_1
		}

		research_cost = 1
		start_year = 1910

		#set at gamestart
		allow = {
			always = no
		}
	}
	torpedo_cruiser_mtg = {

		enable_equipments = { 
			nrm_ship_hull_cruiser_torpedo
		}

		research_cost = 1
		start_year = 1936

		#set at gamestart
		allow = {
			always = no
		}
	}
}
