equipment_modules = {
	limit = {
		has_dlc = "By Blood Alone"
	}
	### Engines

	engine_1_1x = {
		abbreviation = "e11"
		category = plane_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			maximum_speed = 350
			thrust = 14
			build_cost_ic = 1
			fuel_consumption = 0.16
		}

		
	}

	engine_1_2x = {
		abbreviation = "e12"
		category = twin_plane_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			maximum_speed = 300
			thrust = 20
			build_cost_ic = 3
			fuel_consumption = 0.32
		}
	}

	engine_1_3x = {
		abbreviation = "e13"
		category = medium_plane_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			maximum_speed = 300
			thrust = 26
			build_cost_ic = 5
			fuel_consumption = 0.48
		}
	}

	engine_1_4x = {
		abbreviation = "e14"
		category = quad_large_plane_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			maximum_speed = 300
			thrust = 32
			build_cost_ic = 7
			fuel_consumption = 0.64
		}
	}

	engine_1_6x = {
		abbreviation = "e16"
		category = large_plane_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			maximum_speed = 300
			thrust = 42
			build_cost_ic = 11
			fuel_consumption = 0.8
		}
	}

	engine_2_1x = {
		abbreviation = "e21"
		category = plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_1_1x

		add_stats = {
			maximum_speed = 530
			thrust = 16
			build_cost_ic = 2
			fuel_consumption = 0.16
		}

		can_convert_from = {
			module = engine_1_1x
			convert_cost_ic = 1.5
		}
	}

	engine_2_2x = {
		abbreviation = "e22"
		category = twin_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_1_2x

		add_stats = {
			maximum_speed = 480
			thrust = 24
			build_cost_ic = 5
			fuel_consumption = 0.32
		}

		can_convert_from = {
			module = engine_1_2x
			convert_cost_ic = 3
		}
	}

	engine_2_3x = {
		abbreviation = "e23"
		category = medium_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_1_3x

		add_stats = {
			maximum_speed = 480
			thrust = 32
			build_cost_ic = 8
			fuel_consumption = 0.48
		}

		can_convert_from = {
			module = engine_1_3x
			convert_cost_ic = 4.5
		}
	}

	engine_2_4x = {
		abbreviation = "e24"
		category = quad_large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_1_4x

		add_stats = {
			maximum_speed = 480
			thrust = 40
			build_cost_ic = 11
			fuel_consumption = 0.64
		}
		can_convert_from = {
			module = engine_1_4x
			convert_cost_ic = 6
		}
	}

	engine_2_6x = {
		abbreviation = "e26"
		category = large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_1_6x

		add_stats = {
			maximum_speed = 480
			thrust = 56
			build_cost_ic = 17
			fuel_consumption = 0.8
		}

		can_convert_from = {
			module = engine_1_6x
			convert_cost_ic = 9
		}
	}

	engine_3_1x = {
		abbreviation = "e31"
		category = plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_2_1x

		add_stats = {
			maximum_speed = 550
			thrust = 30
			build_cost_ic = 3
			fuel_consumption = 0.16
		}

		can_convert_from = {
			module = engine_2_1x
			convert_cost_ic = 2.5
		}
	}

	engine_3_2x = {
		abbreviation = "e32"
		category = twin_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_2_2x

		add_stats = {
			maximum_speed = 500
			thrust = 45
			build_cost_ic = 7
			fuel_consumption = 0.32
		}

		can_convert_from = {
			module = engine_2_2x
			convert_cost_ic = 5
		}
	}

	engine_3_3x = {
		abbreviation = "e33"
		category = medium_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_2_3x

		add_stats = {
			maximum_speed = 500
			thrust = 60
			build_cost_ic = 11
			fuel_consumption = 0.48
		}

		can_convert_from = {
			module = engine_2_3x
			convert_cost_ic = 7.5
		}
	}

	engine_3_4x = {
		abbreviation = "e34"
		category = quad_large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_2_4x

		add_stats = {
			maximum_speed = 500
			thrust = 75
			build_cost_ic = 15
			fuel_consumption = 0.64
		}

		can_convert_from = {
			module = engine_2_4x
			convert_cost_ic = 10
		}
	}

	engine_3_6x = {
		abbreviation = "e36"
		category = large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_2_6x

		add_stats = {
			maximum_speed = 500
			thrust = 90
			build_cost_ic = 23
			fuel_consumption = 0.8
		}
		can_convert_from = {
			module = engine_2_4x
			convert_cost_ic = 15
		}
	}

	engine_4_1x = {
		abbreviation = "e41"
		category = plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_3_1x

		add_stats = {
			maximum_speed = 750
			thrust = 36
			build_cost_ic = 4
			fuel_consumption = 0.16
		}

		can_convert_from = {
			module = engine_3_1x
			convert_cost_ic = 3
		}
	}

	engine_4_2x = {
		abbreviation = "e42"
		category = twin_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_3_2x

		add_stats = {
			maximum_speed = 700
			thrust = 54
			build_cost_ic = 9
			fuel_consumption = 0.32
		}
		can_convert_from = {
			module = engine_3_2x
			convert_cost_ic = 6
		}
	}

	engine_4_3x = {
		abbreviation = "e43"
		category = medium_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_3_3x

		add_stats = {
			maximum_speed = 700
			thrust = 72
			build_cost_ic = 14
			fuel_consumption = 0.48
		}

		can_convert_from = {
			module = engine_3_3x
			convert_cost_ic = 9
		}
	}

	engine_4_4x = {
		abbreviation = "e44"
		category = quad_large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_3_4x

		add_stats = {
			maximum_speed = 700
			thrust = 90
			build_cost_ic = 19
			fuel_consumption = 0.64
		}

		can_convert_from = {
			module = engine_3_4x
			convert_cost_ic = 12
		}
	}

	engine_4_6x = {
		abbreviation = "e36"
		category = large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_2_6x

		add_stats = {
			maximum_speed = 700
			thrust = 110
			build_cost_ic = 26
			fuel_consumption = 0.8
		}
		can_convert_from = {
			module = engine_3_4x
			convert_cost_ic = 15
		}
	}

	engine_5_1x = {
		abbreviation = "e41"
		category = plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_4_1x

		add_stats = {
			maximum_speed = 800
			thrust = 38
			build_cost_ic = 5
			fuel_consumption = 0.16
		}

		can_convert_from = {
			module = engine_4_1x
			convert_cost_ic = 3
		}
	}

	engine_5_2x = {
		abbreviation = "e42"
		category = twin_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_4_2x

		add_stats = {
			maximum_speed = 750
			thrust = 56
			build_cost_ic = 10
			fuel_consumption = 0.32
		}
		can_convert_from = {
			module = engine_4_2x
			convert_cost_ic = 6
		}
	}

	engine_5_4x = {
		abbreviation = "e44"
		category = quad_large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_4_4x

		add_stats = {
			maximum_speed = 750
			thrust = 100
			build_cost_ic = 20
			fuel_consumption = 0.64
		}

		can_convert_from = {
			module = engine_4_4x
			convert_cost_ic = 12
		}
	}

	engine_5_6x = {
		abbreviation = "e46"
		category = large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_4_6x

		add_stats = {
			maximum_speed = 700
			thrust = 126
			build_cost_ic = 29
			fuel_consumption = 0.8
		}
		can_convert_from = {
			module = engine_4_6x
			convert_cost_ic = 18
		}
	}

	engine_6_2x = {
		abbreviation = "e42"
		category = twin_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_5_2x

		add_stats = {
			maximum_speed = 850
			thrust = 60
			build_cost_ic = 12
			fuel_consumption = 0.32
		}
		can_convert_from = {
			module = engine_5_2x
			convert_cost_ic = 6
		}
	}

	engine_6_4x = {
		abbreviation = "e44"
		category = quad_large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_5_4x

		add_stats = {
			maximum_speed = 850
			thrust = 110
			build_cost_ic = 22
			fuel_consumption = 0.64
		}

		can_convert_from = {
			module = engine_5_4x
			convert_cost_ic = 12
		}
	}

	engine_6_6x = {
		abbreviation = "e46"
		category = large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_5_6x

		add_stats = {
			maximum_speed = 850
			thrust = 130
			build_cost_ic = 30
			fuel_consumption = 0.8
		}
		can_convert_from = {
			module = engine_5_6x
			convert_cost_ic = 18
		}
	}

	engine_7_2x = {
		abbreviation = "e42"
		category = twin_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_6_2x

		add_stats = {
			maximum_speed = 950
			thrust = 70
			build_cost_ic = 15
			fuel_consumption = 0.32
		}
		can_convert_from = {
			module = engine_6_2x
			convert_cost_ic = 6
		}
	}

	engine_7_4x = {
		abbreviation = "e44"
		category = quad_large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_6_4x

		add_stats = {
			maximum_speed = 950
			thrust = 120
			build_cost_ic = 25
			fuel_consumption = 0.64
		}

		can_convert_from = {
			module = engine_6_4x
			convert_cost_ic = 12
		}
	}

	engine_7_6x = {
		abbreviation = "e46"
		category = large_plane_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_6_6x

		add_stats = {
			maximum_speed = 950
			thrust = 140
			build_cost_ic = 35
			fuel_consumption = 0.8
		}
		can_convert_from = {
			module = engine_6_6x
			convert_cost_ic = 18
		}
	}

	jet_engine_1x = {
		abbreviation = "j1"
		category = plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_4_1x

		add_stats = {
			maximum_speed = 900
			thrust = 40
			build_cost_ic = 5
			fuel_consumption = 0.3
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 5
		}
	}

	jet_engine_2x = {
		abbreviation = "j2"
		category = twin_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_4_2x

		add_stats = {
			maximum_speed = 850
			thrust = 60
			build_cost_ic = 11
			fuel_consumption = 0.6
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 10
		}
	}

	jet_engine_3x = {
		abbreviation = "j3"
		category = medium_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_4_3x

		add_stats = {
			maximum_speed = 850
			thrust = 80
			build_cost_ic = 17
			fuel_consumption = 0.9
		}
		build_cost_resources = {
			tungsten = 2
		}

		can_convert_from = {
			module_category = medium_plane_engine_type
			convert_cost_ic = 15
		}
	}

	jet_engine_4x = {
		abbreviation = "j4"
		category = quad_large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_4_4x

		add_stats = {
			maximum_speed = 850
			thrust = 100
			build_cost_ic = 23
			fuel_consumption = 1.2
		}
		build_cost_resources = {
			tungsten = 2
		}
		can_convert_from = {
			module_category = medium_plane_engine_type
			convert_cost_ic = 20
		}
	}

	jet_engine_6x = {
		abbreviation = "j6"
		category = large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = engine_4_6x

		add_stats = {
			maximum_speed = 850
			thrust = 120
			build_cost_ic = 35
			fuel_consumption = 1.8
		}
		build_cost_resources = {
			tungsten = 3
		}
		can_convert_from = {
			module_category = large_plane_engine_type
			convert_cost_ic = 30
		}
	}

	jet_engine_1x_1 = {
		abbreviation = "j1"
		category = plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_1x

		add_stats = {
			maximum_speed = 1050
			thrust = 50
			build_cost_ic = 7
			fuel_consumption = 0.3
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 5
		}
	}

	jet_engine_2x_1 = {
		abbreviation = "j2"
		category = twin_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_2x

		add_stats = {
			maximum_speed = 1000
			thrust = 70
			build_cost_ic = 15
			fuel_consumption = 0.6
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 10
		}
	}

	jet_engine_4x_1 = {
		abbreviation = "j4"
		category = quad_large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_4x

		add_stats = {
			maximum_speed = 1000
			thrust = 120
			build_cost_ic = 25
			fuel_consumption = 1.2
		}
		build_cost_resources = {
			tungsten = 2
		}
		can_convert_from = {
			module_category = medium_plane_engine_type
			convert_cost_ic = 20
		}
	}

	jet_engine_6x_1 = {
		abbreviation = "j6"
		category = large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_6x

		add_stats = {
			maximum_speed = 1000
			thrust = 140
			build_cost_ic = 38
			fuel_consumption = 1.8
		}
		build_cost_resources = {
			tungsten = 3
		}
		can_convert_from = {
			module_category = large_plane_engine_type
			convert_cost_ic = 30
		}
	}

	jet_engine_1x_2 = {
		abbreviation = "j1"
		category = plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_1x_1

		add_stats = {
			maximum_speed = 1400
			thrust = 70
			build_cost_ic = 10
			fuel_consumption = 0.3
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 5
		}
	}

	jet_engine_2x_2 = {
		abbreviation = "j2"
		category = twin_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_2x_1

		add_stats = {
			maximum_speed = 1350
			thrust = 140
			build_cost_ic = 21
			fuel_consumption = 0.6
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 10
		}
	}

	jet_engine_4x_2 = {
		abbreviation = "j4"
		category = quad_large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_4x_1

		add_stats = {
			maximum_speed = 1350
			thrust = 170
			build_cost_ic = 32
			fuel_consumption = 1.2
		}
		build_cost_resources = {
			tungsten = 2
		}
		can_convert_from = {
			module_category = medium_plane_engine_type
			convert_cost_ic = 20
		}
	}

	jet_engine_6x_2 = {
		abbreviation = "j6"
		category = large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_6x_1

		add_stats = {
			maximum_speed = 1350
			thrust = 200
			build_cost_ic = 45
			fuel_consumption = 1.8
		}
		build_cost_resources = {
			tungsten = 3
		}
		can_convert_from = {
			module_category = large_plane_engine_type
			convert_cost_ic = 30
		}
	}

	jet_engine_1x_3 = {
		abbreviation = "j1"
		category = plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_1x_2

		add_stats = {
			maximum_speed = 2300
			thrust = 90
			build_cost_ic = 15
			fuel_consumption = 0.3
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 5
		}
	}

	jet_engine_2x_3 = {
		abbreviation = "j2"
		category = twin_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_2x_2

		add_stats = {
			maximum_speed = 2250
			thrust = 180
			build_cost_ic = 28
			fuel_consumption = 0.6
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 10
		}
	}

	jet_engine_4x_3 = {
		abbreviation = "j4"
		category = quad_large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_4x_2

		add_stats = {
			maximum_speed = 2250
			thrust = 210
			build_cost_ic = 40
			fuel_consumption = 1.2
		}
		build_cost_resources = {
			tungsten = 2
		}
		can_convert_from = {
			module_category = medium_plane_engine_type
			convert_cost_ic = 20
		}
	}

	jet_engine_6x_3 = {
		abbreviation = "j6"
		category = large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_6x_2

		add_stats = {
			maximum_speed = 2250
			thrust = 260
			build_cost_ic = 60
			fuel_consumption = 1.8
		}
		build_cost_resources = {
			tungsten = 3
		}
		can_convert_from = {
			module_category = large_plane_engine_type
			convert_cost_ic = 30
		}
	}

	jet_engine_1x_4 = {
		abbreviation = "j1"
		category = plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_1x_3

		add_stats = {
			maximum_speed = 2450
			thrust = 110
			build_cost_ic = 20
			fuel_consumption = 0.3
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 5
		}
	}

	jet_engine_2x_4 = {
		abbreviation = "j2"
		category = twin_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_2x_3

		add_stats = {
			maximum_speed = 2400
			thrust = 200
			build_cost_ic = 32
			fuel_consumption = 0.6
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 10
		}
	}

	jet_engine_4x_4 = {
		abbreviation = "j4"
		category = quad_large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_4x_3

		add_stats = {
			maximum_speed = 2400
			thrust = 230
			build_cost_ic = 50
			fuel_consumption = 1.2
		}
		build_cost_resources = {
			tungsten = 2
		}
		can_convert_from = {
			module_category = medium_plane_engine_type
			convert_cost_ic = 20
		}
	}

	jet_engine_6x_4 = {
		abbreviation = "j6"
		category = large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_6x_3

		add_stats = {
			maximum_speed = 2400
			thrust = 280
			build_cost_ic = 70
			fuel_consumption = 1.8
		}
		build_cost_resources = {
			tungsten = 3
		}
		can_convert_from = {
			module_category = large_plane_engine_type
			convert_cost_ic = 30
		}
	}

	jet_engine_1x_5 = {
		abbreviation = "j1"
		category = plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_1x_4

		add_stats = {
			maximum_speed = 2200
			thrust = 120
			build_cost_ic = 30
			fuel_consumption = 0.3
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 5
		}
	}

	jet_engine_2x_5 = {
		abbreviation = "j2"
		category = twin_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_2x_4

		add_stats = {
			maximum_speed = 2150
			thrust = 220
			build_cost_ic = 35
			fuel_consumption = 0.6
		}

		build_cost_resources = {
			tungsten = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 10
		}
	}

	jet_engine_4x_5 = {
		abbreviation = "j4"
		category = quad_large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_4x_4

		add_stats = {
			maximum_speed = 2150
			thrust = 250
			build_cost_ic = 60
			fuel_consumption = 1.2
		}
		build_cost_resources = {
			tungsten = 2
		}
		can_convert_from = {
			module_category = medium_plane_engine_type
			convert_cost_ic = 20
		}
	}

	jet_engine_6x_5 = {
		abbreviation = "j6"
		category = large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_6x_4

		add_stats = {
			maximum_speed = 2150
			thrust = 300
			build_cost_ic = 75
			fuel_consumption = 1.8
		}
		build_cost_resources = {
			tungsten = 3
		}
		can_convert_from = {
			module_category = large_plane_engine_type
			convert_cost_ic = 30
		}
	}
	
	jet_engine_axial_1x = {
		abbreviation = "ja1"
		category = plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_1x

		add_stats = {
			thrust = 30
			build_cost_ic = 20
			fuel_consumption = 0.4
		}

		multiply_stats = {
			air_range = -0.3
			maximum_speed = 0.70
			air_agility = 0.05
		}

		build_cost_resources = {
			chromium = 1
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 6
		}
	}

	jet_engine_axial_2x = {
		abbreviation = "ja2"
		category = twin_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_2x

		add_stats = {
			thrust = 45
			build_cost_ic = 40
			fuel_consumption = 0.8
		}

		multiply_stats = {
			air_range = -0.3
			maximum_speed = 0.70
			air_agility = 0.05
		}

		build_cost_resources = {
			chromium = 2
		}

		can_convert_from = {
			module_category = plane_engine_type
			convert_cost_ic = 12
		}
	}

	jet_engine_axial_3x = {
		abbreviation = "ja3"
		category = medium_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_3x

		add_stats = {
			thrust = 60
			build_cost_ic = 60
			fuel_consumption = 1.2
		}

		multiply_stats = {
			air_range = -0.3
			maximum_speed = 0.70
			air_agility = 0.05
		}

		build_cost_resources = {
			chromium = 2
		}

		can_convert_from = {
			module_category = medium_plane_engine_type
			convert_cost_ic = 18
		}
	}

	jet_engine_axial_4x = {
		abbreviation = "ja4"
		category = quad_large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_4x

		add_stats = {
			thrust = 75
			build_cost_ic = 80
			fuel_consumption = 1.6
		}

		multiply_stats = {
			air_range = -0.3
			maximum_speed = 0.70
			air_agility = 0.05
		}

		build_cost_resources = {
			chromium = 3
		}

		can_convert_from = {
			module_category = medium_plane_engine_type
			convert_cost_ic = 24
		}
	}

	jet_engine_axial_6x = {
		abbreviation = "ja6"
		category = large_plane_jet_engine_type
		sfx = sfx_ui_sd_module_engine
		parent = jet_engine_6x

		add_stats = {
			thrust = 105
			build_cost_ic = 120
			fuel_consumption = 2.4
		}

		multiply_stats = {
			air_range = -0.3
			maximum_speed = 0.70
			air_agility = 0.05
		}

		build_cost_resources = {
			chromium = 4
		}

		can_convert_from = {
			module_category = large_plane_engine_type
			convert_cost_ic = 36
		}
	}

	rocket_engine_1 = { #rocket engines only come in sets of 1
		abbreviation = "re1"
		category = plane_rocket_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			maximum_speed = 700
			thrust = 40
			build_cost_ic = 4

		}
		multiply_stats = {
			air_range = -0.9
		}
		build_cost_resources = {
			tungsten = 3
		}
		dismantle_cost_ic = 5
	}

	rocket_engine_2 = { #rocket engines only come in sets of 1
		abbreviation = "re2"
		category = plane_rocket_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			maximum_speed = 800
			thrust = 45
			build_cost_ic = 5
		}
		multiply_stats = {
			air_range = -0.85
		}
		build_cost_resources = {
			tungsten = 3
		}
		dismantle_cost_ic = 7
	}

	rocket_engine_3 = { #rocket engines only come in sets of 1
		abbreviation = "re3"
		category = plane_rocket_engine_type
		sfx = sfx_ui_sd_module_engine

		add_stats = {
			maximum_speed = 1000
			thrust = 50
			build_cost_ic = 6
		}
		multiply_stats = {
			air_range = -0.8
		}
		build_cost_resources = {
			tungsten = 3
		}
		dismantle_cost_ic = 10
	}

