# ####################
# 弶
# ####################
weapon_component_template = {
	key = "M8_1"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_disruptor_2"
	icon_frame = 1
	prerequisites = { "tech_ml8_1" }
	component_set = "ML8_1"
	projectile_gfx = "disruptor_2_medium"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L8_1"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_2"
	icon_frame = 1
	prerequisites = { "tech_ml8_1" }
	component_set = "ML8_1"
	projectile_gfx = "disruptor_2_large"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M8_2"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_disruptor_2"
	icon_frame = 1
	prerequisites = { "tech_ml8_2" }
	component_set = "ML8_2"
	projectile_gfx = "disruptor_2_medium"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L8_2"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_2"
	icon_frame = 1
	prerequisites = { "tech_ml8_2" }
	component_set = "ML8_2"
	projectile_gfx = "disruptor_2_large"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M8_3"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_disruptor_2"
	icon_frame = 1
	prerequisites = { "tech_ml8_3" }
	component_set = "ML8_3"
	projectile_gfx = "disruptor_2_medium"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L8_3"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_2"
	icon_frame = 1
	prerequisites = { "tech_ml8_3" }
	component_set = "ML8_3"
	projectile_gfx = "disruptor_2_large"
	tags = { weapon_type_energy }
}

#########################################



weapon_component_template = {
	key = "S8_1"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_2"
	icon_frame = 1
	prerequisites = { "tech_s8_1" }
	component_set = "S8_11"
	projectile_gfx = "plasma_accelerator_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S8_2"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_2"
	icon_frame = 1
	prerequisites = { "tech_s8_2" }
	component_set = "S8_22"
	projectile_gfx = "plasma_accelerator_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S8_3"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_2"
	icon_frame = 1
	prerequisites = { "tech_s8_3" }
	component_set = "S8_33"
	projectile_gfx = "plasma_accelerator_s"
	tags = { weapon_type_energy }
}

#########################################