nhsc_starbase_reactor = {
	icon = "GFX_nhsc_starbase_reactor"
	construction_days = 360
	
	potential = {
		exists = owner
		owner = { has_technology = nhsc_tech_orbital_powerplant }
	}
	
	possible = {
		custom_tooltip = {
			fail_text = "requires_starfortress"
			has_starbase_size >= starbase_starfortress
		}
	}

	cost = {
		minerals = 400
	}
	
	produced_resources = {
		energy = 10
	}
	
	show_in_tech = "nhsc_tech_orbital_powerplant"
	
	ai_build_at_chokepoint = yes
	ai_build_outside_chokepoint = yes
	ai_weight = {
		weight = 15
	}
}