# ## Perdition Beam
weapon_component_template = {
	key = "PERDITION_BEAM_ION"
	size = titanic
	type = instant
	prio_projectile = yes
		
	icon = "GFX_ship_part_perdition_beam"
	icon_frame = 1
	
	firing_arc = 10.0
	min_range = 30.0
	use_ship_kill_target = no
	
	prerequisites = { "tech_titans" }
	component_set = "PERDITION_BEAM"
	projectile_gfx = "ion_cannon"
	tags = { weapon_type_energy }
	size_restriction = { ion_cannon }
	resources = {
		category = ship_components
		cost = {
			alloys = @titanic_t6_cost
			rare_crystals = @titanic_t6_rare
		}		
		upkeep = {
			energy = @titanic_t6_upkeep_energy
			alloys = @titanic_t6_upkeep_alloys
		}
	}

	ai_weight = {
		weight = 1
	}
}

# ## Titan Lance
weapon_component_template = {
	key = "TITAN_LASER"
	size = titanic
	type = instant
	prio_projectile = yes
	
	hidden = yes
	
	icon = "GFX_ship_part_energy_lance_2"
	icon_frame = 1
	
	firing_arc = 25.0
	min_range = 30.0
	use_ship_kill_target = no
	
	component_set = "TITAN_LASER"
	projectile_gfx = "titan_laser"
	tags = { weapon_type_energy }
	resources = {
		category = ship_components
		cost = {
			alloys = @titanic_t6_cost
			rare_crystals = @titanic_t6_rare
		}		
		upkeep = {
			energy = @titanic_t6_upkeep_energy
			alloys = @titanic_t6_upkeep_alloys
		}
	}

	ai_weight = {
		weight = 1
	}
}
