equipment_modules = {

	###Weapons

	tank_light_machine_gun = { #9mm LMG
		abbreviation = "lmg"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 1
			hard_attack = 0.5
			ap_attack = 1
			defense = 2.5
			breakthrough = 2.5
			supply_consumption = 0.01
			build_cost_ic = 0.35
		}
		xp_cost = 1
		dismantle_cost_ic = 0.25

		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 0.5
		}
	}
	tank_heavy_machine_gun = { #12mm HMG - Vanilla Heavy MG
		abbreviation = "hmg"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 2
			hard_attack = 1
			ap_attack = 3
			defense = 3
			breakthrough = 3
			supply_consumption = 0.02
			build_cost_ic = 0.5
		}
		xp_cost = 1
		dismantle_cost_ic = 0.25

		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 0.5
		}
	}
	tank_aa_machine_gun = { #15mm AAMG
		abbreviation = "hmg"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 2
			hard_attack = 1.5
			air_attack = 1
			ap_attack = 5
			defense = 2.5
			breakthrough = 2.5
			supply_consumption = 0.02
			build_cost_ic = 0.75
			reliability = -0.05
		}
		xp_cost = 1
		dismantle_cost_ic = 0.25

		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 0.5
		}
	}

	tank_auto_cannon = { #20mm - Vanilla Auto Cannon
		abbreviation = "ac1"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 3
			hard_attack = 2
			ap_attack = 10
			defense = 4
			breakthrough = 4
			supply_consumption = 0.02
			build_cost_ic = 1
			reliability = -0.05
		}
		dismantle_cost_ic = 0.50
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 1
		}
	}
	tank_auto_cannon_2 = { #30mm - Vanilla Improved Auto Cannon
		abbreviation = "ac2"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		parent = tank_auto_cannon
		add_stats = {
			soft_attack = 4
			hard_attack = 3
			ap_attack = 25
			defense = 4.5
			breakthrough = 4.5
			supply_consumption = 0.03
			build_cost_ic = 2
			reliability = -0.1
		}
		dismantle_cost_ic = 0.75
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 1.5
		}
	}
	tank_auto_cannon_3 = { #40mm - RT56
		abbreviation = "ac3"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		parent = tank_auto_cannon
		add_stats = {
			soft_attack = 5
			hard_attack = 5
			ap_attack = 35
			defense = 5
			breakthrough = 5
			supply_consumption = 0.05
			build_cost_ic = 3
			reliability = -0.15
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 2.5
		}
	}
}