# ####################
# 弶
# ####################
weapon_component_template = {
	key = "M9_1"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_disruptor_3"
	icon_frame = 1
	prerequisites = { "tech_ml9_1" }
	component_set = "ML9_1"
	projectile_gfx = "disruptor_3_medium"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L9_1"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_3"
	icon_frame = 1
	prerequisites = { "tech_ml9_1" }
	component_set = "ML9_1"
	projectile_gfx = "disruptor_3_large"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M9_2"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_disruptor_3"
	icon_frame = 1
	prerequisites = { "tech_ml9_2" }
	component_set = "ML9_2"
	projectile_gfx = "disruptor_3_medium"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L9_2"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_3"
	icon_frame = 1
	prerequisites = { "tech_ml9_2" }
	component_set = "ML9_2"
	projectile_gfx = "disruptor_3_large"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M9_3"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_disruptor_3"
	icon_frame = 1
	prerequisites = { "tech_ml9_3" }
	component_set = "ML9_3"
	projectile_gfx = "disruptor_3_medium"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L9_3"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_3"
	icon_frame = 1
	prerequisites = { "tech_ml9_3" }
	component_set = "ML9_3"
	projectile_gfx = "disruptor_3_large"
	tags = { weapon_type_energy }
}

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



weapon_component_template = {
	key = "S9_1"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_3"
	icon_frame = 1
	prerequisites = { "tech_s9_1" }
	component_set = "S9_11"
	projectile_gfx = "plasma_cannon_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S9_2"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_3"
	icon_frame = 1
	prerequisites = { "tech_s9_2" }
	component_set = "S9_22"
	projectile_gfx = "plasma_cannon_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S9_3"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_plasma_3"
	icon_frame = 1
	prerequisites = { "tech_s9_3" }
	component_set = "S9_33"
	projectile_gfx = "plasma_cannon_s"
	tags = { weapon_type_energy }
}

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