# Icons set here are the ones show in the actual slot. The reason is so that we can support different icons for different sizes.

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

# Deflectors

utility_component_template = {
	key = "AVC_SMALL_SHIELD_6"
	size = small

	icon = "GFX_avc_ship_part_shield_6"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_6" }
	component_set = "AVC_SHIELD_6"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	upgrades_to = "AVC_SMALL_SHIELD_7"
	resources = {
		category = ship_components
		cost = {
			alloys = 27
			exotic_gases = 0.43
		}
		upkeep = {
			energy = 0.26
			alloys = 0.076
		}
	}

	ai_weight = {
		weight = 30
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -55
	modifier = {
		ship_shield_add = 325
		ship_shield_regen_add_static = 1.625
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.05
	}
}

utility_component_template = {
	key = "AVC_MEDIUM_SHIELD_6"
	size = medium

	icon = "GFX_avc_ship_part_shield_6"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_6" }
	component_set = "AVC_SHIELD_6"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	upgrades_to = "AVC_MEDIUM_SHIELD_7"
	resources = {
		category = ship_components
		cost = {
			alloys = 68
			exotic_gases = 0.87
		}
		upkeep = {
			energy = 0.51
			alloys = 0.152
		}
	}

	ai_weight = {
		weight = 30
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -110
	modifier = {
		ship_shield_add = 975
		ship_shield_regen_add_static = 4.06
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.05
	}
}

utility_component_template = {
	key = "AVC_LARGE_SHIELD_6"
	size = large

	icon = "GFX_avc_ship_part_shield_6"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_6" }
	upgrades_to = "AVC_LARGE_SHIELD_7"
	component_set = "AVC_SHIELD_6"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 170
			exotic_gases = 1.73
		}
		upkeep = {
			energy = 1.02
			alloys = 0.304
		}
	}

	ai_weight = {
		weight = 30
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -220
	modifier = {
		ship_shield_add = 2925
		ship_shield_regen_add_static = 8.125
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.05
	}
}

utility_component_template = {
	key = "AVC_SMALL_SHIELD_7"
	size = small

	icon = "GFX_avc_ship_part_shield_7"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_7" }
	component_set = "AVC_SHIELD_7"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	upgrades_to = "AVC_SMALL_SHIELD_8"
	resources = {
		category = ship_components
		cost = {
			alloys = 41
			exotic_gases = 0.56
		}
		upkeep = {
			energy = 0.38
			alloys = 0.114
		}
	}

	ai_weight = {
		weight = 35
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -75
	modifier = {
		ship_shield_add = 400
		ship_shield_regen_add_static = 2.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.06
	}
}

utility_component_template = {
	key = "AVC_MEDIUM_SHIELD_7"
	size = medium

	icon = "GFX_avc_ship_part_shield_7"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_7" }
	component_set = "AVC_SHIELD_7"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	upgrades_to = "AVC_MEDIUM_SHIELD_8"
	resources = {
		category = ship_components
		cost = {
			alloys = 103
			exotic_gases = 1.13
		}
		upkeep = {
			energy = 0.76
			alloys = 0.228
		}
	}

	ai_weight = {
		weight = 35
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -150
	modifier = {
		ship_shield_add = 1200
		ship_shield_regen_add_static = 6.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.06
	}
}

utility_component_template = {
	key = "AVC_LARGE_SHIELD_7"
	size = large

	icon = "GFX_avc_ship_part_shield_7"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_7" }
	upgrades_to = "AVC_LARGE_SHIELD_8"
	component_set = "AVC_SHIELD_7"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 258
			exotic_gases = 2.25
		}
		upkeep = {
			energy = 1.52
			alloys = 0.456
		}
	}

	ai_weight = {
		weight = 35
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -300
	modifier = {
		ship_shield_add = 3600
		ship_shield_regen_add_static = 18.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.06
	}
}

utility_component_template = {
	key = "AVC_SMALL_SHIELD_8"
	size = small

	icon = "GFX_avc_ship_part_shield_8"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_8" }
	upgrades_to = "AVC_SMALL_SHIELD_9"
	component_set = "AVC_SHIELD_8"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 62
			exotic_gases = 0.73
		}
		upkeep = {
			energy = 0.57
			alloys = 0.171
		}
	}

	ai_weight = {
		weight = 40
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -98
	modifier = {
		ship_shield_add = 500
		ship_shield_regen_add_static = 2.50
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.07
	}
}

utility_component_template = {
	key = "AVC_MEDIUM_SHIELD_8"
	size = medium

	icon = "GFX_avc_ship_part_shield_8"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_8" }
	upgrades_to = "AVC_MEDIUM_SHIELD_9"
	component_set = "AVC_SHIELD_8"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 155
			exotic_gases = 1.70
		}
		upkeep = {
			energy = 1.14
			alloys = 0.342
		}
	}

	ai_weight = {
		weight = 40
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -196
	modifier = {
		ship_shield_add = 1500
		ship_shield_regen_add_static = 7.50
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.07
	}
}

