
#############
#	COST	#
#############

@cost_1L = 18


# ####################
#  Critter Utilities - All
# ####################


# SHISHEN XIUFU

utility_component_template = {
	key = "SHISHEN_XIUFU_1"
	size = aux
	icon = "GFX_ship_part_shishen_xiufu"
	icon_frame = 1
	power = 0
	cost = @cost_1L

		modifier = {
	    ship_shield_regen_add_perc = 10
		ship_hull_mult = 0.20
		ship_armor_mult = 0.20
		ship_shield_mult = 0.20
        ship_armor_hardening_add = 0.30
		ship_shield_hardening_add = 0.30
		ship_hull_regen_add_static = 30
		ship_armor_regen_add_static = 30
		ship_shield_regen_add_static  = 500
	}
	
	prerequisites = { tech_black_tech }
	component_set = "SHISHEN_XIUFU"
	should_ai_use = no
	

}
utility_component_template = {
	key = "SHISHEN_XIUFU_2"
	size = large
	icon = "GFX_ship_part_shishen_xiufu"
	icon_frame = 1
	power = 0
	cost = @cost_1L

		modifier = {
		ship_hull_mult = 0.20
		ship_armor_mult = 0.20
		ship_shield_mult = 0.20
		ship_shield_regen_add_perc = 10
		ship_hull_regen_add_static = 30
		ship_armor_regen_add_static = 30
		ship_shield_regen_add_static  = 500
	}
	
	prerequisites = { tech_black_tech }
	component_set = "SHISHEN_XIUFU"
	should_ai_use = no
	

}