# ####################
# 弶
# ####################
weapon_component_template = {
	key = "M6_D_1"
	size = medium
	entity = "medium_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_d_1" }
	component_set = "ml6_d_1"
	projectile_gfx = "gauss_cannon_m"
	tags = { weapon_type_kinetic }
}

weapon_component_template = {
	key = "L6_D_1"
	size = large
	entity = "large_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_d_1" }
	component_set = "ml6_d_1"
	projectile_gfx = "gauss_cannon_l"
	tags = { weapon_type_kinetic }
}

weapon_component_template = {
	key = "M6_D_2"
	size = medium
	entity = "medium_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_d_2" }
	component_set = "ml6_d_2"
	projectile_gfx = "gauss_cannon_m"
	tags = { weapon_type_kinetic }
}

weapon_component_template = {
	key = "L6_D_2"
	size = large
	entity = "large_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_d_2" }
	component_set = "ml6_d_2"
	projectile_gfx = "gauss_cannon_l"
	tags = { weapon_type_kinetic }
}

weapon_component_template = {
	key = "M6_D_3"
	size = medium
	entity = "medium_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_d_3" }
	component_set = "ml6_d_3"
	projectile_gfx = "gauss_cannon_m"
	tags = { weapon_type_kinetic }
}

weapon_component_template = {
	key = "L6_D_3"
	size = large
	entity = "large_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_d_3" }
	component_set = "ml6_d_3"
	projectile_gfx = "gauss_cannon_l"
	tags = { weapon_type_kinetic }
}

#########################################
weapon_component_template = {
	key = "M6_D_X"
	size = medium
	entity = "medium_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_d_x" }
	component_set = "ml6_d_X"
	projectile_gfx = "gauss_cannon_m"
	tags = { weapon_type_kinetic }
}

weapon_component_template = {
	key = "L6_D_X"
	size = large
	entity = "large_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_ml6_d_x" }
	component_set = "ml6_d_X"
	projectile_gfx = "gauss_cannon_l"
	tags = { weapon_type_kinetic }
}
#########################################



weapon_component_template = {
	key = "S6_D_1"
	size = small
	entity = "small_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_s6_d_1" }
	component_set = "s6_d_11"
	projectile_gfx = "plasma_thrower_s"
	tags = { weapon_type_kinetic }
}

weapon_component_template = {
	key = "S6_D_2"
	size = small
	entity = "small_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_s6_d_2" }
	component_set = "s6_d_22"
	projectile_gfx = "plasma_thrower_s"
	tags = { weapon_type_kinetic }
}

weapon_component_template = {
	key = "S6_D_3"
	size = small
	entity = "small_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_s6_d_3" }
	component_set = "s6_d_33"
	projectile_gfx = "plasma_thrower_s"
	tags = { weapon_type_kinetic }
}

#########################################
weapon_component_template = {
	key = "S6_D_X"
	size = small
	entity = "small_kinetic_gun_entity"
	type = instant
	icon = "GFX_ship_part_mass_driver_5"
	icon_frame = 1
	prerequisites = { "tech_s6_d_x" }
	component_set = "s6_d_XX"
	projectile_gfx = "gauss_cannon_s"
	tags = { weapon_type_kinetic }
}
#########################################