utility_component_template = {
	key = "AVC_LARGE_SHIELD_8"
	size = large

	icon = "GFX_avc_ship_part_shield_8"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_8" }
	upgrades_to = "AVC_LARGE_SHIELD_9"
	component_set = "AVC_SHIELD_8"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 387
			exotic_gases = 3.38
		}
		upkeep = {
			energy = 2.28
			alloys = 0.684
		}
	}

	ai_weight = {
		weight = 40
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -390
	modifier = {
		ship_shield_add = 4500
		ship_shield_regen_add_static = 22.50
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.07
	}
}

utility_component_template = {
	key = "AVC_SMALL_SHIELD_9"
	size = small

	icon = "GFX_avc_ship_part_shield_9"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_9" }
	upgrades_to = "AVC_SMALL_SHIELD_10"
	component_set = "AVC_SHIELD_9"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 93
			exotic_gases = 1.10
		}
		upkeep = {
			energy = 0.86
			alloys = 0.257
		}
	}

	ai_weight = {
		weight = 45
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -128
	modifier = {
		ship_shield_add = 625
		ship_shield_regen_add_static = 3.25
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.08
	}
}

utility_component_template = {
	key = "AVC_MEDIUM_SHIELD_9"
	size = medium

	icon = "GFX_avc_ship_part_shield_9"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_9" }
	upgrades_to = "AVC_MEDIUM_SHIELD_10"
	component_set = "AVC_SHIELD_9"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 233
			exotic_gases = 2.55
		}
		upkeep = {
			energy = 1.71
			alloys = 0.513
		}
	}

	ai_weight = {
		weight = 45
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -256
	modifier = {
		ship_shield_add = 1875
		ship_shield_regen_add_static = 9.75
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.08
	}
}

utility_component_template = {
	key = "AVC_LARGE_SHIELD_9"
	size = large

	icon = "GFX_avc_ship_part_shield_9"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_9" }
	upgrades_to = "AVC_LARGE_SHIELD_10"
	component_set = "AVC_SHIELD_9"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 581
			exotic_gases = 5.07
		}
		upkeep = {
			energy = 3.42
			alloys = 1.026
		}
	}

	ai_weight = {
		weight = 45
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -510
	modifier = {
		ship_shield_add = 5625
		ship_shield_regen_add_static = 29.25
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.08
	}
}

utility_component_template = {
	key = "AVC_SMALL_SHIELD_10"
	size = small

	icon = "GFX_avc_ship_part_shield_10"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_10" }
	component_set = "AVC_SHIELD_10"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 140
			exotic_gases = 1.65
		}
		upkeep = {
			energy = 1.29
			alloys = 0.386
		}
	}

	ai_weight = {
		weight = 50
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -167
	modifier = {
		ship_shield_add = 800
		ship_shield_regen_add_static = 4.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.09
	}
}

utility_component_template = {
	key = "AVC_MEDIUM_SHIELD_10"
	size = medium

	icon = "GFX_avc_ship_part_shield_10"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_10" }
	component_set = "AVC_SHIELD_10"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 350
			exotic_gases = 3.83
		}
		upkeep = {
			energy = 2.57
			alloys = 0.770
		}
	}

	ai_weight = {
		weight = 50
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -334
	modifier = {
		ship_shield_add = 2400
		ship_shield_regen_add_static = 12.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.09
	}
}

