ship_section_template = {
	key = "SHISHEN_JUXIANG"
	ship_size = colossus
    should_draw_components = yes
	fits_on_slot = "ship"
	entity = "colossus_ship_entity"
	icon = "GFX_ship_part_core_mid"	
	
	ai_weight = {
                weight = 0
        }
		
	component_slot = {
		name = "PLANET_KILLER_GUN_01"
		template = "invisible_planet_killer_fixed"
		locatorname = "planet_killer_gun_01"
	}
	component_slot = {
		name = "STRIKE_CRAFT_01"
		template = "large_strike_craft"
		rotation = 90
		locatorname = "strike_craft_locator_01"
	}
	component_slot = {
		name = "PD_01"
        template = "point_defence_turret" 
		locatorname = "small_gun_01"
	}
	
	component_slot = {
		name = "PD_02"
        template = "point_defence_turret" 
		locatorname = "small_gun_02"
	}


	large_utility_slots = 12
	aux_utility_slots = 3
	
	resources = {
		category = ship_sections
		cost = {
			alloys = 2000
		}
	}
}
##################
# Defensive Platform
##################

ship_section_template = {
	key = "ION_CANNON_SHISHEN_CORE"
	fits_on_slot = "ship"
	ship_size = ion_cannon
	should_draw_components = yes
	entity = "ion_cannon_section_entity"
	icon = "GFX_ship_part_core_mid"
	      
    ai_weight = {
                weight = 0
        }
	
	component_slot = {
		name = "TITANIC_GUN_01"
		template = "invisible_titanic_fixed"
		locatorname = "xl_gun_01"
	}
		component_slot = {
		name = "STRIKE_CRAFT_01"
		template = "large_strike_craft"
		rotation = 90
		locatorname = "strike_craft_locator_01"
	}
	component_slot = {
		name = "PD_01"
        template = "point_defence_turret" 
		locatorname = "small_gun_01"
	}
	
	component_slot = {
		name = "PD_02"
        template = "point_defence_turret" 
		locatorname = "small_gun_02"
	}

	large_utility_slots = 12
	aux_utility_slots = 3
	
	resources = {
		category = ship_sections
		cost = {
			alloys = 10
		}
	}
}