# ####################
# 弶
# ####################
weapon_component_template = {
	key = "M6_1"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_1" }
	component_set = "ML6_1"
	projectile_gfx = "gamma_laser_m"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L6_1"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_1" }
	component_set = "ML6_1"
	projectile_gfx = "gamma_laser_l"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M6_2"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_2" }
	component_set = "ML6_2"
	projectile_gfx = "gamma_laser_m"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L6_2"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_2" }
	component_set = "ML6_2"
	projectile_gfx = "gamma_laser_l"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M6_3"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_3" }
	component_set = "ML6_3"
	projectile_gfx = "gamma_laser_m"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L6_3"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_3" }
	component_set = "ML6_3"
	projectile_gfx = "gamma_laser_l"
	tags = { weapon_type_energy }
}

#########################################
weapon_component_template = {
	key = "M6_X"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_x" }
	component_set = "ML6_X"
	projectile_gfx = "gamma_laser_m"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L6_X"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_x" }
	component_set = "ML6_X"
	projectile_gfx = "gamma_laser_l"
	tags = { weapon_type_energy }
}
#########################################



weapon_component_template = {
	key = "S6_1"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_s6_1" }
	component_set = "S6_11"
	projectile_gfx = "plasma_thrower_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S6_2"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_s6_2" }
	component_set = "S6_22"
	projectile_gfx = "plasma_thrower_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S6_3"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_s6_3" }
	component_set = "S6_33"
	projectile_gfx = "plasma_thrower_s"
	tags = { weapon_type_energy }
}

#########################################
weapon_component_template = {
	key = "S6_X"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_5"
	icon_frame = 1
	prerequisites = { "tech_s6_x" }
	component_set = "S6_XX"
	projectile_gfx = "gamma_laser_s"
	tags = { weapon_type_energy }
}
#########################################