######################
### Bio Components ###
######################

###############
### Sensors ###
###############

####
# 5#
####

utility_component_template = {
	key = "AVC_BIO_SENSORS_5"
	size = small
	
	icon = "GFX_ship_part_avc_bio_sensor_5"
	icon_frame = 1
	
	prerequisites = { "tech_avc_sensors_5" "tech_sensors_bio_integration" }
	component_set = "sensor_components_bio"
	upgrades_to = "AVC_BIO_SENSORS_6"
	
	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 40
		}
	}

	ai_weight = {
		weight = 10000
	}
	
	power = 0
	sensor_range = 5
	hyperlane_range = 6
	ship_modifier = {
		ship_tracking_add = 20
	}
}


####
# 6#
####

utility_component_template = {
	key = "AVC_BIO_SENSORS_6"
	size = small
	
	icon = "GFX_ship_part_avc_bio_sensor_6"
	icon_frame = 1
	
	prerequisites = { "tech_avc_sensors_6" "tech_sensors_bio_integration" }
	component_set = "sensor_components_bio"
	upgrades_to = "AVC_BIO_SENSORS_7"
	
	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 48
		}
	}

	ai_weight = {
		weight = 100000
	}
	
	power = 0
	sensor_range = 6
	hyperlane_range = 7
	ship_modifier = {
		ship_tracking_add = 25
	}
}


####
# 7#
####

utility_component_template = {
	key = "AVC_BIO_SENSORS_7"
	size = small
	
	icon = "GFX_ship_part_avc_bio_sensor_7"
	icon_frame = 1
	
	prerequisites = { "tech_avc_sensors_7" "tech_sensors_bio_integration" }
	component_set = "sensor_components_bio"
	upgrades_to = "AVC_BIO_SENSORS_8"
	
	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 48
		}
	}

	ai_weight = {
		weight = 1000000
	}
	
	power = 0
	sensor_range = 7
	hyperlane_range = 8
	ship_modifier = {
		ship_tracking_add = 30
	}
}


####
# 8#
####

utility_component_template = {
	key = "AVC_BIO_SENSORS_8"
	size = small
	
	icon = "GFX_ship_part_avc_bio_sensor_8"
	icon_frame = 1
	
	prerequisites = { "tech_avc_sensors_8" "tech_sensors_bio_integration" }
	component_set = "sensor_components_bio"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 48
		}
	}

	ai_weight = {
		weight = 10000000
	}
	
	power = 0
	sensor_range = 8
	hyperlane_range = 9
	ship_modifier = {
		ship_tracking_add = 35
	}
}