equipments = {

	ship_hull_heavy = {
		year = 1922

		can_be_produced = {
			NOT = {
				has_idea = BUL_army_restrictions
			}
		}

		is_archetype = yes
		is_buildable = no
		type = capital_ship
		interface_category = interface_category_capital_ships
		priority = 1500

		upgrades = {
			ship_reliability_upgrade
			ship_engine_upgrade
			ship_armor_upgrade
			ship_gun_upgrade
		}

		module_slots = {
			fixed_ship_battery_slot = {
				required = yes
				allowed_module_categories = { ship_heavy_battery }
			}
			fixed_ship_anti_air_slot = {
				required = yes
				allowed_module_categories = { ship_anti_air }
			}
			fixed_ship_fire_control_system_slot = {
				required = yes
				allowed_module_categories = { ship_fire_control_system }
			}
			fixed_ship_radar_slot = {
				required = no
				allowed_module_categories = { ship_radar }
			}
			fixed_ship_engine_slot = {
				required = yes
				allowed_module_categories = { heavy_ship_engine }
			}
			fixed_ship_secondaries_slot = {
				required = no
				allowed_module_categories = { ship_secondaries ship_dp_secondaries}
			}
			fixed_ship_armor_slot = {
				required = yes
				allowed_module_categories = { ship_heavy_armor }	
			}
			front_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
				}
			}
			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_torpedo
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
				}
			}
			mid_2_custom_slot = mid_1_custom_slot
			mid_3_custom_slot = mid_1_custom_slot
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
					ship_heavy_battery
				}
			}
		}
		
		module_count_limit = {
			category = ship_radar
			count < 2
		}

		module_count_limit = {
			category = ship_heavy_battery
			count < 5
		}

		default_modules = {
			fixed_ship_battery_slot = empty
			fixed_ship_anti_air_slot = empty
			fixed_ship_fire_control_system_slot = empty
			fixed_ship_radar_slot = empty
			fixed_ship_engine_slot = heavy_ship_engine_1
			fixed_ship_secondaries_slot = empty
			fixed_ship_armor_slot = ship_armor_bb_1
			front_1_custom_slot = empty
			mid_1_custom_slot = empty
			mid_2_custom_slot = empty
			rear_1_custom_slot = empty
		}
		
		lg_armor_piercing = 0
		lg_attack = 0
		
		hg_armor_piercing = 0
		hg_attack = 0
		
		torpedo_attack = 0
		sub_attack = 0
		
		anti_air_attack = 6
		
		armor_value = 0

		
		surface_detection = 20
		sub_detection = 1
		surface_visibility = 20
		naval_speed = 30
		reliability = 0.80
		
		naval_range = 3000
		
		max_strength = 350

		fuel_consumption = 37
		
		build_cost_ic = 3300
		resources = {
			steel = 1
			chromium = 1
		}

		manpower = 3000

		naval_supremacy_factor = 2.6
	}
	###Special snowflake hull

	ship_hull_pre_dreadnought = {
		abbreviation = "hcb"
		year = 1905
		visual_tech_level_addition = 0
		archetype = ship_hull_heavy
		priority = 1500
		visual_level = 0
		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_engine_slot = inherit
			fixed_ship_secondaries_slot = inherit
			fixed_ship_armor_slot = inherit
			front_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
				}
			}
			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_torpedo
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
					ship_airplane_launcher
				}
			}
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_airplane_launcher
				}
			}
		}

		default_modules = {
			front_1_custom_slot = empty
			mid_1_custom_slot = empty
			rear_1_custom_slot = empty
		}
		naval_range = 2250
		anti_air_attack = 2
		max_strength = 300
		naval_speed = 18
		fuel_consumption = 37
		reliability = 0.65
		build_cost_ic = 3000
		resources = {
			steel = 1
			chromium = 1
		}

		manpower = 2200
	}
	ship_hull_heavy_1 = {
		abbreviation = "hcc"
		year = 1922
		archetype = ship_hull_heavy
		priority = 1500
		parent = ship_hull_pre_dreadnought
		visual_level = 0
		module_slots = {
			fixed_ship_battery_slot = {
				required = yes
				allowed_module_categories = { ship_heavy_battery }
			}
			fixed_ship_anti_air_slot = {
				required = no
				allowed_module_categories = { ship_anti_air }
			}
			fixed_ship_fire_control_system_slot = {
				required = no
				allowed_module_categories = { ship_fire_control_system }
			}
			fixed_ship_radar_slot = {
				required = no
				allowed_module_categories = { ship_radar }
			}
			fixed_ship_engine_slot = {
				required = yes
				allowed_module_categories = { heavy_ship_engine }
			}
			fixed_ship_secondaries_slot = {
				required = no
				allowed_module_categories = { ship_secondaries ship_dp_secondaries}
			}
			fixed_ship_armor_slot = {
				required = yes
				allowed_module_categories = { ship_heavy_armor }	
			}
			front_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
				}
			}
			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
					ship_airplane_launcher
				}
			}
			mid_2_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_airplane_launcher
					ship_anti_air
					ship_dp_secondaries
					ship_secondaries
				}
			}
			mid_3_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_airplane_launcher
					ship_anti_air
					ship_dp_secondaries
					ship_secondaries
				}
			}
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
				}
			}
		}
		
		default_modules = {
			fixed_ship_battery_slot = empty
			fixed_ship_anti_air_slot = empty
			fixed_ship_fire_control_system_slot = empty
			fixed_ship_radar_slot = empty
			fixed_ship_engine_slot = heavy_ship_engine_1
			fixed_ship_secondaries_slot = empty
			fixed_ship_armor_slot = ship_armor_bb_1
			front_1_custom_slot = empty
			mid_1_custom_slot = empty
			mid_2_custom_slot = empty
			rear_1_custom_slot = empty
		}

		naval_range = 3000
		anti_air_attack = 3
		max_strength = 350
		reliability = 0.80
		fuel_consumption = 37
		
		build_cost_ic = 3000
	}

	ship_hull_heavy_2 = {
		abbreviation = "hcd"
		year = 1936

		archetype = ship_hull_heavy
		priority = 1500
		parent = ship_hull_heavy_1
		visual_level = 1
		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_engine_slot = inherit
			fixed_ship_secondaries_slot = inherit
			fixed_ship_armor_slot = inherit
			front_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
				}
			}
			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
					ship_airplane_launcher
					ship_heavy_battery
				}
			}
			mid_2_custom_slot = mid_1_custom_slot
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
					ship_dp_secondaries
					ship_secondaries
					ship_airplane_launcher
				}
			}
			mid_3_custom_slot = mid_1_custom_slot
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
					ship_dp_secondaries
					ship_secondaries
					ship_airplane_launcher
				}
			}
		}

		default_modules = {
			rear_1_custom_slot = empty
			fixed_ship_engine_slot = heavy_ship_engine_2
		}
		naval_range = 3500
		anti_air_attack = 4
		max_strength = 370
		reliability = 0.85
		fuel_consumption = 39
		naval_speed = 30
		build_cost_ic = 3200
		resources = {
			#oil = 1
			steel = 1
			chromium = 1
		}

		manpower = 3100
	}

	ship_hull_heavy_3 = {
		abbreviation = "hce"
		year = 1940

		archetype = ship_hull_heavy
		priority = 1500
		parent = ship_hull_heavy_2
		visual_level = 1
		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_engine_slot = inherit
			fixed_ship_secondaries_slot = inherit
			fixed_ship_armor_slot = inherit
			front_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
				}
			}
			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
					ship_airplane_launcher
					ship_heavy_battery
				}
			}
			mid_2_custom_slot = mid_1_custom_slot
			mid_3_custom_slot = mid_1_custom_slot
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
					ship_airplane_launcher
				}
			}
		}

		default_modules = {
			front_1_custom_slot = empty
			rear_1_custom_slot = empty
			
		}
		anti_air_attack = 5
		naval_range = 4000
		naval_speed = 32
		max_strength = 400
		reliability = 0.9
		fuel_consumption = 40
		
		build_cost_ic = 3350
		resources = {
			#oil = 1
			steel = 1
			chromium = 1
		}

		manpower = 3200
	}

	ship_hull_heavy_4 = {
		abbreviation = "hcf"
		year = 1944

		archetype = ship_hull_heavy
		priority = 1500
		parent = ship_hull_heavy_3
		visual_level = 1
		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_engine_slot = inherit
			fixed_ship_secondaries_slot = inherit
			fixed_ship_armor_slot = inherit
			front_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
				}
			}
			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
					ship_airplane_launcher
					ship_heavy_battery
				}
			}
			mid_2_custom_slot = mid_1_custom_slot
			mid_3_custom_slot = mid_1_custom_slot
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_heavy_battery
					ship_secondaries
					ship_dp_secondaries
					ship_airplane_launcher
				}
			}
		}

		default_modules = {
			front_1_custom_slot = empty
			rear_1_custom_slot = empty
		}
		naval_range = 4500
		anti_air_attack = 6
		max_strength = 450
		naval_speed = 32
		fuel_consumption = 41
		reliability = 0.95
		build_cost_ic = 3500
		resources = {
			#oil = 1
			steel = 1
			chromium = 1
		}

		manpower = 3500
	}

	ship_hull_super_heavy_1 = {
		abbreviation = "hcg"
		year = 1940

		archetype = ship_hull_heavy
		model = super_heavy_battleship
		visual_level = 1
		priority = 1400
		module_slots = {
			fixed_ship_battery_slot = {
				required = yes
				allowed_module_categories = { ship_super_heavy_battery }
			}
			fixed_ship_anti_air_slot = {
				required = no
				allowed_module_categories = { ship_anti_air }
			}
			fixed_ship_fire_control_system_slot = {
				required = yes
				allowed_module_categories = { ship_fire_control_system }
			}
			fixed_ship_radar_slot = {
				required = no
				allowed_module_categories = { ship_radar }
			}
			fixed_ship_engine_slot = {
				required = yes
				allowed_module_categories = { heavy_ship_engine }
			}
			fixed_ship_secondaries_slot = {
				required = no
				allowed_module_categories = { ship_secondaries 	ship_dp_secondaries}
			}
			fixed_ship_armor_slot = {
				required = yes
				allowed_module_categories = { ship_super_heavy_armor }	
			}
			front_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_super_heavy_battery
				}
			}
			front_2_custom_slot = front_1_custom_slot
			mid_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
				}
			}
			mid_2_custom_slot = mid_1_custom_slot
			mid_3_custom_slot = mid_1_custom_slot
			rear_1_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
					ship_super_heavy_battery
					ship_airplane_launcher
				}
			}
			rear_2_custom_slot = {
				required = no
				allowed_module_categories = {
					ship_anti_air
					ship_secondaries
					ship_dp_secondaries
					ship_super_heavy_battery
					ship_airplane_launcher
				}
			}
		}

		default_modules = {
			fixed_ship_armor_slot = ship_armor_shbb
			fixed_ship_battery_slot = empty
			fixed_ship_engine_slot = heavy_ship_engine_2
			front_1_custom_slot = empty
			rear_1_custom_slot = empty
		}
		anti_air_attack = 8
		naval_range = 4500
		naval_speed = 34
		max_strength = 700
		fuel_consumption = 60
		reliability = 0.82
		build_cost_ic = 5400
		resources = {
			steel = 1
			chromium = 1
		}
		manpower = 5000
	}
	
}
