
#### SPINAL
ship_section_template = {
	key = "ACOT_PERFECT_PHANON_STARFIGHTERS_HERO_SECTION"
	ship_size = acot_perfect_starfighter_hero
	fits_on_slot = bow
	should_draw_components = yes
	entity = "acot_starfighter_hero_ship_entity"
	icon = "GFX_ship_part_core_bow"
		
	component_slot = {
		name = "XL_GUN_01"
		template = "invisible_extra_large_turret"
		locatorname = "xl_1"
	}

	component_slot = {
		name = "MEDIUM_GUN_01"
		template = "invisible_medium_turret"
		locatorname = "gun_1"
	}
	component_slot = {
		name = "MEDIUM_GUN_02"
		template = "invisible_medium_turret"
		locatorname = "gun_2"
	}
	component_slot = {
		name = "MEDIUM_GUN_03"
		template = "invisible_medium_turret"
		locatorname = "gun_1"
	}
	component_slot = {
		name = "MEDIUM_GUN_04"
		template = "invisible_medium_turret"
		locatorname = "gun_2"
	}

	component_slot = {
		name = "MISSILE_GUN_01"
		template = "invisible_missile_turret"
		locatorname = "gun_1"
	}
	component_slot = {
		name = "MISSILE_GUN_02"
		template = "invisible_missile_turret"
		locatorname = "gun_2"
	}
	component_slot = {
		name = "MISSILE_GUN_03"
		template = "invisible_missile_turret"
		locatorname = "gun_1"
	}
	component_slot = {
		name = "MISSILE_GUN_04"
		template = "invisible_missile_turret"
		locatorname = "gun_2"
	}

	component_slot = {
		name = "PD_01"
		template = "invisible_point_defence_turret"
		locatorname = "gun_1"
	}
	component_slot = {
		name = "PD_02"
		template = "invisible_point_defence_turret"
		locatorname = "gun_2"
	}
	component_slot = {
		name = "PD_03"
		template = "invisible_point_defence_turret"
		locatorname = "gun_1"
	}
	component_slot = {
		name = "PD_04"
		template = "invisible_point_defence_turret"
		locatorname = "gun_2"
	}
	component_slot = {
		name = "PD_05"
		template = "invisible_point_defence_turret"
		locatorname = "gun_1"
	}
	component_slot = {
		name = "PD_06"
		template = "invisible_point_defence_turret"
		locatorname = "gun_2"
	}
	
	large_utility_slots = 6
	medium_utility_slots = 18
	aux_utility_slots = 6

	resources = {
		category = ship_sections
		cost = {
		}
	}
}