##      ## ########    ###    ########   #######  ##    ##  ######  
##  ##  ## ##         ## ##   ##     ## ##     ## ###   ## ##    ## 
##  ##  ## ##        ##   ##  ##     ## ##     ## ####  ## ##       
##  ##  ## ######   ##     ## ########  ##     ## ## ## ##  ######  
##  ##  ## ##       ######### ##        ##     ## ##  ####       ## 
##  ##  ## ##       ##     ## ##        ##     ## ##   ### ##    ## 
 ###  ###  ######## ##     ## ##         #######  ##    ##  ######  

	light_mg_2x = {
		abbreviation = "lmg2"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 4
			build_cost_ic = 1
			weight = 1
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	light_mg_4x = {
		abbreviation = "lmg4"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 8
			build_cost_ic = 2
			weight = 3
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		can_convert_from = {
			module = light_mg_2x
			convert_cost_ic = 1
		}
	}

	heavy_mg_2x = {
		abbreviation = "hmg2"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 6
			build_cost_ic = 2
			weight = 3
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	heavy_mg_4x = {
		abbreviation = "hmg4"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 12
			build_cost_ic = 4
			weight = 6
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
			}
			add_stats = {
				air_ground_attack = 1
			}
		}
		can_convert_from = {
			module = heavy_mg_2x
			convert_cost_ic = 2
		}
	}

	heavy_mg_1_2x = {
		abbreviation = "hmg2"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 8
			build_cost_ic = 3
			weight = 3
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	heavy_mg_1_4x = {
		abbreviation = "hmg4"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 16
			build_cost_ic = 6
			weight = 6
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
			}
			add_stats = {
				air_ground_attack = 2
			}
		}
		can_convert_from = {
			module = heavy_mg_1_2x
			convert_cost_ic = 2
		}
	}

	heavy_mg_2_2x = {
		abbreviation = "hmg2"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 10
			build_cost_ic = 4
			weight = 4
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	heavy_mg_2_4x = {
		abbreviation = "hmg4"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 20
			build_cost_ic = 8
			weight = 8
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
			}
			add_stats = {
				air_ground_attack = 3
			}
		}
		can_convert_from = {
			module = heavy_mg_1_2x
			convert_cost_ic = 2
		}
	}

	aircraft_cannon_1_1x = {
		abbreviation = "ac11"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 10
			build_cost_ic = 3
			air_agility = -3
			weight = 4
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_cannon_1_2x = {
		abbreviation = "ac12"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }

		add_stats = {
			air_attack = 20
			build_cost_ic = 6
			air_agility = -6
			weight = 8
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
				cas
			}
			add_stats = {
				air_ground_attack = 2
			}
		}
		can_convert_from = {
			module = aircraft_cannon_1_1x
			convert_cost_ic = 3
		}
	}

	aircraft_cannon_2_1x = {
		abbreviation = "ac21"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_1_1x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 14
			build_cost_ic = 4
			air_agility = -3
			weight = 5
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_cannon_2_2x = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_1_2x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 28
			build_cost_ic = 8
			air_agility = -6
			weight = 10
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
				cas
			}
			add_stats = {
				air_ground_attack = 2
			}
		}
		can_convert_from = {
			module = aircraft_cannon_2_1x
			convert_cost_ic = 4
		}
	}
	
	large_aircraft_cannon_1x = {
		abbreviation = "ac21"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_1_1x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 12
			build_cost_ic = 3
			air_agility = -2
			weight = 4
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
				cas
			}
			add_stats = {
				air_ground_attack = 2
			}
		}
	}

	large_aircraft_cannon_2x = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_1_2x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 24
			build_cost_ic = 6
			air_agility = -4
			weight = 8
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
				cas
			}
			add_stats = {
				air_ground_attack = 4
			}
		}
		can_convert_from = {
			module = aircraft_cannon_2_1x
			convert_cost_ic = 4
		}
	}

	aircraft_braam = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 16
			build_cost_ic = 8
			air_agility = -3
			weight = 5
			air_defence = 5
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_saam_1 = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		parent = aircraft_braam
		add_stats = {
			air_attack = 25
			build_cost_ic = 15
			air_agility = -3
			weight = 5
			air_defence = 5
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_saam_2 = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		parent = aircraft_saam_1
		add_stats = {
			air_attack = 30
			build_cost_ic = 20
			air_agility = -3
			weight = 5
			air_defence = 5
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_saam_3 = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		parent = aircraft_saam_2
		add_stats = {
			air_attack = 35
			build_cost_ic = 25
			air_agility = -3
			weight = 5
			air_defence = 5
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_saam_4 = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		parent = aircraft_saam_3
		add_stats = {
			air_attack = 40
			build_cost_ic = 30
			air_agility = -3
			weight = 5
			air_defence = 5
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_maam = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 22
			build_cost_ic = 18
			air_agility = -4
			weight = 7
			air_defence = 8
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_maam_1 = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		parent = aircraft_maam
		add_stats = {
			air_attack = 27
			build_cost_ic = 22
			air_agility = -4
			weight = 7
			air_defence = 10
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_maam_2 = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		parent = aircraft_maam_1
		add_stats = {
			air_attack = 32
			build_cost_ic = 28
			air_agility = -4
			weight = 7
			air_defence = 13
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_maam_3 = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		parent = aircraft_maam_2
		add_stats = {
			air_attack = 36
			build_cost_ic = 34
			air_agility = -4
			weight = 7
			air_defence = 15
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_lraam = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 25
			build_cost_ic = 25
			air_agility = -5
			weight = 8
			air_defence = 15
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_lraam_1 = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { fighter heavy_fighter }
		parent = aircraft_lraam
		add_stats = {
			air_attack = 30
			build_cost_ic = 30
			air_agility = -5
			weight = 8
			air_defence = 20
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_cannon_3_1x = {
		abbreviation = "ac21"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_2_1x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 18
			build_cost_ic = 6
			air_agility = -4
			weight = 6
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_cannon_3_2x = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_2_2x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 36
			build_cost_ic = 12
			air_agility = -8
			weight = 12
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
				cas
			}
			add_stats = {
				air_ground_attack = 3
			}
		}
		can_convert_from = {
			module = aircraft_cannon_3_1x
			convert_cost_ic = 4
		}
	}

	aircraft_cannon_4_1x = {
		abbreviation = "ac21"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_3_1x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 24
			build_cost_ic = 8
			air_agility = -6
			weight = 6
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_cannon_4_2x = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_3_2x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 48
			build_cost_ic = 16
			air_agility = -12
			weight = 12
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
				cas
			}
			add_stats = {
				air_ground_attack = 4
			}
		}
		can_convert_from = {
			module = aircraft_cannon_4_1x
			convert_cost_ic = 4
		}
	}
	aircraft_cannon_5_1x = {
		abbreviation = "ac21"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_4_1x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 26
			build_cost_ic = 10
			air_agility = -6
			weight = 6
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	aircraft_cannon_5_2x = {
		abbreviation = "ac22"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_4_2x
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 52
			build_cost_ic = 20
			air_agility = -12
			weight = 12
		}
		xp_cost = 2
		allow_mission_type = {
			air_superiority
			interception
		}
		mission_type_stats = {
			limit = {
				attack_logistics
				cas
			}
			add_stats = {
				air_ground_attack = 5
			}
		}
		can_convert_from = {
			module = aircraft_cannon_5_1x
			convert_cost_ic = 4
		}
	}

	rotarycannon = {
		abbreviation = "ac21"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = aircraft_cannon_5_1x 
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 40
			build_cost_ic = 15
			air_agility = -6
			weight = 10
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	rotarycannon_1 = {
		abbreviation = "ac21"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = rotarycannon
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 50
			build_cost_ic = 20
			air_agility = -5
			weight = 10
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	rotarycannon_2 = {
		abbreviation = "ac21"
		category = fighter_weapon
		sfx = sfx_ui_sd_module_turret
		parent = rotarycannon_1
		add_equipment_type = { fighter heavy_fighter }
		add_stats = {
			air_attack = 60
			build_cost_ic = 25
			air_agility = -4
			weight = 10
		}
		xp_cost = 1
		allow_mission_type = {
			air_superiority
			interception
		}
	}

	bomb_locks = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			build_cost_ic = 1
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -15
				weight = 4
				air_ground_attack = 6
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -15
				weight = 4
				naval_strike_attack = 2
				naval_strike_targetting = 6 
			}
		}
		dismantle_cost_ic = 0.5
	}

	bomb_locks_1 = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas
		parent = bomb_locks

		add_stats = {
			build_cost_ic = 2
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -16
				weight = 5
				air_ground_attack = 8
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -16
				weight = 5
				naval_strike_attack = 3
				naval_strike_targetting = 7 
			}
		}
		dismantle_cost_ic = 0.5
	}
	
	bomb_locks_2 = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas
		parent = bomb_locks_1

		add_stats = {
			build_cost_ic = 4
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -17
				weight = 5
				air_ground_attack = 10
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -17
				weight = 5
				naval_strike_attack = 4
				naval_strike_targetting = 8
			}
		}
		dismantle_cost_ic = 0.5
	}

	bomb_locks_3 = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas
		parent = bomb_locks_2

		add_stats = {
			build_cost_ic = 6
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -18
				weight = 5
				air_ground_attack = 12
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -18
				weight = 5
				naval_strike_attack = 6
				naval_strike_targetting = 12 
			}
		}
		dismantle_cost_ic = 0.5
	}

	tvbomb = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			build_cost_ic = 10
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -10
				weight = 4
				air_ground_attack = 15
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -10
				weight = 4
				naval_strike_attack = 7
				naval_strike_targetting = 14
			}
		}
		dismantle_cost_ic = 0.5
	}

	laserbomb = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas
		parent = tvbomb

		add_stats = {
			build_cost_ic = 15
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -10
				weight = 5
				air_ground_attack = 20
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -10
				weight = 5
				naval_strike_attack = 8
				naval_strike_targetting = 16 
			}
		}
		dismantle_cost_ic = 0.5
	}

	laserbomb_1 = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas
		parent = laserbomb

		add_stats = {
			build_cost_ic = 20
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -10
				weight = 5
				air_ground_attack = 24
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -10
				weight = 5
				naval_strike_attack = 9
				naval_strike_targetting = 18
			}
		}
		dismantle_cost_ic = 0.5
	}

	ATGGM = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			build_cost_ic = 10
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -13
				weight = 6
				air_ground_attack = 14
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -15
				weight = 5
				naval_strike_attack = 5
				naval_strike_targetting = 10
			}
		}
		dismantle_cost_ic = 0.5
	}

	ATTVGGM = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas
		parent = ATGGM

		add_stats = {
			build_cost_ic = 15
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -10
				weight = 7
				air_ground_attack = 18
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -15
				weight = 5
				naval_strike_attack = 5
				naval_strike_targetting = 10
			}
		}
		dismantle_cost_ic = 0.5
	}

	ATGLGM = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas
		parent = ATTVGGM

		add_stats = {
			build_cost_ic = 25
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -10
				weight = 10
				air_ground_attack = 25
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -15
				weight = 5
				naval_strike_attack = 5
				naval_strike_targetting = 10
			}
		}
		dismantle_cost_ic = 0.5
	}

	ATGLGM_1 = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas
		parent = ATGLGM

		add_stats = {
			build_cost_ic = 35
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -10
				weight = 10
				air_ground_attack = 35
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -15
				weight = 5
				naval_strike_attack = 5
				naval_strike_targetting = 10
			}
		}
		dismantle_cost_ic = 0.5
	}

	rocket_rails = {
		abbreviation = "rrl"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			build_cost_ic = 1
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_ground_attack = 4
				weight = 1
			}
		}
		dismantle_cost_ic = 0.5
	}

	rocket_pod = {
		abbreviation = "rrl"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			build_cost_ic = 5
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_ground_attack = 15
				weight = 1
			}
		}
		dismantle_cost_ic = 0.5
	}

	small_bomb_bay = {
		abbreviation = "sbb"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { cas tactical_bomber }

		add_stats = {
			build_cost_ic = 4
			air_agility = -20
			weight = 4
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			port_strike
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_ground_attack = 8
			}
		}
		mission_type_stats = {
			limit = {
				port_strike
			}
			add_stats = {
				naval_strike_attack = 2
				naval_strike_targetting = 4
			}
		}
		dismantle_cost_ic = 3.5
	}

	medium_bomb_bay = {
		abbreviation = "mbb"
		category = tac_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { cas tactical_bomber }

		add_stats = {
			build_cost_ic = 8
			air_agility = -5
			weight = 5
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			strategic_bomber
			port_strike
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
				port_strike
			}
			add_stats = {
				air_ground_attack = 3
			}
		}
		mission_type_stats = {
			limit = {
				strategic_bomber
			}
			add_stats = {
				air_bombing = 6
			}
		}
		dismantle_cost_ic = 7
	}

	large_bomb_bay = {
		abbreviation = "lbb"
		category = strat_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = strategic_bomber

		add_stats = {
			build_cost_ic = 15
			air_agility = -10
			weight = 10
		}
		xp_cost = 2
		allow_mission_type = {
			strategic_bomber
			port_strike
		}
		mission_type_stats = {
			limit = {
				strategic_bomber
			}
			add_stats = {
				air_bombing = 30
			}
		}
		mission_type_stats = {
			limit = {
				port_strike
			}
			add_stats = {
				naval_strike_attack = 2
			}
		}
		dismantle_cost_ic = 12
	}

	cruisemissile = {
		abbreviation = "lbb"
		category = strat_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = strategic_bomber

		add_stats = {
			build_cost_ic = 50
			air_agility = -10
			weight = 10
		}
		xp_cost = 2
		allow_mission_type = {
			strategic_bomber
			port_strike
		}
		mission_type_stats = {
			limit = {
				strategic_bomber
			}
			add_stats = {
				air_bombing = 60
			}
		}
		mission_type_stats = {
			limit = {
				port_strike
			}
			add_stats = {
				naval_strike_attack = 15
			}
		}
		dismantle_cost_ic = 12
	}

	cruisemissile_1 = {
		abbreviation = "lbb"
		category = strat_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = strategic_bomber
		parent = cruisemissile

		add_stats = {
			build_cost_ic = 70
			air_agility = -10
			weight = 10
		}
		xp_cost = 2
		allow_mission_type = {
			strategic_bomber
			port_strike
		}
		mission_type_stats = {
			limit = {
				strategic_bomber
			}
			add_stats = {
				air_bombing = 80
			}
		}
		mission_type_stats = {
			limit = {
				port_strike
			}
			add_stats = {
				naval_strike_attack = 25
			}
		}
		dismantle_cost_ic = 12
	}

	cruisemissile_2 = {
		abbreviation = "lbb"
		category = strat_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = strategic_bomber
		parent = cruisemissile_1

		add_stats = {
			build_cost_ic = 90
			air_agility = -10
			weight = 10
		}
		xp_cost = 2
		allow_mission_type = {
			strategic_bomber
			port_strike
		}
		mission_type_stats = {
			limit = {
				strategic_bomber
			}
			add_stats = {
				air_bombing = 100
			}
		}
		mission_type_stats = {
			limit = {
				port_strike
			}
			add_stats = {
				naval_strike_attack = 30
			}
		}
		dismantle_cost_ic = 12
	}

	tank_buster_1 = {
		abbreviation = "tb1"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			air_ground_attack = 8
			build_cost_ic = 5
			weight = 8
			air_agility = -15
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
		}
		dismantle_cost_ic = 1.5
	}

	tank_buster_2 = {
		abbreviation = "tb2"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			air_ground_attack = 15
			build_cost_ic = 8
			weight = 12
			air_agility = -20
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
		}
		dismantle_cost_ic = 3.5
	}

	
	tank_buster_3 = {
		abbreviation = "tb3"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			air_ground_attack = 50
			build_cost_ic = 20
			weight = 20
			air_agility = -30
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
		}
		dismantle_cost_ic = 3.5
	}

	torpedo_mounting = {
		abbreviation = "tpm"
		category = nav_bomber_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { naval_bomber maritime_patrol_plane }

		add_stats = {
			build_cost_ic = 4
		}
		xp_cost = 2
		allow_mission_type = {
			naval_bomber
			port_strike
			naval_patrol
		}
		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
			}
			add_stats = {
				air_agility = -15
				weight = 5
				naval_strike_attack = 12
				naval_strike_targetting = 5
			}
		}
		dismantle_cost_ic = 1.5
	}

	torpedo_mounting_2 = {
		abbreviation = "tpm"
		category = nav_bomber_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { naval_bomber maritime_patrol_plane }

		add_stats = {
			build_cost_ic = 4
		}
		xp_cost = 2
		allow_mission_type = {
			naval_bomber
			port_strike
			naval_patrol
		}
		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
			}
			add_stats = {
				air_agility = -12
				weight = 8
				naval_strike_attack = 17
			}
			add_average_stats = {
				naval_strike_targetting = 8
			}
		}
		dismantle_cost_ic = 1.5
	}

	torpedo_mounting_3 = {
		abbreviation = "tpm"
		category = nav_bomber_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { naval_bomber maritime_patrol_plane }

		add_stats = {
			build_cost_ic = 4
		}
		xp_cost = 2
		allow_mission_type = {
			naval_bomber
			port_strike
			naval_patrol
		}
		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
			}
			add_stats = {
				air_agility = -12
				weight = 11
				naval_strike_attack = 22
			}
			add_average_stats = {
				naval_strike_targetting = 10
			}
		}
		dismantle_cost_ic = 1.5
	}

	heavy_bomb_locks = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			build_cost_ic = 1
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -20
				weight = 6
				air_ground_attack = 8
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -20
				weight = 6
				naval_strike_attack = 3
			}
			add_average_stats = {
				naval_strike_targetting = 4
			}
		}
		dismantle_cost_ic = 0.5
	}

	armor_piercing_bomb_locks = {
		abbreviation = "bol"
		category = cas_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = cas

		add_stats = {
			build_cost_ic = 1
		}
		xp_cost = 2
		allow_mission_type = {
			cas
			attack_logistics
			naval_bomber
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_agility = -20
				weight = 6
				air_ground_attack = 2
			}
		}
		mission_type_stats = {
			limit = {
				naval_bomber
			}
			add_stats = {
				air_agility = -20
				weight = 6
				naval_strike_attack = 6
			}
			add_average_stats = {
				naval_strike_targetting = 4
			}
		}
		dismantle_cost_ic = 0.5
	}

	recon_camera = {
		abbreviation = "rca"
		category = recon_camera
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = scout_plane
		forbid_equipment_type_exact_match_for_category = {
			fighter_weapon = scout_plane
			cas_weapon = scout_plane
			nav_bomber_weapon = scout_plane
			tac_weapon = scout_plane
			mine_warfare_offense = scout_plane
		}

		add_stats = {
			build_cost_ic = 1
			weight = 1
		}
		xp_cost = 2
		allow_mission_type = {
			recon
		}
	}

	photoflash = {
		abbreviation = "pho"
		category = recon_camera
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = scout_plane
		forbid_equipment_type_exact_match_for_category = {
			fighter_weapon = scout_plane
			cas_weapon = scout_plane
			nav_bomber_weapon = scout_plane
			tac_weapon = scout_plane
			mine_warfare_offense = scout_plane
		}

		add_stats = {
			build_cost_ic = 3
			weight = 1
			night_penalty = -0.1
		}
		xp_cost = 2
		allow_mission_type = {
			recon
		}
	}

	tarppod = {
		abbreviation = "TAR"
		category = recon_camera
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = scout_plane
		forbid_equipment_type_exact_match_for_category = {
			fighter_weapon = scout_plane
			cas_weapon = scout_plane
			nav_bomber_weapon = scout_plane
			tac_weapon = scout_plane
			mine_warfare_offense = scout_plane
		}

		add_stats = {
			build_cost_ic = 5
			weight = 1
			night_penalty = -0.4
		}
		xp_cost = 2
		allow_mission_type = {
			recon
		}
	}

	airdropped_mines = {
		abbreviation = "adm"
		category = mine_warfare_offense
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 2
			weight = 2
			mines_planting = 0.05
		}
		xp_cost = 2
		allow_mission_type = {
			naval_mines_planting
		}
	}

	guided_anti_ship_missile = {
		abbreviation = "asm"
		category = nav_bomber_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { naval_bomber maritime_patrol_plane } 

		add_stats = {	
			build_cost_ic = 15
		}
		xp_cost = 5
		allow_mission_type = {
			 naval_bomber
           		 port_strike
            	 	 naval_patrol
		}
		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
			}
			add_stats = {
				air_agility = -10
				weight = 10
				naval_strike_attack = 8
				naval_strike_targetting = 15
			}
		}
	}

	guided_anti_ship_missile_1 = {
		abbreviation = "asm"
		category = nav_bomber_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { naval_bomber maritime_patrol_plane } 
		parent = guided_anti_ship_missile

		add_stats = {	
			build_cost_ic = 25
		}
		xp_cost = 5
		allow_mission_type = {
			 naval_bomber
           		 port_strike
            	 	 naval_patrol
		}
		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
			}
			add_stats = {
				air_agility = -10
				weight = 15
				naval_strike_attack = 15
				naval_strike_targetting = 30
			}
		}
	}

	guided_anti_ship_missile_2 = {
		abbreviation = "asm"
		category = nav_bomber_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { naval_bomber maritime_patrol_plane } 
		parent = guided_anti_ship_missile_1

		add_stats = {	
			build_cost_ic = 35
		}
		xp_cost = 5
		allow_mission_type = {
			 naval_bomber
           		 port_strike
            	 	 naval_patrol
		}
		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
			}
			add_stats = {
				air_agility = -10
				weight = 20
				naval_strike_attack = 20
				naval_strike_targetting = 40
			}
		}
	}

	guided_anti_ship_missile_3 = {
		abbreviation = "asm"
		category = nav_bomber_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { naval_bomber maritime_patrol_plane } 
		parent = guided_anti_ship_missile_2

		add_stats = {	
			build_cost_ic = 50
		}
		xp_cost = 5
		allow_mission_type = {
			 naval_bomber
           		 port_strike
            	 	 naval_patrol
		}
		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
			}
			add_stats = {
				air_agility = -10
				weight = 20
				naval_strike_attack = 30
				naval_strike_targetting = 50
			}
		}
	}

	guided_anti_ship_missile_4 = {
		abbreviation = "asm"
		category = nav_bomber_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { naval_bomber maritime_patrol_plane } 
		parent = guided_anti_ship_missile_3

		add_stats = {	
			build_cost_ic = 60
		}
		xp_cost = 5
		allow_mission_type = {
			 naval_bomber
           		 port_strike
            	 	 naval_patrol
		}
		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
			}
			add_stats = {
				air_agility = -10
				weight = 20
				naval_strike_attack = 40
				naval_strike_targetting = 55
			}
		}
	}

	fixed_explosive_charge = {
		abbreviation = "fec"
		category = kamikaze_bomber_weapon
		gui_category = nav_bomber_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = suicide

		add_stats = {	
			build_cost_ic = 4
			air_agility = -10
			air_defence = -5
		}
		xp_cost = 5
		allow_mission_type = {
			naval_kamikaze
		}
		mission_type_stats = {
			limit = {
				naval_kamikaze
			}
			add_stats = {
				naval_strike_attack = 5
				naval_strike_targetting = 10
			}
		}
		dismantle_cost_ic = 4
	}
	
	#### Special Project Modules

	earthshaker_bomb_release = {
		abbreviation = "bbr"
		category = strat_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = { strategic_bomber }

		add_stats = {
			build_cost_ic = 9
			weight = 1
		}
		xp_cost = 2
		allow_mission_type = {
			strategic_bomber
			port_strike
		}
		mission_type_stats = {
			limit = {
				port_strike
			}
			add_stats = {
				naval_strike_attack = 9
				weight = 9
				air_agility = -20
			}
			add_average_stats = {
				naval_strike_targetting = 3
			}			
		}
		mission_type_stats = {
			limit = {
				strategic_bomber
			}
			add_stats = {
				air_bombing = 15
				weight = 9
				air_agility = -20
			}
		}
		dismantle_cost_ic = 7
	}

	rocket_propelled_bombs = {
		abbreviation = "bol"
		category = strat_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = strategic_bomber

		add_stats = {
			build_cost_ic = 12
			air_agility = -15
			air_defence = 2
		}
		xp_cost = 2
		allow_mission_type = {
			strategic_bomber
			port_strike
		}
		mission_type_stats = {
			limit = {
				strategic_bomber
			}
			add_stats = {
				air_bombing = 14
				weight = 12
			}
		}
		mission_type_stats = {
			limit = {
				port_strike
			}
			add_stats = {
				naval_strike_attack = 12
				weight = 2
			}
		}
		dismantle_cost_ic = 12
	}

	improved_rocket_propelled_bombs = {
		abbreviation = "bol"
		category = strat_weapon
		sfx = sfx_ui_sd_module_turret
		add_equipment_type = strategic_bomber

		add_stats = {
			build_cost_ic = 16
			air_agility = -18
			air_defence = 2
		}
		xp_cost = 2
		allow_mission_type = {
			strategic_bomber
			port_strike
		}
		mission_type_stats = {
			limit = {
				strategic_bomber
			}
			add_stats = {
				air_bombing = 16
				weight = 15
			}
		}
		mission_type_stats = {
			limit = {
				port_strike
			}
			add_stats = {
				naval_strike_attack = 18
				weight = 15
			}
		}
		dismantle_cost_ic = 12
	}

 ######  ########  ########  ######  ####    ###    ##          ##     ##  #######  ########  ##     ## ##       ########  ######                 ######  ##     ##    ###    ##       ##       
