weapon_component_template = { # World Cracker
	key = "PLANET_KILLER_GEOCENTRIC_DEVICE"
	size = planet_killer
	type = planet_killer

	use_ship_main_target = no
	prerequisites = { "tech_aspmod_geocentric_device" }

	icon = GFX_ship_part_geocentric_device
	icon_frame = 1

	potential = {
		ship_uses_colossus_components = yes
	}
	component_set = "PLANET_KILLER_GEOCENTRIC_DEVICE"

	planet_destruction_gfx = "neutron_planet_gfx"
}
utility_component_template = {
	key = "STARBASE_AURA_AXIS_OF_PLANET"
	size = medium
	icon = "GFX_ship_part_aura_snare"
	icon_frame = 1
	power = 0

	potential = {
		is_ship_class = shipclass_starbase
	}

	friendly_aura = {
		name = "aura_starbase_warp_fluctuator"
		system_wide = yes

		stack_info = {
			id = friendly_axis_of_planet_aura
			priority = 10
		}

		modifier = {
			ship_windup_mult = -0.60
			ship_winddown_mult = -0.60
			ship_disengage_chance_mult = 0.60
		}

		graphics = {
			ship_effect = {
				entity = "ship_aura_positive_entity"
				dynamic_scale = no
			}
		}
	}
	hostile_aura = {
		name = "aura_starbase_communications_jammer"
		system_wide = yes

		stack_info = {
			id = hostile_communications_jammer_aura
			priority = 10
		}

		modifier = {
			ship_speed_mult = -0.60
			ship_disengage_chance_mult = -0.60
		}

		graphics = {
			ship_effect = {
				entity = "ship_aura_negative_entity"
				dynamic_scale = no
			}
		}
	}
}
