#########################
### Utility Mutations ###
#########################

##############
### Shield ###
##############

####
# 6#
####

utility_component_template = {
	key = "AVC_ENERGY_SKIN_SMALL_6"
	size = small
	
	icon = "GFX_mutation_avc_energy_epidermis_6"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_6" }
	component_set = "AVC_ENERGY_SKIN_6"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 31
		}
		cost = {
			exotic_gases = 0.22
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 216
		ship_shield_regen_add_static = 2.704
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_MEDIUM_6"
	size = medium
	
	icon = "GFX_mutation_avc_energy_epidermis_6"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_6" }
	component_set = "AVC_ENERGY_SKIN_6"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 62
		}
		cost = {
			exotic_gases = 0.43
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 649
		ship_shield_regen_add_static = 8.112
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_LARGE_6"
	size = large
	
	icon = "GFX_mutation_avc_energy_epidermis_6"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_6" }
	component_set = "AVC_ENERGY_SKIN_6"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 125
		}
		cost = {
			exotic_gases = 0.86
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 1947
		ship_shield_regen_add_static = 24.336
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_EXTRA_LARGE_6"
	size = extra_large
	
	icon = "GFX_mutation_avc_energy_epidermis_6"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_6" }
	component_set = "AVC_ENERGY_SKIN_6"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 250
		}
		cost = {
			exotic_gases = 1.73
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 2726
		ship_shield_regen_add_static = 34.073
	}
}

####
# 7#
####

utility_component_template = {
	key = "AVC_ENERGY_SKIN_SMALL_7"
	size = small
	
	icon = "GFX_mutation_avc_energy_epidermis_7"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_7" }
	component_set = "AVC_ENERGY_SKIN_7"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 40
		}
		cost = {
			exotic_gases = 0.29
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 281
		ship_shield_regen_add_static = 3.515
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_MEDIUM_7"
	size = medium
	
	icon = "GFX_mutation_avc_energy_epidermis_7"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_7" }
	component_set = "AVC_ENERGY_SKIN_7"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 81
		}
		cost = {
			exotic_gases = 0.56
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 844
		ship_shield_regen_add_static = 10.546
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_LARGE_7"
	size = large
	
	icon = "GFX_mutation_avc_energy_epidermis_7"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_7" }
	component_set = "AVC_ENERGY_SKIN_7"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 163
		}
		cost = {
			exotic_gases = 1.12
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 2531
		ship_shield_regen_add_static = 31.637
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_EXTRA_LARGE_7"
	size = extra_large
	
	icon = "GFX_mutation_avc_energy_epidermis_7"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_7" }
	component_set = "AVC_ENERGY_SKIN_7"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 325
		}
		cost = {
			exotic_gases = 2.25
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 3544
		ship_shield_regen_add_static = 44.295
	}
}


####
# 8#
####

utility_component_template = {
	key = "AVC_ENERGY_SKIN_SMALL_8"
	size = small
	
	icon = "GFX_mutation_avc_energy_epidermis_8"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_8" }
	component_set = "AVC_ENERGY_SKIN_8"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 52
		}
		cost = {
			exotic_gases = 0.38
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 365
		ship_shield_regen_add_static = 4.570
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_MEDIUM_8"
	size = medium
	
	icon = "GFX_mutation_avc_energy_epidermis_8"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_8" }
	component_set = "AVC_ENERGY_SKIN_8"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 105
		}
		cost = {
			exotic_gases = 0.73
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 1097
		ship_shield_regen_add_static = 13.710
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_LARGE_8"
	size = large
	
	icon = "GFX_mutation_avc_energy_epidermis_8"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_8" }
	component_set = "AVC_ENERGY_SKIN_8"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 212
		}
		cost = {
			exotic_gases = 1.46
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 3290
		ship_shield_regen_add_static = 41.128
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_EXTRA_LARGE_8"
	size = extra_large
	
	icon = "GFX_mutation_avc_energy_epidermis_8"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_8" }
	component_set = "AVC_ENERGY_SKIN_8"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 423
		}
		cost = {
			exotic_gases = 2.93
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 4607
		ship_shield_regen_add_static = 57.584
	}
}


####
# 9#
####

