# ####################
# Planet killer beam?
# ####################

#weapon_component_template = {
#	key = "PLANET_DESTRUCTION_COMPONENT"
#	size = planet_killer
#	type = planet_killer
#	use_ship_kill_target = no
#
#	icon = GFX_technology_unknown
#	icon_frame = 1
#
#	component_set = "PLANET_KILLER_1"
#
#	planet_destruction_gfx = "neutron_planet_gfx"
#}

weapon_component_template = { # Null Void Beam
	key = "PLANET_KILLER_NULLVOID"
	size = planet_killer
	type = planet_killer
	use_ship_main_target = no
	power = 1

	prerequisites = { 
		dwe_tech_pk_nullvoidcolossus 
	}

	icon = GFX_ship_part_nullvoid_beam
	icon_frame = 1

	size_restriction = { colossus }
	component_set = "PLANET_KILLER_NULLVOID"

	windup = { min = 90 max = 90 }
	total_fire_time = 30

	planet_destruction_gfx = "god_ray_gfx"

	ai_weight = {
		factor = 1
		modifier = {
			factor = 8
			has_ethic = ethic_fanatic_materialist
		}
	}
}