### SHISHEN Titan
weapon_component_template = {
	key = "SHISHEN_TITAN"
	size = titanic 
	entity = "invisible_turret_entity"
	type = instant
	prio_projectile = yes
		
	icon = "GFX_ship_part_shishen_taitan_T"
	icon_frame = 1
	
	damage = { min = 10000.0 max = 20000.0 }
	windup = { min = 2.5 max = 17.5 }
	total_fire_time = 200
	range = 260.0
	accuracy = 1
	shield_damage = 2.00
	shield_penetration = 1.00
	armor_penetration = 1.00
	armor_damage = 2.00  
    hull_damage = 2.00
	
	
    type = instant
	
	power = -1000
		resources = {
		category = ship_components
		cost = {
			alloys = 600
		}		
		upkeep = {
			energy = 1
			alloys = 1
		}
	}
	
	firing_arc = 10.0
	min_range = 30.0
	static_rotation = yes
	use_ship_kill_target = no
	
	prerequisites = { "tech_black_tech" }
	component_set = "SHISHEN_TITAN"
	projectile_gfx = "titan_laser"
	size_restriction = { titan }
	should_ai_use = no
	
}