#bow

ship_section_template = {
	key = "zsqz_bow"
	ship_size = zsqz
	fits_on_slot = bow
	entity = "cruiser_bow_L1_entity"
	icon = "GFX_ship_part_core_bow"

	weapon_preferences = { weapon_role_anti_armor weapon_role_anti_shield weapon_role_long_range }

	component_slot = {
		name = "SMALL_GUN_01"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_01"
	}
	
	component_slot = {
		name = "SMALL_GUN_02"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_02"
	}	
	
	component_slot = {
		name = "SMALL_GUN_03"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_03"
	}

	component_slot = {
		name = "SMALL_GUN_04"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_04"
	}	
	
	small_utility_slots = 4
	
	cost = 700
}

#MID

ship_section_template = {
	key = "zsqz_mid"
	ship_size = zsqz
	fits_on_slot = mid
	entity = "cruiser_bow_M1S2_entity"
	icon = "GFX_ship_part_core_bow"

	weapon_preferences = { weapon_role_anti_armor weapon_role_anti_shield weapon_role_long_range }

	component_slot = {
		name = "SMALL_GUN_01"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_01"
	}
	
	component_slot = {
		name = "SMALL_GUN_02"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_02"
	}	
	
	component_slot = {
		name = "SMALL_GUN_03"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_03"
	}

	component_slot = {
		name = "SMALL_GUN_04"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_04"
	}	
	
	component_slot = {
		name = "SMALL_GUN_05"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_05"
	}

	component_slot = {
		name = "SMALL_GUN_06"
		slot_size = small
		slot_type = weapon
		locatorname = "small_gun_06"
	}
	
	small_utility_slots = 3
	
	cost = 700
}
#stern

ship_section_template = {
	key = "zsqz_stern"
	ship_size = zsqz
	fits_on_slot = stern
	entity = "cruiser_bow_M2_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"
	}
	
	cost = 700
}
