# ####################
# 弶
# ####################
weapon_component_template = {
	key = "M7_1"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_disruptor_1"
	icon_frame = 1
	prerequisites = { "tech_ml7_1" }
	component_set = "ML7_1"
	projectile_gfx = "disruptor_1_medium"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L7_1"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_1"
	icon_frame = 1
	prerequisites = { "tech_ml7_1" }
	component_set = "ML7_1"
	projectile_gfx = "disruptor_1_large"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M7_2"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_disruptor_1"
	icon_frame = 1
	prerequisites = { "tech_ml7_2" }
	component_set = "ML7_2"
	projectile_gfx = "disruptor_1_medium"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L7_2"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_1"
	icon_frame = 1
	prerequisites = { "tech_ml7_2" }
	component_set = "ML7_2"
	projectile_gfx = "disruptor_1_large"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M7_3"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_disruptor_1"
	icon_frame = 1
	prerequisites = { "tech_ml7_3" }
	component_set = "ML7_3"
	projectile_gfx = "disruptor_1_medium"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L7_3"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_1"
	icon_frame = 1
	prerequisites = { "tech_ml7_3" }
	component_set = "ML7_3"
	projectile_gfx = "disruptor_1_large"
	tags = { weapon_type_energy }
}

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



weapon_component_template = {
	key = "S7_1"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_1"
	icon_frame = 1
	prerequisites = { "tech_s7_1" }
	component_set = "S7_11"
	projectile_gfx = "plasma_thrower_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S7_2"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_1"
	icon_frame = 1
	prerequisites = { "tech_s7_2" }
	component_set = "S7_22"
	projectile_gfx = "plasma_thrower_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S7_3"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_1"
	icon_frame = 1
	prerequisites = { "tech_s7_3" }
	component_set = "S7_33"
	projectile_gfx = "plasma_thrower_s"
	tags = { weapon_type_energy }
}

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