equipment_modules = {

	### Engine Types

	tank_gasoline_engine = {
		abbreviation = "gas"
		category = tank_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			fuel_consumption = 1
			build_cost_ic = 0.85
		}
		xp_cost = 0
		multiply_stats = {
			breakthrough = 0.05
			maximum_speed = 0.15
		}

	}
	tank_diesel_engine = {
		abbreviation = "die"
		category = tank_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			fuel_consumption = 1
			build_cost_ic = 0.65
		}
		xp_cost = 0
		multiply_stats = {
			reliability = 0.15 # Easy Maintained
		}
	}

	tank_petrol_electric_engine = {
		abbreviation = "pel"
		category = tank_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			fuel_consumption = 1.5
			build_cost_ic = 1.25
		}
		multiply_stats = {
			breakthrough = 0.15
			#defense = 0.10
			maximum_speed = 0.10
			reliability = -0.10
		}
	}

	tank_gas_turbine_engine = {
		abbreviation = "tur"
		category = tank_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			reliability = -0.15
			fuel_consumption = 2.5
			build_cost_ic = 1.85
		}

		multiply_stats = {
			breakthrough = 0.10
			defense = 0.05
			maximum_speed = 0.25
		}
	}

	###Armor Types

	tank_riveted_armor = {
		abbreviation = "riv"
		category = tank_armor_type
		sfx = sfx_ui_sd_module_sonar

		add_stats = {
			#soft_attack = 1 # that's when rivets shoot back because they got dislodged by the shock. That was in fact the first reactive armor.
		}
		dismantle_cost_ic = 0.5
		xp_cost = 8
		multiply_stats = {
			reliability = -0.05
			build_cost_ic = -0.2
		}
	}
	tank_cast_armor = {
		abbreviation = "cas"
		category = tank_armor_type
		sfx = sfx_ui_sd_module_sonar

		add_stats = {
		}
		dismantle_cost_ic = 1
		xp_cost = 8
		multiply_stats = {
			build_cost_ic = 0.2
			armor_value = 0.5
		}
	}
	tank_welded_armor = {
		abbreviation = "wel"
		category = tank_armor_type
		sfx = sfx_ui_sd_module_sonar
		xp_cost = 8
		add_stats = {
		}
		dismantle_cost_ic = 1
		multiply_stats = {
			armor_value = 0.3
			build_cost_ic = 0.05
		}
	}

	tank_composite_armor = { # RT56
		abbreviation = "comp"
		category = tank_armor_type
		sfx = sfx_ui_sd_module_sonar
		xp_cost = 8
		add_stats = {
			reliability = -0.05
		}
		dismantle_cost_ic = 1
		multiply_stats = {
			armor_value = 0.6
			build_cost_ic = 0.4
		}
		build_cost_resources = {
			chromium = 2
		}
	}

	NOR_tank_rikstanken_armor = { # Rikstanken Armor
		abbreviation = "msa"
		category = tank_armor_type
		sfx = sfx_ui_sd_module_sonar

		add_stats = {
			reliability = -0.1
		}
		xp_cost = 8
		multiply_stats = {
			build_cost_ic = -0.3
		}
	}

	###Suspension Types

	tank_torsion_bar_suspension = {
		abbreviation = "tor"
		category = tank_suspension_type
		sfx = sfx_ui_sd_module_sonar

		dismantle_cost_ic  = 0.5
		add_stats = {
			build_cost_ic = 1
		}
		multiply_stats = {
			defense = 0.05
			breakthrough = 0.1
			reliability = 0.15
		}
	}
	tank_christie_suspension = {
		abbreviation = "chr"
		category = tank_suspension_type
		sfx = sfx_ui_sd_module_sonar

		dismantle_cost_ic  = 0.5
		add_stats = {
			build_cost_ic = 1
		}
		multiply_stats =  {
			defense = 0.05
			breakthrough = 0.1
			maximum_speed = 0.15
		}
	}
	tank_bogie_suspension = {
		abbreviation = "bog"
		category = tank_suspension_type
		sfx = sfx_ui_sd_module_sonar

		dismantle_cost_ic  = 0.5
		add_stats = {
			build_cost_ic = 0.5
		}
		multiply_stats =  {
			breakthrough = 0.05
			#breakthrough = 0.05
		}
	}
	tank_interleaved_suspension = {
		abbreviation = "int"
		category = tank_suspension_type
		sfx = sfx_ui_sd_module_sonar

		dismantle_cost_ic  = 1
		add_stats = {
			build_cost_ic = 2
		}
		multiply_stats =  {
			hardness = 0.05
			defense = 0.10
			breakthrough = 0.15
			reliability = -0.1
		}

		can_convert_from = {
			module = tank_torsion_bar_suspension
			convert_cost_ic = 0.5
		}
	}
	tank_hydropneumatic_suspension	= { # RT56
		abbreviation = "hyd"
		category = tank_suspension_type
		sfx = sfx_ui_sd_module_sonar

		add_stats = {
			build_cost_ic = 4
			reliability = -0.15
		}
		dismantle_cost_ic  = 2
		multiply_stats =  {
			defense = 0.15
			breakthrough = 0.25
			maximum_speed = 0.20
		}
	}

	tank_half_track_suspension = {
		abbreviation = "htr"
		category = tank_non_tracked_suspension_type
		sfx = sfx_ui_sd_module_sonar

		dismantle_cost_ic  = 0.35
		add_stats = {
			reliability = 0.05
			build_cost_ic = 0.65
		}
		multiply_stats =  {
			hardness = -0.15
			maximum_speed = 0.10
		}

		can_convert_from = {
			module = tank_wheeled_suspension
			convert_cost_ic = 0.5
		}
		build_cost_resources = {
			rubber = 1
		}
	}
	
	tank_wheeled_suspension = { # 4x4
		abbreviation = "whe"
		category = tank_non_tracked_suspension_type
		sfx = sfx_ui_sd_module_sonar

		dismantle_cost_ic  = 0.25
		add_stats = {
			reliability = 0.20
			build_cost_ic = 0.35
		}
		multiply_stats =  {
			hardness = -0.45
			maximum_speed = 0.25
		}
		build_cost_resources = {
			rubber = 1
		}
	}
	tank_wheeled_suspension_2 = { # 6x6
		abbreviation = "3x3"
		category = tank_non_tracked_suspension_type
		sfx = sfx_ui_sd_module_sonar

		dismantle_cost_ic  = 0.25
		add_stats = {
			reliability = 0.05
			build_cost_ic = 0.55
		}
		multiply_stats =  {
			hardness = -0.25
			maximum_speed = 0.20
		}
		can_convert_from = {
			module = tank_wheeled_suspension
			convert_cost_ic = 0.25
		}
		build_cost_resources = {
			rubber = 1
		}
	}
	tank_wheeled_suspension_3 = { # 8x8
		abbreviation = "4x4"
		category = tank_non_tracked_suspension_type
		sfx = sfx_ui_sd_module_sonar

		dismantle_cost_ic  = 0.25
		add_stats = {
			reliability = -0.05
			build_cost_ic = 0.75
		}
		multiply_stats =  {
			hardness = -0.05
			maximum_speed = 0.15
		}
		can_convert_from = {
			module = tank_wheeled_suspension_2
			convert_cost_ic = 0.25
		}
		build_cost_resources = {
			rubber = 1
		}
	}
}