utility_component_template = {
	key = "AVC_ENERGY_SKIN_SMALL_9"
	size = small
	
	icon = "GFX_mutation_avc_energy_epidermis_9"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_9" }
	component_set = "AVC_ENERGY_SKIN_9"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 68
		}
		cost = {
			exotic_gases = 0.49
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 475
		ship_shield_regen_add_static = 5.941
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_MEDIUM_9"
	size = medium
	
	icon = "GFX_mutation_avc_energy_epidermis_9"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_9" }
	component_set = "AVC_ENERGY_SKIN_9"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 137
		}
		cost = {
			exotic_gases = 0.95
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 1426
		ship_shield_regen_add_static = 17.823
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_LARGE_9"
	size = large
	
	icon = "GFX_mutation_avc_energy_epidermis_9"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_9" }
	component_set = "AVC_ENERGY_SKIN_9"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 276
		}
		cost = {
			exotic_gases = 1.90
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 4277
		ship_shield_regen_add_static = 53.466
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_EXTRA_LARGE_9"
	size = extra_large
	
	icon = "GFX_mutation_avc_energy_epidermis_9"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_9" }
	component_set = "AVC_ENERGY_SKIN_9"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 550
		}
		cost = {
			exotic_gases = 3.81
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 5989
		ship_shield_regen_add_static = 74.859
	}
}


####
#10#
####

utility_component_template = {
	key = "AVC_ENERGY_SKIN_SMALL_10"
	size = small
	
	icon = "GFX_mutation_avc_energy_epidermis_10"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_10" }
	component_set = "AVC_ENERGY_SKIN_10"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 88
		}
		cost = {
			exotic_gases = 0.64
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 618
		ship_shield_regen_add_static = 7.723
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_MEDIUM_10"
	size = medium
	
	icon = "GFX_mutation_avc_energy_epidermis_10"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_10" }
	component_set = "AVC_ENERGY_SKIN_10"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 178
		}
		cost = {
			exotic_gases = 1.24
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 1854
		ship_shield_regen_add_static = 23.170
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_LARGE_10"
	size = large
	
	icon = "GFX_mutation_avc_energy_epidermis_10"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_10" }
	component_set = "AVC_ENERGY_SKIN_10"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 359
		}
		cost = {
			exotic_gases = 2.47
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 5560
		ship_shield_regen_add_static = 69.506
	}
}

utility_component_template = {
	key = "AVC_ENERGY_SKIN_EXTRA_LARGE_10"
	size = extra_large
	
	icon = "GFX_mutation_avc_energy_epidermis_10"
	icon_frame = 1
	
	prerequisites = { "tech_avc_shields_10" }
	component_set = "AVC_ENERGY_SKIN_10"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 715
		}
		cost = {
			exotic_gases = 4.95
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
	}
	
	modifier = {
		ship_shield_add = 7786
		ship_shield_regen_add_static = 97.317
	}
}


###############
# Dark Matter #
###############

utility_component_template = {
	key = "AVC_DARK_MATTER_ENERGY_EPIDERMIS_SMALL_2"
	size = small
	
	icon = "GFX_mutation_avc_dark_matter_epidermis_2"
	icon_frame = 1
	
	prerequisites = { "tech_avc_dark_matter_deflector_2" }
	component_set = "AVC_DARK_MATTER_ENERGY_SKIN_2"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 114
		}
		cost = {
			sr_dark_matter = 0.83
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_dark_matter }
		}
	}
	
	modifier = {
		ship_shield_add = 803
		ship_shield_regen_add_static = 10.040
	}
}

utility_component_template = {
	key = "AVC_DARK_MATTER_ENERGY_EPIDERMIS_MEDIUM_2"
	size = medium
	
	icon = "GFX_mutation_avc_dark_matter_epidermis_2"
	icon_frame = 1
	
	prerequisites = { "tech_avc_dark_matter_deflector_2" }
	component_set = "AVC_DARK_MATTER_ENERGY_SKIN_2"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 231
		}
		cost = {
			sr_dark_matter = 1.61
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_dark_matter }
		}
	}
	
	modifier = {
		ship_shield_add = 2410
		ship_shield_regen_add_static = 30.121
	}
}

utility_component_template = {
	key = "AVC_DARK_MATTER_ENERGY_EPIDERMIS_LARGE_2"
	size = large
	
	icon = "GFX_mutation_avc_dark_matter_epidermis_2"
	icon_frame = 1
	
	prerequisites = { "tech_avc_dark_matter_deflector_2" }
	component_set = "AVC_DARK_MATTER_ENERGY_SKIN_2"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 467
		}
		cost = {
			sr_dark_matter = 3.21
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_dark_matter }
		}
	}
	
	modifier = {
		ship_shield_add = 7288
		ship_shield_regen_add_static = 90.358
	}
}

utility_component_template = {
	key = "AVC_DARK_MATTER_ENERGY_EPIDERMIS_EXTRA_LARGE_2"
	size = extra_large
	
	icon = "GFX_mutation_avc_dark_matter_epidermis_2"
	icon_frame = 1
	
	prerequisites = { "tech_avc_dark_matter_deflector_2" }
	component_set = "AVC_DARK_MATTER_ENERGY_SKIN_2"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 930
		}
		cost = {
			sr_dark_matter = 6.44
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_dark_matter }
		}
	}
	
	modifier = {
		ship_shield_add = 10122
		ship_shield_regen_add_static = 126.512
	}
}


