### REACTORS ###

utility_component_template = {
	key = "SMALL_ORDER_REACTOR"
	size = small
	icon = "GFX_ship_part_reactor_5"
	icon_frame = 1
	power = 50
	cost = 25

	component_set = "ORDER_REACTOR"
	prerequisites = { "TECH_ORDER_REACTOR" }
	ai_weight = { weight = 0 }	
	modifier = { 
		ship_hitpoints_add = 50
	}
}

utility_component_template = {
	key = "MEDIUM_ORDER_REACTOR"
	size = medium
	icon = "GFX_ship_part_reactor_5"
	icon_frame = 1
	power = 100
	cost = 50

	component_set = "ORDER_REACTOR"
	prerequisites = { "TECH_ORDER_REACTOR" }
	ai_weight = { weight = 0 }	
	modifier = { 
		ship_hitpoints_add = 100
	}
}

utility_component_template = {
	key = "LARGE_ORDER_REACTOR"
	size = large
	icon = "GFX_ship_part_reactor_5"
	icon_frame = 1
	power = 200
	cost = 100

	component_set = "ORDER_REACTOR"
	prerequisites = { "TECH_ORDER_REACTOR" }
	ai_weight = { weight = 0 }	
	modifier = { 
		ship_hitpoints_add = 100
		ship_shield_hp_add = 100
		ship_shield_regen_add = 2
	}
}

## REBIRTH_REACTOR

utility_component_template = {
	key = "SMALL_REBIRTH_REACTOR"
	size = small
	icon = "GFX_ship_part_reactor_5"
	icon_frame = 1
	power = 60
	cost = 25

	component_set = "REBIRTH_REACTOR"
	prerequisites = { "TECH_REBIRTH_REACTOR" }
	ai_weight = { weight = 0 }	
	modifier = { 
		ship_hitpoints_add = 60
		ship_auto_repair_add = 0.01
	}
}

utility_component_template = {
	key = "MEDIUM_REBIRTH_REACTOR"
	size = medium
	icon = "GFX_ship_part_reactor_5"
	icon_frame = 1
	power = 120
	cost = 50

	component_set = "REBIRTH_REACTOR"
	prerequisites = { "TECH_REBIRTH_REACTOR" }
	ai_weight = { weight = 0 }	
	modifier = { 
		ship_hitpoints_add = 120
		ship_auto_repair_add = 0.02
	}
}

utility_component_template = {
	key = "LARGE_REBIRTH_REACTOR"
	size = large
	icon = "GFX_ship_part_reactor_5"
	icon_frame = 1
	power = 240
	cost = 100

	component_set = "REBIRTH_REACTOR"
	prerequisites = { "TECH_REBIRTH_REACTOR" }
	ai_weight = { weight = 0 }	
	modifier = { 
		ship_hitpoints_add = 120
		ship_shield_hp_add = 120
		ship_shield_regen_add = 4
		ship_auto_repair_add = 0.03
	}
}