equipments = {

	ship_hull_light_1 = {
		abbreviation = "hdb"
		year = 1922

		archetype = ship_hull_light
		priority = 2000
		#alias = destroyer_1
		
		module_slots = inherit
		
		is_convertable		= yes
		
		can_convert_from = {
			ship_hull_light_1
		}
	}

	ship_hull_light_2 = {
		abbreviation = "hdc"
		year = 1936

		archetype = ship_hull_light
		priority = 2000
		parent = ship_hull_light_1
		#alias = destroyer_2
		
		is_convertable		= yes
		
		can_convert_from = {
			ship_hull_light_1
			ship_hull_light_2
		}
		
		module_slots = {
			fixed_ship_battery_slot = inherit
			fixed_ship_anti_air_slot = inherit
			fixed_ship_fire_control_system_slot = inherit
			fixed_ship_radar_slot = inherit
			fixed_ship_torpedo_slot = inherit
			fixed_ship_engine_slot = inherit

			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_torpedo
					ship_mine_warfare
					ship_mine_layer
					ship_depth_charge
					ship_anti_air
					ship_light_battery
					dp_light_battery
				}
			}
			rear_1_custom_slot = mid_1_custom_slot
		}

		default_modules = {
			mid_1_custom_slot = empty
			rear_1_custom_slot = empty
			fixed_ship_engine_slot = light_ship_engine_2
		}


		reliability = 0.85
		naval_range = 1800
		max_strength = 40
		build_cost_ic = 500
		sub_detection = 3
		resources = {
			steel = 2
		}
		manpower = 325
	}

	ship_hull_light_3 = {
		abbreviation = "hdd"
		year = 1940

		archetype = ship_hull_light
		priority = 2000
		parent = ship_hull_light_2
		#alias = destroyer_3
		
		is_convertable		= yes
		
		can_convert_from = {
			ship_hull_light_1
			ship_hull_light_2
			ship_hull_light_3
		}
		
		module_slots = {
			fixed_ship_battery_slot = inherit
			fixed_ship_anti_air_slot = inherit
			fixed_ship_fire_control_system_slot = inherit
			fixed_ship_radar_slot = inherit
			fixed_ship_torpedo_slot = inherit
			fixed_ship_engine_slot = inherit

			front_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_depth_charge
					ship_anti_air
					ship_light_battery
					dp_light_battery
				}
			}
			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_torpedo
					ship_mine_warfare
					ship_mine_layer
					ship_depth_charge
					ship_anti_air
					ship_light_battery
					dp_light_battery
				}
			}
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_torpedo
					ship_mine_warfare
					ship_mine_layer
					ship_depth_charge
					ship_anti_air
					ship_light_battery
					dp_light_battery
				}
			}
		}

		
		resources = {
			steel = 3
		}
		sub_detection = 3.5
		surface_detection = 20
		surface_visibility = 10
		reliability = 0.90
		naval_range = 2000
		max_strength = 50
		build_cost_ic = 550
		manpower = 400

		default_modules = {
			mid_1_custom_slot = empty
			rear_1_custom_slot = empty
			fixed_ship_engine_slot = light_ship_engine_3
		}
	}

	ship_hull_light_4 = {
		abbreviation = "hde"
		year = 1944

		archetype = ship_hull_light
		priority = 2000
		parent = ship_hull_light_3
		#alias = destroyer_4
		
		is_convertable		= yes
		
		can_convert_from = {
			ship_hull_light_1
			ship_hull_light_2
			ship_hull_light_3
			ship_hull_light_4
		}
		
		module_slots = {
			fixed_ship_battery_slot = inherit
			fixed_ship_anti_air_slot = inherit
			fixed_ship_fire_control_system_slot = inherit
			fixed_ship_radar_slot = inherit
			fixed_ship_torpedo_slot = inherit
			fixed_ship_engine_slot = inherit
			front_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_depth_charge
					ship_anti_air
					ship_light_battery
					dp_light_battery
				}
			}
			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_torpedo
					ship_mine_warfare
					ship_mine_layer
					ship_depth_charge
					ship_anti_air
					ship_light_battery
					dp_light_battery
				}
			}
			mid_2_custom_slot = mid_1_custom_slot
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_torpedo
					ship_mine_warfare
					ship_mine_layer
					ship_depth_charge
					ship_anti_air
					ship_light_battery
					dp_light_battery
				}
			}
		}

		sub_detection = 4
		surface_detection = 20
		reliability = 0.92
		naval_range = 2500
		max_strength = 60
		build_cost_ic = 600
		resources = {
			steel = 4
			chromium = 1
		}
		manpower = 500
	}
}
