equipment_modules = {

	###Turret Types - light

	tank_light_one_man_tank_turret = {
		abbreviation = "l1m"
		category = tank_light_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_light_main_armament
			}
		}
		
		add_stats = {
			build_cost_ic = 0.5
			breakthrough = 2
		}
		dismantle_cost_ic = 0.5
		xp_cost = 2
		multiply_stats = {
			breakthrough = -0.4
		}
	}
	tank_light_two_man_tank_turret = {
		abbreviation = "l2m"
		category = tank_light_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_light_main_armament
			}
		}
		
		add_stats = {
			build_cost_ic = 0.75
			breakthrough = 3
		}
		xp_cost = 2
		dismantle_cost_ic = 0.5
		multiply_stats = {
			breakthrough = -0.25
		}
	}
	tank_light_three_man_tank_turret = {
		abbreviation = "l3m"
		category = tank_light_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_light_main_armament
			}
		}
		
		add_stats = {
			build_cost_ic = 1
			maximum_speed = -0.25
			breakthrough = 4
		}
		dismantle_cost_ic = 0.5
		xp_cost = 2
		multiply_stats = {
			breakthrough = -0.1
		}
	}
	
	tank_light_fixed_superstructure_turret = {
		abbreviation = "lfs"
		category = tank_light_turret_type
		sfx = sfx_ui_sd_module_turret
		forbid_equipment_type = anti_air

		allowed_module_categories = {
			main_armament_slot = {
				tank_light_main_armament
				tank_medium_main_armament
			}
		}
		forbid_equipment_type_exact_match_for_category = {
			tank_medium_main_armament = armor
			tank_heavy_main_armament = armor
			tank_super_heavy_main_armament = armor
		}

		xp_cost = 2
		dismantle_cost_ic = 0.75
		add_stats = {
			build_cost_ic = 0.75
			reliability = 0.2
			defense = 3
		}

		multiply_stats = {
			breakthrough = -0.6
		}

		can_convert_from = {
			module = tank_light_turret_type
			convert_cost_ic = 0.75
		}
	}

	###Turret Types - Medium
	
	tank_medium_one_man_tank_turret = {
		abbreviation = "m1m"
		category = tank_medium_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_light_main_armament
			}
		}
		add_stats = {
			build_cost_ic = 1
			breakthrough = 4
		}
		dismantle_cost_ic = 0.75
		xp_cost = 2
		multiply_stats = {
			hard_attack = -0.25
			soft_attack = -0.25
			breakthrough = -0.4
		}
	}
	tank_medium_two_man_tank_turret = {
		abbreviation = "m2m"
		category = tank_medium_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_light_main_armament
				tank_medium_main_armament
			}
		}
		add_stats = {
			build_cost_ic = 1.5
			breakthrough = 6
		}
		dismantle_cost_ic = 0.75
		xp_cost = 2
		multiply_stats = {
			breakthrough = -0.25
		}
	}
	tank_medium_three_man_tank_turret = {
		abbreviation = "m3m"
		category = tank_medium_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_light_main_armament
				tank_medium_main_armament
			}
		}
		add_stats = {
			build_cost_ic = 2
			maximum_speed = -0.25
			breakthrough = 8
		}
		dismantle_cost_ic = 0.75
		xp_cost = 2
		multiply_stats = {
			breakthrough = -0.1
		}
	}

	tank_medium_fixed_superstructure_turret = {
		abbreviation = "mfs"
		category = tank_medium_turret_type
		sfx = sfx_ui_sd_module_turret
		forbid_equipment_type = anti_air

		allowed_module_categories = {
			main_armament_slot = {
				tank_medium_main_armament
				tank_heavy_main_armament
			}
		}
		forbid_equipment_type_exact_match_for_category = {
			tank_heavy_main_armament = armor
			tank_super_heavy_main_armament = armor
		}

		xp_cost = 2
		dismantle_cost_ic = 1
		add_stats = {
			build_cost_ic = 1.5
			reliability = 0.2
			defense = 3
		}

		multiply_stats = {
			breakthrough = -0.6
		}

		can_convert_from = {
			module = tank_medium_turret_type
			convert_cost_ic = 1.5
		}
	}

	###Turret Types - Heavy
	
	tank_heavy_two_man_tank_turret = {
		abbreviation = "h2m"
		category = tank_heavy_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_light_main_armament
				tank_medium_main_armament
				tank_heavy_main_armament
			}
		}
		allowed_module_categories = {
			main_armament_slot = {
				tank_heavy_main_armament
			}
		}
		xp_cost = 2
		dismantle_cost_ic = 1

		add_stats = {
			build_cost_ic = 2.5
			breakthrough = 9
		}

		multiply_stats = {
			breakthrough = -0.3
		}
	}
	tank_heavy_three_man_tank_turret = {
		abbreviation = "h3m"
		category = tank_heavy_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_medium_main_armament
				tank_heavy_main_armament
			}
		}

		dismantle_cost_ic = 1
		xp_cost = 2
		add_stats = {
			build_cost_ic = 3.5
			maximum_speed = -0.25
			breakthrough = 12
		}

		multiply_stats = {
			breakthrough = -0.15
		}
	}
	
	tank_heavy_fixed_superstructure_turret = {
		abbreviation = "hfs"
		category = tank_heavy_turret_type
		sfx = sfx_ui_sd_module_turret
		forbid_equipment_type = anti_air

		allowed_module_categories = {
			main_armament_slot = {
				tank_medium_main_armament
				tank_heavy_main_armament
				tank_super_heavy_main_armament
			}
		}
		forbid_equipment_type_exact_match_for_category = {
			tank_super_heavy_main_armament = armor
		}
		dismantle_cost_ic = 1.25
		xp_cost = 2
		add_stats = {
			build_cost_ic = 3
			reliability = 0.2
			defense = 4
		}

		multiply_stats = {
			breakthrough = -0.65
		}

		can_convert_from = {
			module = tank_heavy_turret_type
			convert_cost_ic = 5
		}
	}
	
	###Turret Types - Super Heavy
	
	tank_super_heavy_three_man_tank_turret = {
		abbreviation = "s3m"
		category = tank_super_heavy_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_medium_main_armament
				tank_heavy_main_armament
				tank_super_heavy_main_armament
			}
		}
		add_stats = {
			build_cost_ic = 4
			reliability = -0.1
			maximum_speed = -0.5
			breakthrough = 12
		}
		dismantle_cost_ic = 1.25
		xp_cost = 2
		multiply_stats = {
			hard_attack = -0.1
			breakthrough = -0.1
		}
	}
	tank_super_heavy_four_man_tank_turret = {
		abbreviation = "s4m"
		category = tank_super_heavy_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_medium_main_armament
				tank_heavy_main_armament
				tank_super_heavy_main_armament
			}
		}
		add_stats = {
			build_cost_ic = 5
			reliability = -0.25
			maximum_speed = -0.2
			breakthrough = 15
		}
		dismantle_cost_ic = 1.25
		xp_cost = 2
		multiply_stats = {
			breakthrough = -0.05
		}
	}

	###Turret Types - Other
	
	tank_modern_tank_turret = {
		abbreviation = "mbt"
		category = tank_modern_turret_type
		sfx = sfx_ui_sd_module_turret

		allowed_module_categories = {
			main_armament_slot = {
				tank_medium_main_armament
				tank_heavy_main_armament
			}
		}
		add_stats = {
			build_cost_ic = 2.5
			breakthrough = 12
		}
		dismantle_cost_ic = 1
		xp_cost = 2
		multiply_stats = {
		}
	}
	
}