##    ## ##     ## ##       ##    ##  ##    ## ##   ##          ###   ### ##     ## ##     ## ##     ## ##       ##       ##    ##               ##    ## ###   ###   ## ##   ##       ##       
##       ##     ## ##       ##        ##   ##   ##  ##          #### #### ##     ## ##     ## ##     ## ##       ##       ##                     ##       #### ####  ##   ##  ##       ##       
 ######  ########  ######   ##        ##  ##     ## ##          ## ### ## ##     ## ##     ## ##     ## ##       ######    ######     #######     ######  ## ### ## ##     ## ##       ##       
      ## ##        ##       ##        ##  ######### ##          ##     ## ##     ## ##     ## ##     ## ##       ##             ##                     ## ##     ## ######### ##       ##       
##    ## ##        ##       ##    ##  ##  ##     ## ##          ##     ## ##     ## ##     ## ##     ## ##       ##       ##    ##               ##    ## ##     ## ##     ## ##       ##       
 ######  ##        ########  ######  #### ##     ## ########    ##     ##  #######  ########   #######  ######## ########  ######                 ######  ##     ## ##     ## ######## ######## 

	armor_plate_small = {
		abbreviation = "aps"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = 4
			air_range = -100
			build_cost_ic = 1
			weight = 2
		}
		xp_cost = 1
		dismantle_cost_ic = 0.5
	}

	rwr = {
		abbreviation = "aps"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = 20
			build_cost_ic = 7
			weight = 1
		}
		xp_cost = 1
		dismantle_cost_ic = 0.5
	}

	flare = {
		abbreviation = "aps"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = 15
			build_cost_ic = 4
			weight = 2
		}
		xp_cost = 1
		dismantle_cost_ic = 0.5
	}


	fuel_tanks_small = {
		abbreviation = "fts"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = -2
			air_range = 250
			build_cost_ic = 1
			weight = 1
		}
		xp_cost = 1
		dismantle_cost_ic = 0.5
	}

	self_sealing_fuel_tanks_small = {
		abbreviation = "ssf"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = 4
			build_cost_ic = 1
			weight = 1
		}
		build_cost_resources = {
			rubber = 1
		}
		xp_cost = 1
		dismantle_cost_ic = 0.5
	}

	non_strategic_materials_small = {
		abbreviation = "nsms"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = -6
			build_cost_ic = 0
		}
		build_cost_resources = {
			aluminium = -2
		}
		dismantle_cost_ic = 7
		dismantle_cost_resources = {
			aluminium = 2
		}
		xp_cost = 1
	}

	drop_tanks = {
		abbreviation = "dpt"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 2
			air_range = 300
			weight = 2
		}
		xp_cost = 1
	}

	drop_tanks1 = {
		abbreviation = "dpt"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 2
			air_range = 1000
			weight = 4
		}
		xp_cost = 1
	}

	drop_tanks2 = {
		abbreviation = "dpt"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 2
			air_range = 2000
			weight = 6
		}
		xp_cost = 1
	}

	dive_brakes_small = {
		abbreviation = "dbs"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 1.5
			weight = 1
		}

		mission_type_stats = {
			limit = {
				cas
				naval_bomber
				port_strike
			}
			add_stats = {
				naval_strike_targetting = 4
				air_defence = 4
			}
		}
		dismantle_cost_ic = 2 #you essentially have to redesign part of the wing
		xp_cost = 1
	}

	chute_1 = {
		abbreviation = "dbs"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 4
			weight = 1
			air_defence = 10
		}
		xp_cost = 1
	}

	chute_2 = {
		abbreviation = "dbs"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 6
			weight = 1
			air_defence = 15
		}
		xp_cost = 1
	}

	floats = { 
		abbreviation = "flo"
		category = plane_special_module_small
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 2
			weight = 1
			air_agility = -5
			surface_detection = 5
			sub_detection = 3
		}
		dismantle_cost_ic = 2.5
		xp_cost = 1
	}

 ######  ########  ########  ######  ####    ###    ##          ##     ##  #######  ########  ##     ## ##       ########  ######                ##     ## ######## ########  #### ##     ## ##     ## 
