equipment_modules = {

	###Weapons

	tank_heavy_machine_gun = { #12mm HMG
		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 = 2
			breakthrough = 1
			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
		}
	}

	flamethrower = { #Hans, hol den Flammenwerfer!
		abbreviation = "flt"
		category = tank_flamethrower
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = flame

		add_stats = {
			soft_attack = 5
			hard_attack = 1
			supply_consumption = 0.03
			build_cost_ic = 1
			reliability = -0.10
		}
		xp_cost = 1
		dismantle_cost_ic = 0.5

		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 0.5
		}
		build_cost_resources = {
			chromium = 1
		}
	}

	tank_auto_cannon = { #20mm
		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 = 2
			breakthrough = 2
			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
		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 = 3
			breakthrough = 3
			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
		}
	}

	tank_anti_air_cannon = { #AAMG Quad
		abbreviation = "aa1"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor

		add_stats = {
			soft_attack = 5
			hard_attack = 4
			ap_attack = 9
			air_attack = 6
			supply_consumption = 0.08
			build_cost_ic = 3.5
			reliability = -0.10
		}
		dismantle_cost_ic = 0.50
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 3
		}
	}
	tank_anti_air_cannon_2 = { #20mm
		abbreviation = "aa2"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor

		add_stats = {
			soft_attack = 3
			hard_attack = 3
			ap_attack = 20
			air_attack = 4
			supply_consumption = 0.03
			build_cost_ic = 2
			reliability = -0.10
		}
		dismantle_cost_ic = 0.5
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 2
		}
	}
	tank_anti_air_cannon_22 = { #20mm Dual - RT56
		abbreviation = "aa22"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor

		add_stats = {
			soft_attack = 4
			hard_attack = 6
			ap_attack = 20
			air_attack = 8
			supply_consumption = 0.06
			build_cost_ic = 4
			reliability = -0.10
		}
		dismantle_cost_ic = 0.75
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 3
		}
	}
	tank_anti_air_cannon_24 = { #20mm Quad - RT56
		abbreviation = "aa24"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor

		add_stats = {
			soft_attack = 6
			hard_attack = 12
			ap_attack = 20
			air_attack = 16
			supply_consumption = 0.12
			build_cost_ic = 8.5
			reliability = -0.10
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 7
		}
	}
	tank_anti_air_cannon_3 = { #37mm
		abbreviation = "aa3"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon
		add_stats = {
			soft_attack = 4
			hard_attack = 4
			ap_attack = 35
			air_attack = 12
			supply_consumption = 0.05
			build_cost_ic = 3.5
			reliability = -0.15
		}
		dismantle_cost_ic = 0.75
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 3
		}
	}
	tank_anti_air_cannon_32 = { #37mm Dual - RT56
		abbreviation = "aa32"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon
		add_stats = {
			soft_attack = 5
			hard_attack = 8
			ap_attack = 35
			air_attack = 24
			supply_consumption = 0.10
			build_cost_ic = 6.5
			reliability = -0.15
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 5.5
		}
	}
	tank_anti_air_cannon_5 = { #37mm Quad - RT56
		abbreviation = "aa34"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon
		add_stats = {
			soft_attack = 8
			hard_attack = 16
			ap_attack = 35
			air_attack = 48
			supply_consumption = 0.20
			build_cost_ic = 15
			reliability = -0.20
		}
		dismantle_cost_ic = 1.5
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 13.5
		}
	}
	tank_anti_air_cannon_4 = { #40mm
		abbreviation = "aa4"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_2
		add_stats = {
			soft_attack = 5
			hard_attack = 5
			ap_attack = 40
			air_attack = 16
			supply_consumption = 0.06
			build_cost_ic = 4
			reliability = -0.15
		}
		dismantle_cost_ic = 0.75
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 3.5
		}
	}
	tank_anti_air_cannon_42 = { #40mm Dual - RT56
		abbreviation = "aa42"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_2
		add_stats = {
			soft_attack = 6
			hard_attack = 10
			ap_attack = 40
			air_attack = 32
			supply_consumption = 0.12
			build_cost_ic = 8.5
			reliability = -0.15
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 7.5
		}
	}
	tank_anti_air_cannon_52 = { #40mm Quad - RT56
		abbreviation = "aa34"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_2
		add_stats = {
			soft_attack = 10
			hard_attack = 20
			ap_attack = 40
			air_attack = 64
			supply_consumption = 0.24
			build_cost_ic = 17
			reliability = -0.20
		}
		dismantle_cost_ic = 1.5
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 15.5
		}
	}

	tank_heavy_anti_air_cannon = { #57mm
		abbreviation = "haa4"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_3
		add_stats = {
			soft_attack = 3
			hard_attack = 9
			ap_attack = 60
			air_attack = 35
			supply_consumption = 0.07
			build_cost_ic = 8
			reliability = -0.15
		}
		dismantle_cost_ic = 1.0
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 7
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_heavy_anti_air_cannon_12 = { #57mm Dual - RT56
		abbreviation = "haa12"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_3
		add_stats = {
			soft_attack = 4
			hard_attack = 18
			ap_attack = 60
			air_attack = 70
			supply_consumption = 0.14
			build_cost_ic = 17
			reliability = -0.20
		}
		dismantle_cost_ic = 1.5
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 15.5
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_heavy_anti_air_cannon_2 = { #75mm
		abbreviation = "haa2"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_4
		add_stats = {
			hard_attack = 13
			ap_attack = 90
			air_attack = 45
			supply_consumption = 0.08
			build_cost_ic = 15
			reliability = -0.20
		}
		dismantle_cost_ic = 2
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 13
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_heavy_anti_air_cannon_22 = { #75mm Dual - RT56
		abbreviation = "haa22"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_4
		add_stats = {
			hard_attack = 26
			ap_attack = 90
			air_attack = 90
			supply_consumption = 0.16
			build_cost_ic = 32
			reliability = -0.25
		}
		dismantle_cost_ic = 3
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 29
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_heavy_anti_air_cannon_3 = { #85mm
		abbreviation = "haa3"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_4
		add_stats = {
			hard_attack = 15
			ap_attack = 100
			air_attack = 55
			supply_consumption = 0.10
			build_cost_ic = 19
			reliability = -0.20
		}
		dismantle_cost_ic = 2
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 17
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_heavy_anti_air_cannon_32 = { #85mm Dual - RT56
		abbreviation = "haa32"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_4
		add_stats = {
			hard_attack = 30
			ap_attack = 100
			air_attack = 110
			supply_consumption = 0.20
			build_cost_ic = 40
			reliability = -0.25
		}
		dismantle_cost_ic = 3
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 37
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_heavy_anti_air_cannon_4 = { #100mm
		abbreviation = "haa4"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_5
		add_stats = {
			hard_attack = 24
			ap_attack = 115
			air_attack = 65
			supply_consumption = 0.13
			build_cost_ic = 24
			reliability = -0.25
		}
		dismantle_cost_ic = 3
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 21
		}
		build_cost_resources = {
			tungsten = 2
		}
	}
	tank_heavy_anti_air_cannon_5 = { #120mm - RT56
		abbreviation = "haa5"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_air
		forbid_equipment_type_exact_match = armor
		parent = tank_anti_air_cannon_5
		add_stats = {
			hard_attack = 30
			ap_attack = 145
			air_attack = 85
			supply_consumption = 0.18
			build_cost_ic = 36
			reliability = -0.30
		}
		dismantle_cost_ic = 4
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 32
		}
		build_cost_resources = {
			tungsten = 3
		}
	}
	
	tank_small_cannon = { #37mm Cannon
		abbreviation = "sc1"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			soft_attack = 3
			hard_attack = 3
			ap_attack = 30
			defense = 3
			breakthrough = 3
			supply_consumption = 0.02
			build_cost_ic = 3
			reliability = -0.10
		}
		dismantle_cost_ic = 0.5
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 2.5
		}
	}
	tank_small_cannon_2 = { #47mm Cannon
		abbreviation = "sc2"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		parent = tank_small_cannon
		add_stats = {
			soft_attack = 5
			hard_attack = 5
			ap_attack = 45
			defense = 5
			breakthrough = 5
			supply_consumption = 0.02
			build_cost_ic = 5
			reliability = -0.10
		}
		dismantle_cost_ic = 0.75
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 4
		}
	}
	tank_small_cannon_3 = { #57mm Lighter Cannon - RT56
		abbreviation = "sc3"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		parent = tank_small_cannon
		add_stats = {
			soft_attack = 7
			hard_attack = 7
			ap_attack = 50
			defense = 7
			breakthrough = 7
			supply_consumption = 0.03
			build_cost_ic = 6.5
			reliability = -0.10
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 5.5
		}
	}
	tank_small_cannon_4 = { #75mm Lighter Cannon - RT56
		abbreviation = "sc4"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		parent = tank_small_cannon
		add_stats = {
			soft_attack = 9
			hard_attack = 11
			ap_attack = 70
			defense = 9
			breakthrough = 9
			supply_consumption = 0.04
			build_cost_ic = 8.5
			reliability = -0.15
		}
		dismantle_cost_ic = 2
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 6.5
		}
	}
	tank_medium_cannon_0 = { #57mm Cannon
		abbreviation = "mc0"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		parent = tank_small_cannon_2
		allow_equipment_type = anti_tank
		add_stats = {
			soft_attack = 7
			hard_attack = 7
			ap_attack = 55
			defense = 7
			breakthrough = 7
			supply_consumption = 0.03
			build_cost_ic = 7
			reliability = -0.1
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 6
		}
	}
	tank_medium_cannon = { #75/76mm Cannon
		abbreviation = "mc1"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 9
			hard_attack = 11
			ap_attack = 75
			defense = 9
			breakthrough = 9
			supply_consumption = 0.04
			build_cost_ic = 9
			reliability = -0.15
		}
		dismantle_cost_ic = 2
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 7
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_medium_cannon_2 = { #85/88mm Cannon
		abbreviation = "mc2"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank
		parent = tank_medium_cannon
		add_stats = {
			soft_attack = 10
			hard_attack = 13
			ap_attack = 85
			defense = 10
			breakthrough = 10
			supply_consumption = 0.05
			build_cost_ic = 12
			reliability = -0.15
		}
		dismantle_cost_ic = 2
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 10
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_medium_cannon_3 = { #105mm Lighter Cannon - RT56
		abbreviation = "mc3"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank
		parent = tank_medium_cannon
		add_stats = {
			soft_attack = 15
			hard_attack = 18
			ap_attack = 100
			defense = 15
			breakthrough = 15
			supply_consumption = 0.08
			build_cost_ic = 20
			reliability = -0.20
		}
		dismantle_cost_ic = 3
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 17
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_heavy_cannon = { #88/90mm Cannon
		abbreviation = "hc1"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 12
			hard_attack = 15
			ap_attack = 90
			defense = 12
			breakthrough = 12
			supply_consumption = 0.06
			build_cost_ic = 15
			reliability = -0.15
		}
		dismantle_cost_ic = 2
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 13
		}
		build_cost_resources = {
			tungsten = 2
		}
	}
	tank_heavy_cannon_2 = { #100/105mm Cannon
		abbreviation = "hc2"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank
		parent = tank_heavy_cannon
		add_stats = {
			soft_attack = 15
			hard_attack = 18
			ap_attack = 100
			defense = 15
			breakthrough = 15
			supply_consumption = 0.08
			build_cost_ic = 21
			reliability = -0.20
		}
		dismantle_cost_ic = 3
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 18
		}
		build_cost_resources = {
			tungsten = 2
		}
	}
	tank_heavy_cannon_4 = { #100/105mm Cannon Improved
		abbreviation = "hc22"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank
		parent = tank_heavy_cannon
		add_stats = {
			soft_attack = 15
			hard_attack = 18
			ap_attack = 120
			defense = 15
			breakthrough = 15
			supply_consumption = 0.08
			build_cost_ic = 24
			reliability = -0.25
		}
		dismantle_cost_ic = 3
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 21
		}
		build_cost_resources = {
			tungsten = 2
		}
	}
	tank_heavy_cannon_3 = { #120/125mm Cannon
		abbreviation = "hc3"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank
		parent = tank_heavy_cannon_2
		add_stats = {
			soft_attack = 24
			hard_attack = 24
			ap_attack = 120
			defense = 18
			breakthrough = 18
			supply_consumption = 0.13
			build_cost_ic = 30
			reliability = -0.25
		}
		dismantle_cost_ic = 4
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 26
		}
		build_cost_resources = {
			tungsten = 2
		}
	}
	tank_heavy_cannon_5 = { #120/125mm Cannon Improved
		abbreviation = "hc32"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank
		parent = tank_heavy_cannon_2
		add_stats = {
			soft_attack = 24
			hard_attack = 24
			ap_attack = 150
			defense = 18
			breakthrough = 18
			supply_consumption = 0.13
			build_cost_ic = 36
			reliability = -0.30
		}
		dismantle_cost_ic = 4
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 32
		}
		build_cost_resources = {
			tungsten = 2
		}
	}
	tank_heavy_cannon_6 = { #120/125mm Cannon Late
		abbreviation = "hc33"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank
		parent = tank_heavy_cannon_2
		add_stats = {
			soft_attack = 24
			hard_attack = 24
			ap_attack = 180
			defense = 18
			breakthrough = 18
			supply_consumption = 0.13
			build_cost_ic = 42
			reliability = -0.35
		}
		dismantle_cost_ic = 4
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 38
		}
		build_cost_resources = {
			tungsten = 2
		}
	}
	tank_super_heavy_cannon = { #125L/128mm Cannon
		abbreviation = "sc1"
		category = tank_super_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 24
			hard_attack = 24
			ap_attack = 135
			defense = 18
			breakthrough = 18
			supply_consumption = 0.18
			build_cost_ic = 36
			reliability = -0.30
		}
		dismantle_cost_ic = 4
		xp_cost = 1
		can_convert_from = {
			module_category = tank_super_heavy_main_armament
			convert_cost_ic = 32
		}
		build_cost_resources = {
			tungsten = 3
		}
	}
	tank_super_heavy_cannon_2 = { #150mm Cannon
		abbreviation = "sc2"
		category = tank_super_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 36
			hard_attack = 30
			ap_attack = 150
			defense = 18
			breakthrough = 18
			supply_consumption = 0.24
			build_cost_ic = 56
			reliability = -0.40
		}
		dismantle_cost_ic = 6
		xp_cost = 1
		can_convert_from = {
			module_category = tank_super_heavy_main_armament
			convert_cost_ic = 50
		}
		build_cost_resources = {
			tungsten = 3
		}
	}
	tank_super_heavy_cannon_3 = { #150mm Cannon Improved
		abbreviation = "sc3"
		category = tank_super_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 36
			hard_attack = 30
			ap_attack = 225
			defense = 18
			breakthrough = 18
			supply_consumption = 0.24
			build_cost_ic = 64
			reliability = -0.45
		}
		dismantle_cost_ic = 6
		xp_cost = 1
		can_convert_from = {
			module_category = tank_super_heavy_main_armament
			convert_cost_ic = 58
		}
		build_cost_resources = {
			tungsten = 3
		}
	}
	tank_naval_cannon = { #Naval Cannon
		abbreviation = "sc4"
		category = tank_super_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 48
			hard_attack = 40
			ap_attack = 250
			defense = 24
			breakthrough = 24
			supply_consumption = 0.36
			build_cost_ic = 72
			reliability = -0.50
		}
		dismantle_cost_ic = 9
		xp_cost = 1
		can_convert_from = {
			module_category = tank_super_heavy_main_armament
			convert_cost_ic = 63
		}
		build_cost_resources = {
			tungsten = 3
		}
	}

	tank_high_velocity_cannon = { #47mm Cannon FRA
		abbreviation = "hv1"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 5
			hard_attack = 5
			ap_attack = 90
			defense = 5
			breakthrough = 5
			supply_consumption = 0.02
			build_cost_ic = 9.5
			reliability = -0.15
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_small_main_armament
			convert_cost_ic = 8.5
		}
		build_cost_resources = {
			tungsten = 1
			chromium = 1
		}
	}
	tank_high_velocity_cannon_2 = { #75mm Cannon
		abbreviation = "hv2"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 9
			hard_attack = 11
			ap_attack = 105
			defense = 9
			breakthrough = 9
			supply_consumption = 0.05
			build_cost_ic = 18
			reliability = -0.20
		}
		dismantle_cost_ic = 3
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 15
		}
		build_cost_resources = {
			tungsten = 2
			chromium = 1
		}
	}
	tank_high_velocity_cannon_3 = { #88mm Cannon GER
		abbreviation = "hv3"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 11
			hard_attack = 14
			ap_attack = 125
			defense = 11
			breakthrough = 11
			supply_consumption = 0.06
			build_cost_ic = 24
			reliability = -0.20
		}
		dismantle_cost_ic = 3
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 21
		}
		build_cost_resources = {
			tungsten = 2
			chromium = 1
		}
	}
	tank_high_velocity_cannon_4 = { #100mm Cannon GER
		abbreviation = "hv4"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 15
			hard_attack = 18
			ap_attack = 150
			defense = 15
			breakthrough = 15
			supply_consumption = 0.08
			build_cost_ic = 36
			reliability = -0.25
		}
		dismantle_cost_ic = 4
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 32
		}
		build_cost_resources = {
			tungsten = 3
			chromium = 1
		}
	}
	tank_high_velocity_cannon_5 = { #125mm Cannon
		abbreviation = "hv5"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = anti_tank

		add_stats = {
			soft_attack = 24
			hard_attack = 24
			ap_attack = 175
			defense = 18
			breakthrough = 18
			supply_consumption = 0.13
			build_cost_ic = 54
			reliability = -0.30
		}
		dismantle_cost_ic = 5
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 49
		}
		build_cost_resources = {
			tungsten = 3
			chromium = 2
		}
	}

	tank_close_support_gun = { #75mm Support Cannon
		abbreviation = "cs"
		category = tank_small_main_armament
		sfx = sfx_ui_sd_module_turret
		#allow_equipment_type = anti_tank
		add_stats = {
			soft_attack = 8
			hard_attack = 1
			defense = 8
			breakthrough = 8
			supply_consumption = 0.03
			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
		}
	}

	tank_medium_howitzer = { #75mm Howitzer
		abbreviation = "mh1"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery
		add_stats = {
			soft_attack = 9
			hard_attack = 1
			ap_attack = 1
			defense = 9
			breakthrough = 9
			supply_consumption = 0.03
			build_cost_ic = 3.5
			reliability = -0.15
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 2.5
		}
	}
	tank_medium_howitzer_2 = { #85mm Howitzer
		abbreviation = "mh2"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery
		add_stats = {
			soft_attack = 11
			hard_attack = 1
			ap_attack = 1
			defense = 11
			breakthrough = 11
			supply_consumption = 0.05
			build_cost_ic = 5
			reliability = -0.15
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 4
		}
	}
	tank_heavy_howitzer = { #100/105mm Howitzer
		abbreviation = "hh1"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery

		add_stats = {
			soft_attack = 15
			hard_attack = 2
			ap_attack = 2
			defense = 15
			breakthrough = 15
			supply_consumption = 0.08
			build_cost_ic = 8
			reliability = -0.2
		}
		dismantle_cost_ic = 2
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 6
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_heavy_howitzer_2 = { #120/122mm Howitzer
		abbreviation = "hh2"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery
		parent = tank_medium_howitzer
		add_stats = {
			soft_attack = 24
			hard_attack = 2
			ap_attack = 2
			defense = 18
			breakthrough = 18
			supply_consumption = 0.15
			build_cost_ic = 12
			reliability = -0.25
		}
		dismantle_cost_ic = 3
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 9
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_heavy_howitzer_3 = { #152/155mm Howitzer - RT56
		abbreviation = "hh3"
		category = tank_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery
		parent = tank_medium_howitzer
		add_stats = {
			soft_attack = 36
			hard_attack = 3
			ap_attack = 3
			defense = 24
			breakthrough = 24
			supply_consumption = 0.24
			build_cost_ic = 18
			reliability = -0.25
		}
		dismantle_cost_ic = 4
		xp_cost = 1
		can_convert_from = {
			module_category = tank_heavy_main_armament
			convert_cost_ic = 14
		}
		build_cost_resources = {
			tungsten = 1
		}
	}
	tank_super_heavy_howitzer = { #150/152/155mm Howitzer
		abbreviation = "sh1"
		category = tank_super_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery

		add_stats = {
			soft_attack = 36
			hard_attack = 3
			ap_attack = 3
			defense = 24
			breakthrough = 24
			supply_consumption = 0.24
			build_cost_ic = 18
			reliability = -0.3
		}
		dismantle_cost_ic = 4
		xp_cost = 1
		can_convert_from = {
			module_category = tank_super_heavy_main_armament
			convert_cost_ic = 20
		}

		build_cost_resources = {
			tungsten = 2
		}
	}
	tank_super_heavy_howitzer_2 = { #180/183mm Howitzer
		abbreviation = "sh2"
		category = tank_super_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery

		add_stats = {
			soft_attack = 48
			hard_attack = 4
			ap_attack = 4
			defense = 30
			breakthrough = 30
			supply_consumption = 0.36
			build_cost_ic = 27
			reliability = -0.40
		}
		dismantle_cost_ic = 6
		xp_cost = 1
		can_convert_from = {
			module_category = tank_super_heavy_main_armament
			convert_cost_ic = 21
		}

		build_cost_resources = {
			tungsten = 3
		}
	}
	tank_super_heavy_howitzer_3 = { #203mm Howitzer
		abbreviation = "sh3"
		category = tank_super_heavy_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery

		add_stats = {
			soft_attack = 60
			hard_attack = 5
			ap_attack = 5
			defense = 24
			breakthrough = 30
			supply_consumption = 0.48
			build_cost_ic = 36
			reliability = -0.50
		}
		dismantle_cost_ic = 9
		xp_cost = 1
		can_convert_from = {
			module_category = tank_super_heavy_main_armament
			convert_cost_ic = 27
		}

		build_cost_resources = {
			tungsten = 4
		}
	}
	
	tank_rocket_launcher = {
		abbreviation = "rk1"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery

		add_stats = {
			soft_attack = 15
			hard_attack = 2
			ap_attack = 2
			defense = 12
			breakthrough = 18
			supply_consumption = 0.18
			build_cost_ic = 5
			reliability = -0.05
		}
		dismantle_cost_ic = 0.5
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 4.5
		}
	}
	tank_rocket_launcher_2 = {
		abbreviation = "rk2"
		category = tank_medium_main_armament
		sfx = sfx_ui_sd_module_turret
		allow_equipment_type = artillery
		parent = tank_rocket_launcher
		add_stats = {
			soft_attack = 30
			hard_attack = 2
			ap_attack = 2
			defense = 27
			breakthrough = 33
			supply_consumption = 0.33
			build_cost_ic = 7
			reliability = -0.1
		}
		dismantle_cost_ic = 1
		xp_cost = 1
		can_convert_from = {
			module_category = tank_medium_main_armament
			convert_cost_ic = 6
		}
	}
}