sm_aspmod_axis_of_planet_building = {
	icon = "GFX_spaceport_module_aspmod_axis_of_planet_building"
	construction_days = 180

	potential = {
		solar_system = { any_system_planet = { has_modifier = aspmod_ftl_lane_switcher } }
	}

	possible = {
		custom_tooltip = {
			fail_text = "requires_starport"
			has_starbase_size >= starbase_starport
		}
	}

	resources = {
		category = starbase_buildings
		cost = {
			alloys = 200
		}
		upkeep = {
			energy = 5
		}
	}

	equipped_component = "STARBASE_AURA_AXIS_OF_PLANET"

	ai_build_at_chokepoint = yes
	ai_build_outside_chokepoint = no
	ai_weight = {
		weight = 0
	}
}