equipment_modules = {
	bm_packed_hanger_deck_1 = {
		abbreviation = "phd"
		category = ship_deck_space
		gfx = bm_packed_hanger_deck_1
		add_equipment_type = capital_ship

		xp_cost = 8
		manpower = 800
		dismantle_cost_ic = 1100

		add_stats = {
			carrier_size = 3
			build_cost_ic = 2000
		}
		multiply_stats = {
			reliability = -0.04
			naval_speed = -0.08
			max_strength = -0.05
		}
		build_cost_resources = {
			steel = 3
		}
	}
}