utility_component_template = {
	key = "AVC_LARGE_SHIELD_10"
	size = large

	icon = "GFX_avc_ship_part_shield_10"
	icon_frame = 1

	prerequisites = { "tech_avc_shields_10" }
	component_set = "AVC_SHIELD_10"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 872
			exotic_gases = 7.61
		}
		upkeep = {
			energy = 5.13
			alloys = 1.539
		}
	}

	ai_weight = {
		weight = 50
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = exotic_gases }
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -665
	modifier = {
		ship_shield_add = 7200
		ship_shield_regen_add_static = 36.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.09
	}
}

utility_component_template = {
	key = "AVC_SMALL_DARK_MATTER_SHIELD_2"
	size = small

	icon = "GFX_avc_ship_part_dark_matter_shield_2"
	icon_frame = 1

	prerequisites = { "tech_avc_dark_matter_deflector_2" }
	component_set = "AVC_DARK_MATTER_SHIELD_2"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 210
			sr_dark_matter = 2.48
		}
		upkeep = {
			energy = 1.94
			alloys = 0.579
		}
	}

	ai_weight = {
		weight = 50
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = sr_dark_matter }
		}
		modifier = {
			factor = 0.0
			is_ai = yes
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -217
	modifier = {
		ship_shield_add = 1000
		ship_shield_regen_add_static = 5.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.10
	}
}

utility_component_template = {
	key = "AVC_MEDIUM_DARK_MATTER_SHIELD_2"
	size = medium

	icon = "GFX_avc_ship_part_dark_matter_shield_2"
	icon_frame = 1

	prerequisites = { "tech_avc_dark_matter_deflector_2" }
	component_set = "AVC_DARK_MATTER_SHIELD_2"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 525
			sr_dark_matter = 5.75
		}
		upkeep = {
			energy = 3.86
			alloys = 1.155
		}
	}

	ai_weight = {
		weight = 50
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = sr_dark_matter }
		}
		modifier = {
			factor = 0.0
			is_ai = yes
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -434
	modifier = {
		ship_shield_add = 3000
		ship_shield_regen_add_static = 15.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.10
	}
}

utility_component_template = {
	key = "AVC_LARGE_DARK_MATTER_SHIELD_2"
	size = large

	icon = "GFX_avc_ship_part_dark_matter_shield_2"
	icon_frame = 1

	prerequisites = { "tech_avc_dark_matter_deflector_2" }
	component_set = "AVC_DARK_MATTER_SHIELD_2"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 1308
			sr_dark_matter = 11.415
		}
		upkeep = {
			energy = 7.70
			alloys = 2.309
		}
	}

	ai_weight = {
		weight = 50
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = sr_dark_matter }
		}
		modifier = {
			factor = 0.0
			is_ai = yes
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -865
	modifier = {
		ship_shield_add = 9000
		ship_shield_regen_add_static = 45.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.10
	}
}