##    ## ##     ## ##       ##    ##  ##    ## ##   ##          ###   ### ##     ## ##     ## ##     ## ##       ##       ##    ##               ###   ### ##       ##     ##  ##  ##     ## ###   ### 
##       ##     ## ##       ##        ##   ##   ##  ##          #### #### ##     ## ##     ## ##     ## ##       ##       ##                     #### #### ##       ##     ##  ##  ##     ## #### #### 
 ######  ########  ######   ##        ##  ##     ## ##          ## ### ## ##     ## ##     ## ##     ## ##       ######    ######     #######    ## ### ## ######   ##     ##  ##  ##     ## ## ### ## 
      ## ##        ##       ##        ##  ######### ##          ##     ## ##     ## ##     ## ##     ## ##       ##             ##               ##     ## ##       ##     ##  ##  ##     ## ##     ## 
##    ## ##        ##       ##    ##  ##  ##     ## ##          ##     ## ##     ## ##     ## ##     ## ##       ##       ##    ##               ##     ## ##       ##     ##  ##  ##     ## ##     ## 
 ######  ##        ########  ######  #### ##     ## ########    ##     ##  #######  ########   #######  ######## ########  ######                ##     ## ######## ########  ####  #######  ##     ## 

	armor_plate_medium = {
		abbreviation = "apm"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = 6
			air_range = -200
			build_cost_ic = 3
			weight = 5
		}
		xp_cost = 1
		dismantle_cost_ic = 1
	}

	fuel_tanks_medium = {
		abbreviation = "ftm"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = -6
			air_range = 400
			build_cost_ic = 2
			weight = 4
		}
		xp_cost = 1
		dismantle_cost_ic = 1
	}

	self_sealing_fuel_tanks_medium = {
		abbreviation = "ssm"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = 8
			build_cost_ic = 1.5
			weight = 1
		}
		build_cost_resources = {
			rubber = 2
		}
		dismantle_cost_ic = 1
		xp_cost = 1
	}

	non_strategic_materials_medium = {
		abbreviation = "nsmm"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = -8
			build_cost_ic = 0
			weight = 0
		}
		build_cost_resources = {
			aluminium = -2
		}
		xp_cost = 1
		dismantle_cost_ic = 12
		dismantle_cost_resources = {
			aluminium = 2
		}
	}

	flying_boat_medium = { 
		abbreviation = "flbm"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 4
			surface_detection = 8
			sub_detection = 3
		}
		dismantle_cost_ic = 2
		xp_cost = 1
	}

	demining_coil = {
		abbreviation = "dmc"
		category = mine_warfare_defense
		sfx = sfx_ui_sd_module_turret

		add_stats = {	
			build_cost_ic = 3
			weight = 20
			air_agility = -5
			mines_sweeping = 0.1
		}
		xp_cost = 2
		allow_mission_type = {
			naval_mines_sweeping
		}
		dismantle_cost_ic = 1
	}

 ######  ########  ########  ######  ####    ###    ##          ##     ## ########   #######  ##     ## ##       ########  ######                ##          ###    ########   ######   ######## 
