# ####################
# 弶
# ####################
weapon_component_template = {
	key = "M5_1"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_ml5_1" }
	component_set = "ML5_1"
	projectile_gfx = "gamma_laser_m"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L5_1"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_ml5_1" }
	component_set = "ML5_1"
	projectile_gfx = "gamma_laser_l"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M5_2"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_ml5_2" }
	component_set = "ML5_2"
	projectile_gfx = "gamma_laser_m"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L5_2"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_ml5_2" }
	component_set = "ML5_2"
	projectile_gfx = "gamma_laser_l"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "M5_3"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_ml5_3" }
	component_set = "ML5_3"
	projectile_gfx = "gamma_laser_m"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L5_3"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_ml5_3" }
	component_set = "ML5_3"
	projectile_gfx = "gamma_laser_l"
	tags = { weapon_type_energy }
}

#########################################
weapon_component_template = {
	key = "M5_X"
	size = medium
	entity = "medium_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_ml5_x" }
	component_set = "ML5_X"
	projectile_gfx = "gamma_laser_m"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "L5_X"
	size = large
	entity = "large_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_ml5_x" }
	component_set = "ML5_X"
	projectile_gfx = "gamma_laser_l"
	tags = { weapon_type_energy }
}
#########################################




weapon_component_template = {
	key = "S5_1"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_s5_1" }
	component_set = "S5_11"
	projectile_gfx = "gamma_laser_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S5_2"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_s5_2" }
	component_set = "S5_22"
	projectile_gfx = "gamma_laser_s"
	tags = { weapon_type_energy }
}

weapon_component_template = {
	key = "S5_3"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_s5_3" }
	component_set = "S5_33"
	projectile_gfx = "gamma_laser_s"
	tags = { weapon_type_energy }
}

#########################################
weapon_component_template = {
	key = "S5_X"
	size = small
	entity = "small_laser_gun_entity"
	type = instant
	icon = "GFX_ship_part_laser_4"
	icon_frame = 1
	prerequisites = { "tech_s5_x" }
	component_set = "S5_XX"
	projectile_gfx = "gamma_laser_s"
	tags = { weapon_type_energy }
}
#########################################