# Icons set here are the ones show in the actual slot. 


#############
# UTILITIES #
#############

### SHISHEN drives
utility_component_template = {
	key = "SHISHEN_JUMP_DRIVE_1"
	size = small
	icon = "GFX_ship_part_shishen_yinqing"
	icon_frame = 1
	power = -5
	resources = {
		category = ship_components
		cost = {
			alloys = 10
		}
	}
	ftl = yes
	jumpdrive = yes
	ship_modifier = {
		ship_windup_mult = -1.0
		ship_winddown_mult = -1.0
        ship_ftl_jumpdrive_range_mult = 2.50
	}
	
	ai_weight = {
		weight = 0
	}
	class_restriction = {shipclass_military shipclass_constructor shipclass_colonizer shipclass_science_ship shipclass_transport shipclass_military_special shipclass_starbase}
	prerequisites = { "tech_black_tech" }
	component_set = "ftl_components"
	should_ai_use = no
}