##    ## ##     ## ##       ##    ##  ##    ## ##   ##          ###   ### ##     ## ##     ## ##     ## ##       ##       ##    ##               ##         ## ##   ##     ## ##    ##  ##       
##       ##     ## ##       ##        ##   ##   ##  ##          #### #### ##     ## ##     ## ##     ## ##       ##       ##                     ##        ##   ##  ##     ## ##        ##       
 ######  ########  ######   ##        ##  ##     ## ##          ## ### ## ##     ## ##     ## ##     ## ##       ######    ######     #######    ##       ##     ## ########  ##   #### ######   
      ## ##        ##       ##        ##  ######### ##          ##     ## ##     ## ##     ## ##     ## ##       ##             ##               ##       ######### ##   ##   ##    ##  ##       
##    ## ##        ##       ##    ##  ##  ##     ## ##          ##     ## ##     ## ##     ## ##     ## ##       ##       ##    ##               ##       ##     ## ##    ##  ##    ##  ##       
 ######  ##        ########  ######  #### ##     ## ########    ##     ## ########   #######   #######  ######## ########  ######                ######## ##     ## ##     ##  ######   ######## 

	armor_plate_large = {
		abbreviation = "apl"
		category = plane_special_module_large
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = 12
			air_range = -400
			build_cost_ic = 6
			weight = 10
		}
		xp_cost = 1
		dismantle_cost_ic = 1
	}

	fuel_tanks_large = {
		abbreviation = "ftl"
		category = plane_special_module_large
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = -8
			air_range = 600
			build_cost_ic = 4
			weight = 6
		}
		xp_cost = 1
		dismantle_cost_ic = 1.5
	}

	self_sealing_fuel_tanks_large = {
		abbreviation = "ssl"
		category = plane_special_module_large
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = 12
			build_cost_ic = 2
			weight = 1
		}
		build_cost_resources = {
			rubber = 2
		}
		dismantle_cost_ic = 1.5
		xp_cost = 1
	}

	non_strategic_materials_large = {
		abbreviation = "nsml"
		category = plane_special_module_large
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_defence = -10
			build_cost_ic = 0
			weight = 0
		}
		build_cost_resources = {
			aluminium = -3
		}
		dismantle_cost_ic = 22
		dismantle_cost_resources = {
			aluminium = 3
		}
		xp_cost = 1
	}

	flying_boat_large = { 
		abbreviation = "flbl"
		category = plane_special_module_large
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 4
			surface_detection = 12
			sub_detection = 5
		}
		xp_cost = 1
		dismantle_cost_ic = 5
	}


