#BOW

ship_section_template = {
	prerequisites = { "tech_dajian_wepaon" }
	key = "DJ_Carrier_BOW_H_L1M1S2"
	ship_size = DJ_Carrier
	fits_on_slot = bow
	entity = "DJ_Carrier_bow_L1M1S2_entity"
	icon = "GFX_ship_part_core_bow"
	icon_frame = 1

	component_slot = {
		name = "STRIKE_CRAFT_01"
		slot_size = large
		slot_type = strike_craft
		rotation = 60
		locatorname = "large_gun_01"
	}
	component_slot = {
		name = "STRIKE_CRAFT_02"
		slot_size = large
		slot_type = strike_craft
		rotation = -60
		locatorname = "medium_gun_01"
	}
	
	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"
	}
	
	large_utility_slots = 6
	aux_utility_slots = 2
	
	cost = 900
}

ship_section_template = {
	prerequisites = { "tech_dajian_wepaon" }
	key = "DJ_Carrier_BOW_H_M2S4"
	ship_size = DJ_Carrier
	fits_on_slot = bow
	entity = "DJ_Carrier_bow_XL1_entity"
	icon = "GFX_ship_part_core_bow"
	
	ai_weight = {
		modifier = {
			factor = 10.0
			NOT = { is_preferred_weapons = explosive }
		}
		modifier = {
			factor = 0.1
			is_preferred_weapons = explosive
		}		
	}
	
	component_slot = {
		name = "EXTRA_LARGE_01"
		slot_size = extra_large
		slot_type = weapon
		locatorname = "xl_gun_01"
	}
	
	large_utility_slots = 5
	aux_utility_slots = 2
	
	cost = 900
}

#MID

ship_section_template = {
	prerequisites = { "tech_dajian_wepaon" }
	key = "DJ_Carrier_MID_H_M4SHB"
	ship_size = DJ_Carrier
	fits_on_slot = mid
	entity = "DJ_Carrier_mid_M4SHB_entity"
	icon = "GFX_ship_part_core_mid"
	
	ai_weight = {
		modifier = {
			factor = 10.0
			is_preferred_weapons = explosive
		}
		modifier = {
			factor = 0.1
			NOT = { is_preferred_weapons = explosive }
		}		
	}
	
	component_slot = {
		name = "STRIKE_CRAFT_01"
		slot_size = large
		slot_type = strike_craft
		rotation = 60
		locatorname = "medium_gun_01"
	}
	
	component_slot = {
		name = "STRIKE_CRAFT_02"
		slot_size = large
		slot_type = strike_craft
		rotation = -60
		locatorname = "medium_gun_02"
	}
	
	component_slot = {
		name = "STRIKE_CRAFT_03"
		slot_size = large
		slot_type = strike_craft
		rotation = 120
		locatorname = "medium_gun_03"
	}
	
	component_slot = {
		name = "STRIKE_CRAFT_04"
		slot_size = large
		slot_type = strike_craft
		rotation = -120
		locatorname = "medium_gun_04"
	}
	
	component_slot = {
		name = "STRIKE_CRAFT_05"
		slot_size = large
		slot_type = strike_craft
		rotation = 180
		locatorname = "strike_craft_locator_01"
	}	
	
	large_utility_slots = 7
	
	cost = 900
}

#STERN

ship_section_template = {
	prerequisites = { "tech_dajian_wepaon" }
	key = "DJ_Carrier_STERN_H_M2"
	ship_size = DJ_Carrier
	fits_on_slot = stern
	entity = "DJ_Carrier_stern_M2_entity"
	icon = "GFX_ship_part_core_stern"
	
	component_slot = {
		name = "STRIKE_CRAFT_01"
		slot_size = large
		slot_type = strike_craft
		rotation = 90
		locatorname = "medium_gun_01"
				
	}
	component_slot = {
		name = "STRIKE_CRAFT_02"
		slot_size = large
		slot_type = strike_craft
		rotation = -90
		locatorname = "medium_gun_02"
	}
	
	large_utility_slots = 3
	
	cost = 900
}