############
# Psi Skin #
############

####
# 2#
####

utility_component_template = {
	key = "AVC_PSIONIC_SKIN_SMALL_2"
	size = small
	
	icon = "GFX_mutation_avc_psi_energy_epidermis_2"
	icon_frame = 1
	
	prerequisites = { "tech_avc_psionic_shield_2" }
	component_set = "AVC_PSIONIC_SKIN_2"	

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 52
		}
		cost = {
			sr_zro = 0.38
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
	}
	
	modifier = {
		ship_shield_add = 365
		ship_shield_regen_add_static = 4.570
	}
}

utility_component_template = {
	key = "AVC_PSIONIC_SKIN_MEDIUM_2"
	size = medium
	
	icon = "GFX_mutation_avc_psi_energy_epidermis_2"
	icon_frame = 1
	
	prerequisites = { "tech_avc_psionic_shield_2" }
	component_set = "AVC_PSIONIC_SKIN_2"	

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 105
		}
		cost = {
			sr_zro = 0.73
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
	}
	
	modifier = {
		ship_shield_add = 1097
		ship_shield_regen_add_static = 13.710
	}
}

utility_component_template = {
	key = "AVC_PSIONIC_SKIN_LARGE_2"
	size = large
	
	icon = "GFX_mutation_avc_psi_energy_epidermis_2"
	icon_frame = 1
	
	prerequisites = { "tech_avc_psionic_shield_2" }
	component_set = "AVC_PSIONIC_SKIN_2"	

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 212
		}
		cost = {
			sr_zro = 1.46
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
	}
	
	modifier = {
		ship_shield_add = 3290
		ship_shield_regen_add_static = 41.128
	}
}

utility_component_template = {
	key = "AVC_PSIONIC_SKIN_EXTRA_LARGE_2"
	size = extra_large
	
	icon = "GFX_mutation_avc_psi_energy_epidermis_2"
	icon_frame = 1
	
	prerequisites = { "tech_avc_psionic_shield_2" }
	component_set = "AVC_PSIONIC_SKIN_2"	

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 423
		}
		cost = {
			sr_zro = 2.93
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
	}
	
	modifier = {
		ship_shield_add = 4607
		ship_shield_regen_add_static = 57.584
	}
}


####
# 3#
####

utility_component_template = {
	key = "AVC_PSIONIC_SKIN_SMALL_3"
	size = small
	
	icon = "GFX_mutation_avc_psi_energy_epidermis_3"
	icon_frame = 1
	
	prerequisites = { "tech_avc_psionic_shield_3" }
	component_set = "AVC_PSIONIC_SKIN_3"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 88
		}
		cost = {
			sr_zro = 0.64
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
	}
	
	modifier = {
		ship_shield_add = 618
		ship_shield_regen_add_static = 7.723
	}
}

utility_component_template = {
	key = "AVC_PSIONIC_SKIN_MEDIUM_3"
	size = medium
	
	icon = "GFX_mutation_avc_psi_energy_epidermis_3"
	icon_frame = 1
	
	prerequisites = { "tech_avc_psionic_shield_3" }
	component_set = "AVC_PSIONIC_SKIN_3"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 178
		}
		cost = {
			sr_zro = 1.24
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
	}
	
	modifier = {
		ship_shield_add = 1854
		ship_shield_regen_add_static = 23.170
	}
}

utility_component_template = {
	key = "AVC_PSIONIC_SKIN_LARGE_3"
	size = large
	
	icon = "GFX_mutation_avc_psi_energy_epidermis_3"
	icon_frame = 1
	
	prerequisites = { "tech_avc_psionic_shield_3" }
	component_set = "AVC_PSIONIC_SKIN_3"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 359
		}
		cost = {
			sr_zro = 2.47
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
	}
	
	modifier = {
		ship_shield_add = 5560
		ship_shield_regen_add_static = 69.506
	}
}

utility_component_template = {
	key = "AVC_PSIONIC_SKIN_EXTRA_LARGE_3"
	size = extra_large
	
	icon = "GFX_mutation_avc_psi_energy_epidermis_3"
	icon_frame = 1
	
	prerequisites = { "tech_avc_psionic_shield_3" }
	component_set = "AVC_PSIONIC_SKIN_3"

	resources = {
		category = ship_components
		inline_script = {
			script = "grand_archive/mutations/component_dynamic_cost"
			COST = 715
		}
		cost = {
			sr_zro = 4.95
			mult = @fauna_cost_scaling
		}
	}

	ai_weight = {
		weight = 2
		modifier = {
			factor = 0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
	}
	
	modifier = {
		ship_shield_add = 7786
		ship_shield_regen_add_static = 97.317
	}
}