######## ##       ########  ######  ######## ########   #######  ##    ## ####  ######   ######  
##       ##       ##       ##    ##    ##    ##     ## ##     ## ###   ##  ##  ##    ## ##    ## 
##       ##       ##       ##          ##    ##     ## ##     ## ####  ##  ##  ##       ##       
######   ##       ######   ##          ##    ########  ##     ## ## ## ##  ##  ##        ######  
##       ##       ##       ##          ##    ##   ##   ##     ## ##  ####  ##  ##             ## 
##       ##       ##       ##    ##    ##    ##    ##  ##     ## ##   ###  ##  ##    ## ##    ## 
######## ######## ########  ######     ##    ##     ##  #######  ##    ## ####  ######   ######  

	bomb_sights_1 = {
		abbreviation = "bs1"
		category = plane_special_module_bomb_sights
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_bombing = 4
			build_cost_ic = 1.5
			weight = 1
		}
		xp_cost = 1
	}

	bomb_sights_2 = {
		abbreviation = "bs2"
		category = plane_special_module_bomb_sights
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = bomb_sights_1

		add_stats = {
			air_bombing = 6
			build_cost_ic = 2
			weight = 1
		}
		xp_cost = 1
	}

	bomb_sights_3 = {
		abbreviation = "bs2"
		category = plane_special_module_bomb_sights
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = bomb_sights_2

		add_stats = {
			air_bombing = 15
			build_cost_ic = 5
			weight = 1
		}
		xp_cost = 1
	}

	bomb_sights_4 = {
		abbreviation = "bs2"
		category = plane_special_module_bomb_sights
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = bomb_sights_3

		add_stats = {
			air_bombing = 40
			build_cost_ic = 10
			weight = 1
		}
		xp_cost = 1
	}

	radio_navigation_1 = {
		abbreviation = "rn1"
		category = plane_special_module_radio_navigation
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_bombing = 4
			build_cost_ic = 2
			weight = 1
			night_penalty = -0.1
		}
		xp_cost = 1
	}

	radio_navigation_2 = {
		abbreviation = "rn2"
		category = plane_special_module_radio_navigation
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = radio_navigation_1

		add_stats = {
			air_bombing = 6
			build_cost_ic = 2.5
			weight = 1
			night_penalty = -0.2
		}
		xp_cost = 1
	}

	radio_navigation_3 = {
		abbreviation = "rn2"
		category = plane_special_module_radio_navigation
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = radio_navigation_2

		add_stats = {
			air_bombing = 10
			build_cost_ic = 4
			weight = 1
			night_penalty = -0.3
		}
		xp_cost = 1
	}

	radio_navigation_4 = {
		abbreviation = "rn2"
		category = plane_special_module_radio_navigation
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = radio_navigation_3

		add_stats = {
			air_bombing = 12
			build_cost_ic = 5
			weight = 1
			night_penalty = -0.4
		}
		xp_cost = 1
	}

	radio_navigation_5 = {
		abbreviation = "rn2"
		category = plane_special_module_radio_navigation
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = radio_navigation_4

		add_stats = {
			air_bombing = 15
			build_cost_ic = 6
			weight = 1
			night_penalty = -0.5
		}
		xp_cost = 1
	}

	radio_navigation_6 = {
		abbreviation = "rn2"
		category = plane_special_module_radio_navigation
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = radio_navigation_5

		add_stats = {
			air_bombing = 18
			build_cost_ic = 7
			weight = 1
			night_penalty = -0.6
		}
		xp_cost = 1
	}

	radio_navigation_7 = {
		abbreviation = "rn2"
		category = plane_special_module_radio_navigation
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = radio_navigation_6

		add_stats = {
			air_bombing = 20
			build_cost_ic = 8
			weight = 1
			night_penalty = -0.7
		}
		xp_cost = 1
	}

	air_ground_radar_1 = {
		abbreviation = "agr1"
		category = plane_special_module_air_ground_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret

		add_stats = {
				build_cost_ic = 2
				weight = 1
			}

		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
				strategic_bomber
				naval_patrol
			}
			add_stats = {
				air_bombing = 4
				night_penalty = -0.3
				surface_detection = 10
				sub_detection = 5
			}
		}
		xp_cost = 1
	}

	air_ground_radar_2 = {
		abbreviation = "agr2"
		category = plane_special_module_air_ground_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_ground_radar_1

		add_stats = {
				build_cost_ic = 3.5
				weight = 1
		}

		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
				strategic_bomber
				naval_patrol
			}
			add_stats = {
				air_bombing = 6
				night_penalty = -0.4
				surface_detection = 20
				sub_detection = 10
			}
		}
		xp_cost = 1
	}

	air_ground_radar_3 = {
		abbreviation = "agr2"
		category = plane_special_module_air_ground_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_ground_radar_2

		add_stats = {
				build_cost_ic = 5
				weight = 1
		}

		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
				strategic_bomber
				naval_patrol
			}
			add_stats = {
				air_bombing = 10
				night_penalty = -0.6
				surface_detection = 25
				sub_detection = 15
			}
		}
		xp_cost = 1
	}

	air_ground_radar_4 = {
		abbreviation = "agr2"
		category = plane_special_module_air_ground_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_ground_radar_3

		add_stats = {
				build_cost_ic = 7
				weight = 1
		}

		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
				strategic_bomber
				naval_patrol
			}
			add_stats = {
				air_bombing = 14
				night_penalty = -0.7
				surface_detection = 30
				sub_detection = 17
			}
		}
		xp_cost = 1
	}

	air_ground_radar_5 = {
		abbreviation = "agr2"
		category = plane_special_module_air_ground_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_ground_radar_4

		add_stats = {
				build_cost_ic = 9
				weight = 1
		}

		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
				strategic_bomber
				naval_patrol
			}
			add_stats = {
				air_bombing = 15
				night_penalty = -0.8
				surface_detection = 32
				sub_detection = 18
			}
		}
		xp_cost = 1
	}

	air_ground_radar_6 = {
		abbreviation = "agr2"
		category = plane_special_module_air_ground_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_ground_radar_5

		add_stats = {
				build_cost_ic = 10
				weight = 1
		}

		mission_type_stats = {
			limit = {
				naval_bomber
				port_strike
				strategic_bomber
				naval_patrol
			}
			add_stats = {
				air_bombing = 17
				night_penalty = -0.9
				surface_detection = 35
				sub_detection = 20
			}
		}
		xp_cost = 1
	}

	air_air_radar_1 = {
		abbreviation = "aar1"
		category = plane_special_module_air_air_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 4
			weight = 1	
		}
		mission_type_stats = {
			limit = {
				interception
			}
			add_stats = {
				night_penalty = -0.2
			}
		}
		xp_cost = 1
	}

	air_air_radar_2 = {
		abbreviation = "aar2"
		category = plane_special_module_air_air_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_air_radar_1

		add_stats = {
			build_cost_ic = 6
			weight = 1
		}
		mission_type_stats = {
			limit = {
				interception
			}
			add_stats = {
				night_penalty = -0.4
			}
		}
		xp_cost = 1
	}

	air_air_radar_3 = {
		abbreviation = "aar2"
		category = plane_special_module_air_air_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_air_radar_2

		add_stats = {
			build_cost_ic = 8
			weight = 1
		}
		mission_type_stats = {
			limit = {
				interception
			}
			add_stats = {
				air_defence = 5
				night_penalty = -0.5
				air_attack = 2
			}
		}
		xp_cost = 1
	}

	air_air_radar_4 = {
		abbreviation = "aar2"
		category = plane_special_module_air_air_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_air_radar_3

		add_stats = {
			build_cost_ic = 8
			weight = 1
		}
		mission_type_stats = {
			limit = {
				interception
			}
			add_stats = {
				air_defence = 7
				night_penalty = -0.6
				air_attack = 4
			}
		}
		xp_cost = 1
	}

	air_air_radar_5 = {
		abbreviation = "aar2"
		category = plane_special_module_air_air_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_air_radar_4

		add_stats = {
			build_cost_ic = 10
			weight = 1
		}
		mission_type_stats = {
			limit = {
				interception
			}
			add_stats = {
				air_defence = 12
				night_penalty = -0.7
				air_attack = 7
			}
		}
		xp_cost = 1
	}

	air_air_radar_6 = {
		abbreviation = "aar2"
		category = plane_special_module_air_air_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_air_radar_5

		add_stats = {
			build_cost_ic = 10
			weight = 1
		}
		mission_type_stats = {
			limit = {
				interception
			}
			add_stats = {
				air_defence = 12
				night_penalty = -0.8
				air_attack = 7
			}
		}
		xp_cost = 1
	}

	air_air_radar_7 = {
		abbreviation = "aar2"
		category = plane_special_module_air_air_radar
		gui_category = plane_special_module_electronics
		sfx = sfx_ui_sd_module_turret
		parent = air_air_radar_6

		add_stats = {
			build_cost_ic = 15
			weight = 1
		}
		mission_type_stats = {
			limit = {
				interception
			}
			add_stats = {
				air_defence = 15
				night_penalty = -0.9
				air_attack = 10
			}
		}
		xp_cost = 1
	}



