#BOW

ship_section_template = {
	key = "zlxy_bow"
	ship_size = zlxy
	fits_on_slot = bow
	entity = "battleship_bow_L1M1S2_entity"
	icon = "GFX_ship_part_core_bow"
	
	weapon_preferences = { weapon_role_anti_armor weapon_role_anti_shield weapon_role_long_range }
	
	component_slot = {
		name = "MEDIUM_GUN_01"
		slot_size = medium
		slot_type = weapon
		locatorname = "medium_gun_01"
	}
	component_slot = {
		name = "MEDIUM_GUN_02"
		slot_size = medium
		slot_type = weapon
		locatorname = "medium_gun_02"
	}
	component_slot = {
		name = "MEDIUM_GUN_03"
		slot_size = medium
		slot_type = weapon
		locatorname = "medium_gun_03"
	}
	component_slot = {
		name = "MEDIUM_GUN_04"
		slot_size = medium
		slot_type = weapon
		locatorname = "medium_gun_04"
	}
	
	medium_utility_slots = 6
	
	cost = 1800
}

#MID
ship_section_template = {
	key = "zlxy_mid"
	ship_size = zlxy
	fits_on_slot = mid
	entity = "battleship_mid_L2S4_entity"
	icon = "GFX_ship_part_core_mid"
	
	weapon_preferences = { weapon_role_anti_armor weapon_role_anti_shield weapon_role_long_range }
	
	component_slot = {          
        	name = "STRIKE_CRAFT_01"
        	slot_size = large
       	 	slot_type = strike_craft
        	rotation = 90
        	locatorname = "strike_craft_locator_01"
   	 }

	component_slot = {          
        	name = "STRIKE_CRAFT_02"
        	slot_size = large
       	 	slot_type = strike_craft
        	rotation = 90
        	locatorname = "strike_craft_locator_02"
   	 }

	component_slot = {          
        	name = "STRIKE_CRAFT_03"
        	slot_size = large
       	 	slot_type = strike_craft
        	rotation = 90
        	locatorname = "strike_craft_locator_03"
   	 }

	component_slot = {          
        	name = "STRIKE_CRAFT_04"
        	slot_size = large
       	 	slot_type = strike_craft
        	rotation = 90
        	locatorname = "strike_craft_locator_04"
   	 }

	component_slot = {          
        	name = "STRIKE_CRAFT_05"
        	slot_size = large
       	 	slot_type = strike_craft
        	rotation = 90
        	locatorname = "strike_craft_locator_05"
   	 }

	component_slot = {          
        	name = "STRIKE_CRAFT_06"
        	slot_size = large
       	 	slot_type = strike_craft
        	rotation = 90
        	locatorname = "strike_craft_locator_06"
   	 }
	
	medium_utility_slots = 2
	
	cost = 1800
}


#STERN

ship_section_template = {
	key = "zlxy_stern"
	ship_size = zlxy
	fits_on_slot = stern
	entity = "battleship_stern_M1S2_entity"
	icon = "GFX_ship_part_core_stern"
	
	weapon_preferences = { weapon_role_anti_armor weapon_role_anti_shield weapon_role_long_range }

	component_slot = {
		name = "MEDIUM_GUN_01"
		slot_size = medium
		slot_type = weapon
		locatorname = "medium_gun_01"
	}
	component_slot = {
		name = "MEDIUM_GUN_02"
		slot_size = medium
		slot_type = weapon
		locatorname = "medium_gun_02"
	}
	
	medium_utility_slots = 2
	
	cost = 1800
}
