###SHISHEN_AI

utility_component_template = {
	key = "SHISHEN_AI"
	size = small
	icon = "GFX_ship_part_shishen_ai"
	icon_frame = 1
	power = -5
	resources = {
		category = ship_components
		cost = {
			alloys = 5
		}
	}
	class_restriction = { shipclass_military_station }
	component_set = "combat_computers"
	ship_behavior = "platform"
	prerequisites = { "tech_black_tech" }
	
	ship_modifier = {
		ship_tracking_add = 25
		ship_accuracy_add = 30
		ship_fire_rate_mult = 0.30
		ship_weapon_damage = 0.50
		ship_weapon_range_mult = 1.00
	}
	
	ai_weight = {
		weight = 0
	}
	should_ai_use = no
	
}