########  ######## ######## ######## ##    ##  ######  #### ##     ## ########    ######## ##     ## ########  ########  ######## ########  ######  
##     ## ##       ##       ##       ###   ## ##    ##  ##  ##     ## ##             ##    ##     ## ##     ## ##     ## ##          ##    ##    ## 
##     ## ##       ##       ##       ####  ## ##        ##  ##     ## ##             ##    ##     ## ##     ## ##     ## ##          ##    ##       
##     ## ######   ######   ######   ## ## ##  ######   ##  ##     ## ######         ##    ##     ## ########  ########  ######      ##     ######  
##     ## ##       ##       ##       ##  ####       ##  ##   ##   ##  ##             ##    ##     ## ##   ##   ##   ##   ##          ##          ## 
##     ## ##       ##       ##       ##   ### ##    ##  ##    ## ##   ##             ##    ##     ## ##    ##  ##    ##  ##          ##    ##    ## 
########  ######## ##       ######## ##    ##  ######  ####    ###    ########       ##     #######  ##     ## ##     ## ########    ##     ######  

	lmg_defense_turret = {
		abbreviation = "lmgt"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 4
			air_agility = -2
			build_cost_ic = 1.5
			weight = 1
		}
		dismantle_cost_ic = 1
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 1.25
		}
		can_convert_from = {
			module = lmg_defense_turret
			convert_cost_ic = 1
		}
		can_convert_from = {
			module = cannon_defense_turret
			convert_cost_ic = 1
		}
		xp_cost = 1
	}

	lmg_defense_turret_2x = {
		abbreviation = "lmgt2"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 6
			air_agility = -3
			build_cost_ic = 3
			weight = 2
		}
		dismantle_cost_ic = 2
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 2.5
		}
		can_convert_from = {
			module = hmg_defense_turret_2x
			convert_cost_ic = 2.25
		}
		can_convert_from = {
			module = cannon_defense_turret_2x
			convert_cost_ic = 2.25
		}
		xp_cost = 1
	}

	hmg_defense_turret = {
		abbreviation = "hmgt"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 6
			air_agility = -3
			build_cost_ic = 3.5
			weight = 2
		}
		dismantle_cost_ic = 1
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 2.75
		}
		can_convert_from = {
			module = lmg_defense_turret
			convert_cost_ic = 2
		}
		can_convert_from = {
			module = cannon_defense_turret
			convert_cost_ic = 2
		}
		xp_cost = 1
	}

	hmg_defense_turret_2x = {
		abbreviation = "hmgt2"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 10
			air_agility = -6
			build_cost_ic = 6
			weight = 4
		}
		dismantle_cost_ic = 2
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 4
		}
		can_convert_from = {
			module = lmg_defense_turret_2x
			convert_cost_ic = 3
		}
		can_convert_from = {
			module = cannon_defense_turret_2x
			convert_cost_ic = 3
		}
		xp_cost = 1
	}

	hmg_defense_turret_1 = {
		abbreviation = "hmgt"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 8
			air_agility = -4
			build_cost_ic = 4
			weight = 2.5
		}
		dismantle_cost_ic = 1
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 2.75
		}
		can_convert_from = {
			module = hmg_defense_turret
			convert_cost_ic = 2
		}
		can_convert_from = {
			module = cannon_defense_turret
			convert_cost_ic = 2
		}
		xp_cost = 1
	}

	hmg_defense_turret_2x_1 = {
		abbreviation = "hmgt2"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 16
			air_agility = -8
			build_cost_ic = 8
			weight = 5
		}
		dismantle_cost_ic = 2
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 4
		}
		can_convert_from = {
			module = hmg_defense_turret_2x
			convert_cost_ic = 3
		}
		can_convert_from = {
			module = cannon_defense_turret_2x
			convert_cost_ic = 3
		}
		xp_cost = 1
	}

	hmg_defense_turret_2 = {
		abbreviation = "hmgt"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 10
			air_agility = -4
			build_cost_ic = 4.5
			weight = 3
		}
		dismantle_cost_ic = 1
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 2.75
		}
		can_convert_from = {
			module = hmg_defense_turret_1
			convert_cost_ic = 2
		}
		can_convert_from = {
			module = cannon_defense_turret_2
			convert_cost_ic = 2
		}
		xp_cost = 1
	}

	hmg_defense_turret_2x_2 = {
		abbreviation = "hmgt2"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 20
			air_agility = -8
			build_cost_ic = 9
			weight = 6
		}
		dismantle_cost_ic = 2
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 4
		}
		can_convert_from = {
			module = hmg_defense_turret_2x_1
			convert_cost_ic = 3
		}
		can_convert_from = {
			module = cannon_defense_turret_2x_2
			convert_cost_ic = 3
		}
		xp_cost = 1
	}

	cannon_defense_turret = {
		abbreviation = "cat"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 8
			air_agility = -4
			build_cost_ic = 4
			weight = 4
		}
		dismantle_cost_ic = 1
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 3
		}
		can_convert_from = {
			module = hmg_defense_turret
			convert_cost_ic = 2.5
		}
		xp_cost = 1
	}

	cannon_defense_turret_2x = {
		abbreviation = "cat2"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 14
			air_agility = -7
			build_cost_ic = 8
			weight = 8
		}
		dismantle_cost_ic = 2
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 6
		}
		can_convert_from = {
			module = hmg_defense_turret_2x
			convert_cost_ic = 5
		}
		xp_cost = 1
	}

	cannon_defense_turret_1 = {
		abbreviation = "cat"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 10
			air_agility = -5
			build_cost_ic = 5
			weight = 5
		}
		dismantle_cost_ic = 1
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 3
		}
		can_convert_from = {
			module = hmg_defense_turret_1
			convert_cost_ic = 2.5
		}
		xp_cost = 1
	}

	cannon_defense_turret_2x_1 = {
		abbreviation = "cat2"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 20
			air_agility = -8
			build_cost_ic = 10
			weight = 9
		}
		dismantle_cost_ic = 2
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 6
		}
		can_convert_from = {
			module = hmg_defense_turret_2x_1
			convert_cost_ic = 5
		}
		xp_cost = 1
	}

	cannon_defense_turret_2 = {
		abbreviation = "cat"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 14
			air_agility = -5
			build_cost_ic = 6
			weight = 5
		}
		dismantle_cost_ic = 1
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 3
		}
		can_convert_from = {
			module = hmg_defense_turret_2
			convert_cost_ic = 2.5
		}
		xp_cost = 1
	}

	cannon_defense_turret_2x_2 = {
		abbreviation = "cat2"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 28
			air_agility = -9
			build_cost_ic = 12
			weight = 10
		}
		dismantle_cost_ic = 2
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 6
		}
		can_convert_from = {
			module = hmg_defense_turret_2x_2
			convert_cost_ic = 5
		}
		xp_cost = 1
	}

	cannon_defense_turret_3 = {
		abbreviation = "cat"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 16
			air_agility = -5
			build_cost_ic = 8
			weight = 5
		}
		dismantle_cost_ic = 1
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 3
		}
		xp_cost = 1
	}

	cannon_defense_turret_3x_3 = {
		abbreviation = "cat2"
		category = plane_special_module_defense_turret
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			air_attack = 32
			air_agility = -10
			build_cost_ic = 16
			weight = 10
		}
		dismantle_cost_ic = 2
		can_convert_from = {
			module_category = plane_special_module_defense_turret
			convert_cost_ic = 6
		}
		xp_cost = 1
	}

}