utility_component_template = {
	key = "AVC_SMALL_PSIONIC_SHIELD_2"
	size = small

	icon = "GFX_avc_ship_part_psionic_shield_2"
	icon_frame = 1

	prerequisites = { "tech_avc_psionic_shield_2" }
	component_set = "AVC_PSIONIC_SHIELD_2"
	upgrades_to = "AVC_SMALL_PSIONIC_SHIELD_3"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 62
			sr_zro = 0.73
		}
		upkeep = {
			energy = 0.57
			alloys = 0.171
		}
	}

	ai_weight = {
		weight = 40
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
		modifier = {
			factor = 0.0
			is_ai = yes
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -98
	modifier = {
		ship_shield_add = 500
		ship_shield_regen_add_static = 2.50
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.07
	}
}

utility_component_template = {
	key = "AVC_MEDIUM_PSIONIC_SHIELD_2"
	size = medium

	icon = "GFX_avc_ship_part_psionic_shield_2"
	icon_frame = 1

	prerequisites = { "tech_avc_psionic_shield_2" }
	component_set = "AVC_PSIONIC_SHIELD_2"
	upgrades_to = "AVC_MEDIUM_PSIONIC_SHIELD_3"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 155
			sr_zro = 1.70
		}
		upkeep = {
			energy = 1.14
			alloys = 0.342
		}
	}

	ai_weight = {
		weight = 40
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
		modifier = {
			factor = 0.0
			is_ai = yes
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -196
	modifier = {
		ship_shield_add = 1500
		ship_shield_regen_add_static = 7.50
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.07
	}
}

utility_component_template = {
	key = "AVC_LARGE_PSIONIC_SHIELD_2"
	size = large

	icon = "GFX_avc_ship_part_psionic_shield_2"
	icon_frame = 1

	prerequisites = { "tech_avc_psionic_shield_2" }
	component_set = "AVC_PSIONIC_SHIELD_2"
	upgrades_to = "AVC_LARGE_PSIONIC_SHIELD_3"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 387
			sr_zro = 3.38
		}
		upkeep = {
			energy = 2.28
			alloys = 0.684
		}
	}

	ai_weight = {
		weight = 40
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
		modifier = {
			factor = 0.0
			is_ai = yes
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -390
	modifier = {
		ship_shield_add = 4500
		ship_shield_regen_add_static = 22.50
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.07
	}
}

utility_component_template = {
	key = "AVC_SMALL_PSIONIC_SHIELD_3"
	size = small

	icon = "GFX_avc_ship_part_psionic_shield_3"
	icon_frame = 1

	prerequisites = { "tech_avc_psionic_shield_3" }
	component_set = "AVC_PSIONIC_SHIELD_3"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 140
			sr_zro = 1.65
		}
		upkeep = {
			energy = 1.29
			alloys = 0.386
		}
	}

	ai_weight = {
		weight = 50
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
		modifier = {
			factor = 0.0
			is_ai = yes
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -167
	modifier = {
		ship_shield_add = 800
		ship_shield_regen_add_static = 4.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.09
	}
}

utility_component_template = {
	key = "AVC_MEDIUM_PSIONIC_SHIELD_3"
	size = medium

	icon = "GFX_avc_ship_part_psionic_shield_3"
	icon_frame = 1

	prerequisites = { "tech_avc_psionic_shield_3" }
	component_set = "AVC_PSIONIC_SHIELD_3"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 350
			sr_zro = 3.83
		}
		upkeep = {
			energy = 2.57
			alloys = 0.770
		}
	}

	ai_weight = {
		weight = 50
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
		modifier = {
			factor = 0.0
			is_ai = yes
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -334
	modifier = {
		ship_shield_add = 2400
		ship_shield_regen_add_static = 12.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.09
	}
}

utility_component_template = {
	key = "AVC_LARGE_PSIONIC_SHIELD_3"
	size = large

	icon = "GFX_avc_ship_part_psionic_shield_3"
	icon_frame = 1

	prerequisites = { "tech_avc_psionic_shield_3" }
	component_set = "AVC_PSIONIC_SHIELD_3"
	
	potential = {
		OR = {
			from = {
				country_uses_bio_ships = no
			}
			is_arkship_ship = yes
		}
	}

	show_tech_unlock_if = {
		country_uses_bio_ships = no
	}
	
	resources = {
		category = ship_components
		cost = {
			alloys = 872
			sr_zro = 7.61
		}
		upkeep = {
			energy = 5.13
			alloys = 1.539
		}
	}

	ai_weight = {
		weight = 50
		modifier = {
			factor = 0.0
			no_resource_for_component = { RESOURCE = sr_zro }
		}
		modifier = {
			factor = 0.0
			is_ai = yes
		}
		inline_script = {
			script = ship_components/weights/roles_stealth
			MULT = 0
		}
	}

	power = -665
	modifier = {
		ship_shield_add = 7200
		ship_shield_regen_add_static = 36.00
	}
	ship_modifier = {
		ship_shield_hardening_add = 0.09
	}
}
