equipment_modules = {

	#Propulsion
	
		
	ship_engine_sail_0 = {
		category = ship_engine_sail
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 6
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			fabric = 1
		}
		
		multiply_stats = {
			naval_range = 2.60
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_sail
			convert_cost_ic = 180
		}

	}
	
	ship_engine_sail_1 = {
		category = ship_engine_sail
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 7
			fuel_consumption = 0
			build_cost_ic = 100
		}
		
		build_cost_resources = {
			fabric = 1
		}
		
		multiply_stats = {
			naval_range = 2.60
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_sail
			convert_cost_ic = 200
		}
		
		can_convert_from = {
			module = ship_engine_sail_0
			convert_cost_ic = 30
		}

	}
	
	ship_engine_sail_2 = {
		category = ship_engine_sail
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 8
			fuel_consumption = 0
			build_cost_ic = 130
		}
		
		build_cost_resources = {
			fabric = 2
		}
		
		multiply_stats = {
			naval_range = 2.60
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_sail
			convert_cost_ic = 230
		}
		
		can_convert_from = {
			module = ship_engine_sail_1
			convert_cost_ic = 30
		}

	}
	
	ship_engine_primitive_sails_0 = {
		category = ship_engine_primitive_sails
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 8
			fuel_consumption = 0
			build_cost_ic = 25
		}
		
		can_convert_from = {
			module_category = ship_engine_primitive_sails
			convert_cost_ic = 50
		}

	}
	
	ship_engine_primitive_oars_0 = {
		category = ship_engine_primitive_oars
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 4
			fuel_consumption = 0
			build_cost_ic = 10
		}
		
		can_convert_from = {
			module_category = ship_engine_primitive_oars
			convert_cost_ic = 20
		}
	}
	
	ship_engine_primitive_oars_1 = {
		category = ship_engine_primitive_oars
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 5
			fuel_consumption = 0
			build_cost_ic = 15
		}
		
		can_convert_from = {
			module_category = ship_engine_primitive_oars
			convert_cost_ic = 20
		}
		
		can_convert_from = {
			module = ship_engine_primitive_oars_0
			convert_cost_ic = 10
		}
	}
	
	#gunboats
	ship_engine_paddle_gunboat = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 6
			fuel_consumption = 0
			build_cost_ic = 120
		}
		
		build_cost_resources = {
			coal = 1
		} 
		
		multiply_stats = {
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat
			convert_cost_ic = 220
		}

	}
	ship_engine_steam_screw_gunboat = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 9
			fuel_consumption = 0
			build_cost_ic = 150
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat #from ANY gunboat engine
			convert_cost_ic = 250
		}
		
		can_convert_from = {
			module = ship_engine_paddle_gunboat #from specific gunboat engine
			convert_cost_ic = 40
		}

	}
	ship_engine_steam_screw_gunboat_2 = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 10
			fuel_consumption = 0
			build_cost_ic = 190
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_speed = 0.15
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat #from ANY gunboat engine
			convert_cost_ic = 290
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_gunboat #from specific gunboat engine
			convert_cost_ic = 50
		}

	}
	ship_engine_steam_turbines_gunboat_1 = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 10.5
			fuel_consumption = 0
			build_cost_ic = 240
		}
		
		build_cost_resources = {
			coal = 2
		}
		
		multiply_stats = {
			naval_speed = 0.2
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat #from ANY gunboat engine
			convert_cost_ic = 340
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_gunboat_2 #from specific gunboat engine
			convert_cost_ic = 70
		}

	}
	ship_engine_steam_turbines_gunboat_2 = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 12
			fuel_consumption = 0
			build_cost_ic = 280
		}
		
		build_cost_resources = {
			coal = 2
		}
		
		multiply_stats = {
			naval_speed = 0.2
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat #from ANY gunboat engine
			convert_cost_ic = 380
		}
		
		can_convert_from = {
			module = ship_engine_steam_turbines_gunboat_1 #from specific gunboat engine
			convert_cost_ic = 60
		}

	}
	ship_engine_oil_turbines_gunboat_1 = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 18
			fuel_consumption = 15
			build_cost_ic = 380
		}
		
		multiply_stats = {
			naval_speed = 0.2
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat #from ANY gunboat engine
			convert_cost_ic = 480
		}
		
		can_convert_from = {
			module = ship_engine_steam_turbines_gunboat_2 #from specific gunboat engine
			convert_cost_ic = 120
		}

	}
	ship_engine_oil_turbines_gunboat_2 = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 22.0
			fuel_consumption = 16
			build_cost_ic = 440
		}
		
		multiply_stats = {
			naval_speed = 0.2
			reliability = -0.075
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat #from ANY gunboat engine
			convert_cost_ic = 560
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_gunboat_1 #from specific gunboat engine
			convert_cost_ic = 120
		}

	}
	ship_engine_oil_turbines_gunboat_3 = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 26
			fuel_consumption = 17.0
			build_cost_ic = 500
		}
		
		multiply_stats = {
			naval_speed = 0.2
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat #from ANY gunboat engine
			convert_cost_ic = 600
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_gunboat_2 #from specific gunboat engine
			convert_cost_ic = 160
		}

	}
	ship_engine_oil_turbines_gunboat_4 = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 30
			fuel_consumption = 18
			build_cost_ic = 550
		}
		
		multiply_stats = {
			naval_speed = 0.2
			reliability = -0.025
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat #from ANY gunboat engine
			convert_cost_ic = 640
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_gunboat_3 #from specific gunboat engine
			convert_cost_ic = 200
		}

	}
	ship_engine_diesel_gunboat_1 = {
		category = ship_engine_gunboat
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 34
			fuel_consumption = 18
			build_cost_ic = 600
		}
		
		multiply_stats = {
			naval_speed = 0.2
			reliability = -0.01
		}
		
		can_convert_from = {
			module_category = ship_engine_gunboat #from ANY gunboat engine
			convert_cost_ic = 680
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_gunboat_4 #from specific gunboat engine
			convert_cost_ic = 240
		}

	}
#	ship_engine_diesel_gunboat_2 = {
#		category = ship_engine_gunboat
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 38
#			fuel_consumption = 18
#			build_cost_ic = 650
#		}
#		
#		multiply_stats = {
#			naval_speed = 0.25
#			reliability = -0.01
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_gunboat #from ANY gunboat engine
#			convert_cost_ic = 720
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_gunboat_1 #from specific gunboat engine
#			convert_cost_ic = 280
#		}
#
#	}
#	ship_engine_diesel_gunboat_3 = {
#		category = ship_engine_gunboat
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 42
#			fuel_consumption = 18
#			build_cost_ic = 700
#		}
#		
#		multiply_stats = {
#			naval_speed = 0.3
#			reliability = -0.01
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_gunboat #from ANY gunboat engine
#			convert_cost_ic = 760
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_gunboat_2 #from specific gunboat engine
#			convert_cost_ic = 320
#		}
#
#	}
#	ship_engine_diesel_gunboat_4 = {
#		category = ship_engine_gunboat
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 46
#			fuel_consumption = 18
#			build_cost_ic = 750
#		}
#		
#		multiply_stats = {
#			naval_speed = 0.35
#			reliability = -0.01
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_gunboat #from ANY gunboat engine
#			convert_cost_ic = 800
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_gunboat_3 #from specific gunboat engine
#			convert_cost_ic = 360
#		}
#
#	}
#	ship_engine_hybrid_gunboat_1 = {
#		category = ship_engine_gunboat
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 50
#			fuel_consumption = 18
#			build_cost_ic = 850
#		}
#		
#		multiply_stats = {
#			naval_speed = 0.4
#			reliability = -0.01
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_gunboat #from ANY gunboat engine
#			convert_cost_ic = 840
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_gunboat_4 #from specific gunboat engine
#			convert_cost_ic = 400
#		}
#
#	}
#	ship_engine_hybrid_gunboat_2 = {
#		category = ship_engine_gunboat
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 54
#			fuel_consumption = 18
#			build_cost_ic = 900
#		}
#		
#		multiply_stats = {
#			naval_speed = 0.45
#			reliability = -0.01
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_gunboat #from ANY gunboat engine
#			convert_cost_ic = 880
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_gunboat_1 #from specific gunboat engine
#			convert_cost_ic = 440
#		}
#
#	}
#	ship_engine_fusion_gunboat_1 = {
#		category = ship_engine_gunboat
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 58
#			fuel_consumption = 0
#			build_cost_ic = 950
#		}
#		
#		multiply_stats = {
#			naval_speed = 0.5
#			reliability = -0.01
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_gunboat #from ANY gunboat engine
#			convert_cost_ic = 920
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_gunboat_2 #from specific gunboat engine
#			convert_cost_ic = 480
#		}
#
#	}
#	ship_engine_fusion_gunboat_2 = {
#		category = ship_engine_gunboat
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 58
#			fuel_consumption = 0
#			build_cost_ic = 950
#		}
#		
#		multiply_stats = {
#			naval_speed = 0.5
#			reliability = -0.01
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_gunboat #from ANY gunboat engine
#			convert_cost_ic = 920
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_gunboat_1 #from specific gunboat engine
#			convert_cost_ic = 480
#		}
#
#	}
#	ship_engine_fusion_gunboat_3 = {
#		category = ship_engine_gunboat
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 58
#			fuel_consumption = 0
#			build_cost_ic = 950
#		}
#		
#		multiply_stats = {
#			naval_speed = 0.5
#			reliability = -0.01
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_gunboat #from ANY gunboat engine
#			convert_cost_ic = 920
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_gunboat_2 #from specific gunboat engine
#			convert_cost_ic = 480
#		}
#
#	}
	
	#monitors
	ship_engine_paddle_monitor = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 12
			fuel_consumption = 0
			build_cost_ic = 100
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.1
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 200
		}

	}
	ship_engine_steam_screw_monitor = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 13.5
			fuel_consumption = 0
			build_cost_ic = 110
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.1
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 210
		}
		
		can_convert_from = {
			module = ship_engine_paddle_monitor
			convert_cost_ic = 25
		}

	}
	ship_engine_steam_screw_monitor_2 = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 15
			fuel_consumption = 0
			build_cost_ic = 130
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.15
			naval_speed = 0.1
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 230
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_monitor
			convert_cost_ic = 25
		}

	}
	ship_engine_steam_turbines_monitor_1 = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 17.5
			fuel_consumption = 7
			build_cost_ic = 150
		}
		
		multiply_stats = {
			naval_range = 0.15
			naval_speed = 0.1
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 250
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_monitor_2
			convert_cost_ic = 25
		}

	}
	ship_engine_steam_turbines_monitor_2 = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 19
			fuel_consumption = 8
			build_cost_ic = 170
		}
		
		multiply_stats = {
			naval_range = 0.15
			naval_speed = 0.15
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 270
		}
		
		can_convert_from = {
			module = ship_engine_steam_turbines_monitor_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_monitor_1 = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 21.5
			fuel_consumption = 9
			build_cost_ic = 200
		}
		
		multiply_stats = {
			naval_range = 0.2
			naval_speed = 0.2
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 300
		}
		
		can_convert_from = {
			module = ship_engine_steam_turbines_monitor_2
			convert_cost_ic = 50
		}

	}
	ship_engine_oil_turbines_monitor_2 = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 22
			fuel_consumption = 9
			build_cost_ic = 225
		}
		
		multiply_stats = {
			naval_range = 0.3
			naval_speed = 0.25
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 325
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_monitor_1
			convert_cost_ic = 60
		}

	}
	ship_engine_oil_turbines_monitor_3 = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 22.5
			fuel_consumption = 9
			build_cost_ic = 250
		}
		
		multiply_stats = {
			naval_range = 0.4
			naval_speed = 0.3
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 350
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_monitor_2
			convert_cost_ic = 70
		}

	}
	ship_engine_oil_turbines_monitor_4 = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 23
			fuel_consumption = 9
			build_cost_ic = 275
		}
		
		multiply_stats = {
			naval_range = 0.5
			naval_speed = 0.35
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 375
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_monitor_3
			convert_cost_ic = 80
		}

	}
	ship_engine_diesel_monitor_1 = {
		category = ship_engine_monitor
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 23.5
			fuel_consumption = 9
			build_cost_ic = 300
		}
		
		multiply_stats = {
			naval_range = 0.6
			naval_speed = 0.4
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_monitor
			convert_cost_ic = 400
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_monitor_4
			convert_cost_ic = 90
		}

	}
#	ship_engine_diesel_monitor_2 = {
#		category = ship_engine_monitor
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 24
#			fuel_consumption = 9
#			build_cost_ic = 325
#		}
#		
#		multiply_stats = {
#			naval_range = 0.7
#			naval_speed = 0.45
#			reliability = -0.1
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_monitor
#			convert_cost_ic = 425
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_monitor_1
#			convert_cost_ic = 100
#		}
#
#	}
#	ship_engine_diesel_monitor_3 = {
#		category = ship_engine_monitor
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 24.5
#			fuel_consumption = 9
#			build_cost_ic = 350
#		}
#		
#		multiply_stats = {
#			naval_range = 0.8
#			naval_speed = 0.5
#			reliability = -0.1
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_monitor
#			convert_cost_ic = 425
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_monitor_2
#			convert_cost_ic = 100
#		}
#
#	}
#	ship_engine_diesel_monitor_4 = {
#		category = ship_engine_monitor
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 25
#			fuel_consumption = 9
#			build_cost_ic = 375
#		}
#		
#		multiply_stats = {
#			naval_range = 0.9
#			naval_speed = 0.55
#			reliability = -0.1
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_monitor
#			convert_cost_ic = 425
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_monitor_3
#			convert_cost_ic = 100
#		}
#
#	}
#	ship_engine_hybrid_monitor_1 = {
#		category = ship_engine_monitor
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 24.5
#			fuel_consumption = 9
#			build_cost_ic = 400
#		}
#		
#		multiply_stats = {
#			naval_range = 0.8
#			naval_speed = 0.5
#			reliability = -0.1
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_monitor
#			convert_cost_ic = 425
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_monitor_4
#			convert_cost_ic = 100
#		}
#
#	}
#	ship_engine_hybrid_monitor_2 = {
#		category = ship_engine_monitor
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 24.5
#			fuel_consumption = 9
#			build_cost_ic = 425
#		}
#		
#		multiply_stats = {
#			naval_range = 0.8
#			naval_speed = 0.5
#			reliability = -0.1
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_monitor
#			convert_cost_ic = 425
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_monitor_1
#			convert_cost_ic = 100
#		}
#
#	}
#	ship_engine_fusion_monitor_1 = {
#		category = ship_engine_monitor
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 24.5
#			fuel_consumption = 9
#			build_cost_ic = 450
#		}
#		
#		multiply_stats = {
#			naval_range = 0.8
#			naval_speed = 0.5
#			reliability = -0.1
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_monitor
#			convert_cost_ic = 425
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_monitor_2
#			convert_cost_ic = 100
#		}
#
#	}
#	ship_engine_fusion_monitor_2 = {
#		category = ship_engine_monitor
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 24.5
#			fuel_consumption = 9
#			build_cost_ic = 475
#		}
#		
#		multiply_stats = {
#			naval_range = 0.8
#			naval_speed = 0.5
#			reliability = -0.1
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_monitor
#			convert_cost_ic = 425
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_monitor_1
#			convert_cost_ic = 100
#		}
#
#	}
#	ship_engine_fusion_monitor_3 = {
#		category = ship_engine_monitor
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 24.5
#			fuel_consumption = 9
#			build_cost_ic = 500
#		}
#		
#		multiply_stats = {
#			naval_range = 0.8
#			naval_speed = 0.5
#			reliability = -0.1
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_monitor
#			convert_cost_ic = 425
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_monitor_3
#			convert_cost_ic = 100
#		}
#
#	}
	
	
	ship_engine_paddle_screen = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 12
			fuel_consumption = 0
			build_cost_ic = 60
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 260
		}

	}
	ship_engine_steam_screw_screen = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 28
			fuel_consumption = 0
			build_cost_ic = 70
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 270
		}
		
		can_convert_from = {
			module = ship_engine_paddle_screen
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_screw_screen_2 = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 31
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 280
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_screen
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_screen_1 = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 40
			fuel_consumption = 0
			build_cost_ic = 110
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.175
			naval_speed = 0.2
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_screen_2
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_screen_2 = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 19
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			naval_speed = 0.05
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 280
		}

	}
	ship_engine_oil_turbines_screen_1 = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 22
			fuel_consumption = 6
			build_cost_ic = 100
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 300
		}
		
		can_convert_from = {
			module = ship_engine_destroyer_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_screen_2 = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 24.5
			fuel_consumption = 6
			build_cost_ic = 110
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_screen_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_screen_3 = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 26
			fuel_consumption = 7
			build_cost_ic = 120
		}
		
		multiply_stats = {
			naval_range = 0.15
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_screen_2
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_screen_4 = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 27
			fuel_consumption = 7
			build_cost_ic = 125
		}
		
		multiply_stats = {
			naval_range = 0.2
			naval_speed = 0.125
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_screen_3
			convert_cost_ic = 25
		}

	}
	ship_engine_diesel_screen_1 = {
		category = ship_engine_screen
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 28
			fuel_consumption = 7
			build_cost_ic = 130
		}
		
		multiply_stats = {
			naval_range = 0.25
			naval_speed = 0.15
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_screen
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_screen_4
			convert_cost_ic = 25
		}

	}
#	ship_engine_diesel_screen_2 = {
#		category = ship_engine_screen
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 29
#			fuel_consumption = 7
#			build_cost_ic = 135
#		}
#		
#		multiply_stats = {
#			naval_range = 0.3
#			naval_speed = 0.175
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_screen
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_screen_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_screen_3 = {
#		category = ship_engine_screen
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 30
#			fuel_consumption = 7
#			build_cost_ic = 140
#		}
#		
#		multiply_stats = {
#			naval_range = 0.35
#			naval_speed = 0.2
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_screen
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_screen_2
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_screen_4 = {
#		category = ship_engine_screen
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 31
#			fuel_consumption = 7
#			build_cost_ic = 145
#		}
#		
#		multiply_stats = {
#			naval_range = 0.4
#			naval_speed = 0.225
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_screen
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_screen_3
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_screen_1 = {
#		category = ship_engine_screen
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 32
#			fuel_consumption = 7
#			build_cost_ic = 150
#		}
#		
#		multiply_stats = {
#			naval_range = 0.45
#			naval_speed = 0.250
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_screen
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_screen_4
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_screen_2 = {
#		category = ship_engine_screen
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 33
#			fuel_consumption = 7
#			build_cost_ic = 155
#		}
#		
#		multiply_stats = {
#			naval_range = 0.5
#			naval_speed = 0.275
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_screen
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_screen_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_screen_1 = {
#		category = ship_engine_screen
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 34
#			fuel_consumption = 7
#			build_cost_ic = 160
#		}
#		
#		multiply_stats = {
#			naval_range = 0.55
#			naval_speed = 0.3
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_screen
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_screen_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_screen_2 = {
#		category = ship_engine_screen
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 35
#			fuel_consumption = 7
#			build_cost_ic = 165
#		}
#		
#		multiply_stats = {
#			naval_range = 0.6
#			naval_speed = 0.325
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_screen
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_screen_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_screen_3 = {
#		category = ship_engine_screen
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 36
#			fuel_consumption = 7
#			build_cost_ic = 170
#		}
#		
#		multiply_stats = {
#			naval_range = 0.65
#			naval_speed = 0.35
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_screen
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_screen_2
#			convert_cost_ic = 25
#		}
#
#	}
	
	
	ship_engine_paddle_cruiser = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 12
			fuel_consumption = 0
			build_cost_ic = 60
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 260
		}

	}
	ship_engine_steam_screw_cruiser = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 14
			fuel_consumption = 0
			build_cost_ic = 70
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 270
		}
		
		can_convert_from = {
			module = ship_engine_paddle_cruiser
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_screw_cruiser_2 = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 31
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 280
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_cruiser
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_cruiser_1 = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 40
			fuel_consumption = 0
			build_cost_ic = 110
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.175
			naval_speed = 0.2
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_cruiser_2
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_cruiser_2 = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 19
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			naval_speed = 0.05
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 280
		}

	}
	ship_engine_oil_turbines_cruiser_1 = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 22
			fuel_consumption = 6
			build_cost_ic = 100
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 300
		}
		
		can_convert_from = {
			module = ship_engine_destroyer_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_cruiser_2 = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 24.5
			fuel_consumption = 6
			build_cost_ic = 110
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_cruiser_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_cruiser_3 = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 26
			fuel_consumption = 7
			build_cost_ic = 120
		}
		
		multiply_stats = {
			naval_range = 0.15
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_cruiser_2
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_cruiser_4 = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 27
			fuel_consumption = 7
			build_cost_ic = 125
		}
		
		multiply_stats = {
			naval_range = 0.2
			naval_speed = 0.125
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_cruiser_3
			convert_cost_ic = 25
		}

	}
	ship_engine_diesel_cruiser_1 = {
		category = ship_engine_cruiser
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 28
			fuel_consumption = 7
			build_cost_ic = 130
		}
		
		multiply_stats = {
			naval_range = 0.25
			naval_speed = 0.15
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_cruiser
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_cruiser_4
			convert_cost_ic = 25
		}

	}
#	ship_engine_diesel_cruiser_2 = {
#		category = ship_engine_cruiser
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 29
#			fuel_consumption = 7
#			build_cost_ic = 135
#		}
#		
#		multiply_stats = {
#			naval_range = 0.3
#			naval_speed = 0.175
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_cruiser
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_cruiser_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_cruiser_3 = {
#		category = ship_engine_cruiser
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 30
#			fuel_consumption = 7
#			build_cost_ic = 140
#		}
#		
#		multiply_stats = {
#			naval_range = 0.35
#			naval_speed = 0.2
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_cruiser
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_cruiser_2
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_cruiser_4 = {
#		category = ship_engine_cruiser
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 31
#			fuel_consumption = 7
#			build_cost_ic = 145
#		}
#		
#		multiply_stats = {
#			naval_range = 0.4
#			naval_speed = 0.225
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_cruiser
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_cruiser_3
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_cruiser_1 = {
#		category = ship_engine_cruiser
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 32
#			fuel_consumption = 7
#			build_cost_ic = 150
#		}
#		
#		multiply_stats = {
#			naval_range = 0.45
#			naval_speed = 0.250
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_cruiser
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_cruiser_4
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_cruiser_2 = {
#		category = ship_engine_cruiser
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 33
#			fuel_consumption = 7
#			build_cost_ic = 155
#		}
#		
#		multiply_stats = {
#			naval_range = 0.5
#			naval_speed = 0.275
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_cruiser
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_cruiser_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_cruiser_1 = {
#		category = ship_engine_cruiser
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 34
#			fuel_consumption = 7
#			build_cost_ic = 160
#		}
#		
#		multiply_stats = {
#			naval_range = 0.55
#			naval_speed = 0.3
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_cruiser
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_cruiser_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_cruiser_2 = {
#		category = ship_engine_cruiser
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 35
#			fuel_consumption = 7
#			build_cost_ic = 165
#		}
#		
#		multiply_stats = {
#			naval_range = 0.6
#			naval_speed = 0.325
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_cruiser
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_cruiser_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_cruiser_3 = {
#		category = ship_engine_cruiser
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 36
#			fuel_consumption = 7
#			build_cost_ic = 170
#		}
#		
#		multiply_stats = {
#			naval_range = 0.65
#			naval_speed = 0.35
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_cruiser
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_cruiser_2
#			convert_cost_ic = 25
#		}
#
#	}
	
	ship_engine_paddle_capital = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 12
			fuel_consumption = 0
			build_cost_ic = 60
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 260
		}

	}
	ship_engine_steam_screw_capital = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 14
			fuel_consumption = 0
			build_cost_ic = 70
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 270
		}
		
		can_convert_from = {
			module = ship_engine_paddle_capital
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_screw_capital_2 = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 31
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 280
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_capital
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_capital_1 = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 40
			fuel_consumption = 0
			build_cost_ic = 110
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.175
			naval_speed = 0.2
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_capital_2
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_capital_2 = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 19
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			naval_speed = 0.05
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 280
		}

	}
	ship_engine_oil_turbines_capital_1 = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 22
			fuel_consumption = 6
			build_cost_ic = 100
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 300
		}
		
		can_convert_from = {
			module = ship_engine_destroyer_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_capital_2 = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 24.5
			fuel_consumption = 6
			build_cost_ic = 110
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_capital_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_capital_3 = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 26
			fuel_consumption = 7
			build_cost_ic = 120
		}
		
		multiply_stats = {
			naval_range = 0.15
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_capital_2
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_capital_4 = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 27
			fuel_consumption = 7
			build_cost_ic = 125
		}
		
		multiply_stats = {
			naval_range = 0.2
			naval_speed = 0.125
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_capital_3
			convert_cost_ic = 25
		}

	}
	ship_engine_diesel_capital_1 = {
		category = ship_engine_capital
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 28
			fuel_consumption = 7
			build_cost_ic = 130
		}
		
		multiply_stats = {
			naval_range = 0.25
			naval_speed = 0.15
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_capital
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_capital_4
			convert_cost_ic = 25
		}

	}
#	ship_engine_diesel_capital_2 = {
#		category = ship_engine_capital
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 29
#			fuel_consumption = 7
#			build_cost_ic = 135
#		}
#		
#		multiply_stats = {
#			naval_range = 0.3
#			naval_speed = 0.175
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_capital
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_capital_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_capital_3 = {
#		category = ship_engine_capital
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 30
#			fuel_consumption = 7
#			build_cost_ic = 140
#		}
#		
#		multiply_stats = {
#			naval_range = 0.35
#			naval_speed = 0.2
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_capital
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_capital_2
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_capital_4 = {
#		category = ship_engine_capital
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 31
#			fuel_consumption = 7
#			build_cost_ic = 145
#		}
#		
#		multiply_stats = {
#			naval_range = 0.4
#			naval_speed = 0.225
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_capital
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_capital_3
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_capital_1 = {
#		category = ship_engine_capital
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 32
#			fuel_consumption = 7
#			build_cost_ic = 150
#		}
#		
#		multiply_stats = {
#			naval_range = 0.45
#			naval_speed = 0.250
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_capital
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_capital_4
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_capital_2 = {
#		category = ship_engine_capital
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 33
#			fuel_consumption = 7
#			build_cost_ic = 155
#		}
#		
#		multiply_stats = {
#			naval_range = 0.5
#			naval_speed = 0.275
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_capital
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_capital_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_capital_1 = {
#		category = ship_engine_capital
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 34
#			fuel_consumption = 7
#			build_cost_ic = 160
#		}
#		
#		multiply_stats = {
#			naval_range = 0.55
#			naval_speed = 0.3
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_capital
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_capital_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_capital_2 = {
#		category = ship_engine_capital
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 35
#			fuel_consumption = 7
#			build_cost_ic = 165
#		}
#		
#		multiply_stats = {
#			naval_range = 0.6
#			naval_speed = 0.325
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_capital
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_capital_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_capital_3 = {
#		category = ship_engine_capital
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 36
#			fuel_consumption = 7
#			build_cost_ic = 170
#		}
#		
#		multiply_stats = {
#			naval_range = 0.65
#			naval_speed = 0.35
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_capital
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_capital_2
#			convert_cost_ic = 25
#		}
#
#	}
	
	ship_engine_paddle_carrier = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 24
			fuel_consumption = 0
			build_cost_ic = 60
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 260
		}

	}
	ship_engine_steam_screw_carrier = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 28
			fuel_consumption = 0
			build_cost_ic = 70
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 270
		}
		
		can_convert_from = {
			module = ship_engine_paddle_carrier
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_screw_carrier_2 = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 31
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 280
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_carrier
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_carrier_1 = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 40
			fuel_consumption = 0
			build_cost_ic = 110
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.175
			naval_speed = 0.2
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_carrier_2
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_carrier_2 = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 19
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			naval_speed = 0.05
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 280
		}

	}
	ship_engine_oil_turbines_carrier_1 = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 22
			fuel_consumption = 6
			build_cost_ic = 100
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 300
		}
		
		can_convert_from = {
			module = ship_engine_destroyer_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_carrier_2 = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 24.5
			fuel_consumption = 6
			build_cost_ic = 110
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_carrier_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_carrier_3 = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 26
			fuel_consumption = 7
			build_cost_ic = 120
		}
		
		multiply_stats = {
			naval_range = 0.15
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_carrier_2
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_carrier_4 = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 27
			fuel_consumption = 7
			build_cost_ic = 125
		}
		
		multiply_stats = {
			naval_range = 0.2
			naval_speed = 0.125
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_carrier_3
			convert_cost_ic = 25
		}

	}
	ship_engine_diesel_carrier_1 = {
		category = ship_engine_carrier
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 28
			fuel_consumption = 7
			build_cost_ic = 130
		}
		
		multiply_stats = {
			naval_range = 0.25
			naval_speed = 0.15
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_carrier
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_carrier_4
			convert_cost_ic = 25
		}

	}
#	ship_engine_diesel_carrier_2 = {
#		category = ship_engine_carrier
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 29
#			fuel_consumption = 7
#			build_cost_ic = 135
#		}
#		
#		multiply_stats = {
#			naval_range = 0.3
#			naval_speed = 0.175
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_carrier
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_carrier_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_carrier_3 = {
#		category = ship_engine_carrier
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 30
#			fuel_consumption = 7
#			build_cost_ic = 140
#		}
#		
#		multiply_stats = {
#			naval_range = 0.35
#			naval_speed = 0.2
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_carrier
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_carrier_2
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_carrier_4 = {
#		category = ship_engine_carrier
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 31
#			fuel_consumption = 7
#			build_cost_ic = 145
#		}
#		
#		multiply_stats = {
#			naval_range = 0.4
#			naval_speed = 0.225
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_carrier
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_carrier_3
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_carrier_1 = {
#		category = ship_engine_carrier
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 32
#			fuel_consumption = 7
#			build_cost_ic = 150
#		}
#		
#		multiply_stats = {
#			naval_range = 0.45
#			naval_speed = 0.250
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_carrier
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_carrier_4
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_carrier_2 = {
#		category = ship_engine_carrier
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 33
#			fuel_consumption = 7
#			build_cost_ic = 155
#		}
#		
#		multiply_stats = {
#			naval_range = 0.5
#			naval_speed = 0.275
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_carrier
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_carrier_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_carrier_1 = {
#		category = ship_engine_carrier
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 34
#			fuel_consumption = 7
#			build_cost_ic = 160
#		}
#		
#		multiply_stats = {
#			naval_range = 0.55
#			naval_speed = 0.3
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_carrier
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_carrier_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_carrier_2 = {
#		category = ship_engine_carrier
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 35
#			fuel_consumption = 7
#			build_cost_ic = 165
#		}
#		
#		multiply_stats = {
#			naval_range = 0.6
#			naval_speed = 0.325
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_carrier
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_carrier_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_carrier_3 = {
#		category = ship_engine_carrier
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 36
#			fuel_consumption = 7
#			build_cost_ic = 170
#		}
#		
#		multiply_stats = {
#			naval_range = 0.65
#			naval_speed = 0.35
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_carrier
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_carrier_2
#			convert_cost_ic = 25
#		}
#
#	}
	
	ship_engine_steam_screw_sub = {
		category = ship_engine_submarine
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 28
			fuel_consumption = 0
			build_cost_ic = 70
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_submarine
			convert_cost_ic = 270
		}
		
		can_convert_from = {
			module = ship_engine_paddle_sub
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_screw_sub_2 = {
		category = ship_engine_submarine
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 31
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_submarine
			convert_cost_ic = 280
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_sub
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_sub_1 = {
		category = ship_engine_submarine
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 40
			fuel_consumption = 0
			build_cost_ic = 110
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.175
			naval_speed = 0.2
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_submarine
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_steam_screw_sub_2
			convert_cost_ic = 20
		}

	}
	ship_engine_steam_turbines_sub_2 = {
		category = ship_engine_submarine
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 19
			fuel_consumption = 0
			build_cost_ic = 80
		}
		
		build_cost_resources = {
			coal = 1
		}
		
		multiply_stats = {
			naval_range = 0.05
			naval_speed = 0.05
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_submarine
			convert_cost_ic = 280
		}

	}
	ship_engine_oil_turbines_sub_1 = {
		category = ship_engine_submarine
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 22
			fuel_consumption = 6
			build_cost_ic = 100
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.1
		}
		
		can_convert_from = {
			module_category = ship_engine_submarine
			convert_cost_ic = 300
		}
		
		can_convert_from = {
			module = ship_engine_destroyer_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_sub_2 = {
		category = ship_engine_submarine
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 24.5
			fuel_consumption = 6
			build_cost_ic = 110
		}
		
		multiply_stats = {
			naval_range = 0.1
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_submarine
			convert_cost_ic = 310
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_sub_1
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_sub_3 = {
		category = ship_engine_submarine
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 26
			fuel_consumption = 7
			build_cost_ic = 120
		}
		
		multiply_stats = {
			naval_range = 0.15
			naval_speed = 0.1
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_submarine
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_sub_2
			convert_cost_ic = 25
		}

	}
	ship_engine_oil_turbines_sub_4 = {
		category = ship_engine_submarine
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 27
			fuel_consumption = 7
			build_cost_ic = 125
		}
		
		multiply_stats = {
			naval_range = 0.2
			naval_speed = 0.125
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_submarine
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_sub_3
			convert_cost_ic = 25
		}

	}
	ship_engine_diesel_sub_1 = {
		category = ship_engine_submarine
		sfx = sfx_ui_sd_module_engine
		
		add_stats = {
			naval_speed = 28
			fuel_consumption = 7
			build_cost_ic = 130
		}
		
		multiply_stats = {
			naval_range = 0.25
			naval_speed = 0.15
			reliability = -0.05
		}
		
		can_convert_from = {
			module_category = ship_engine_submarine
			convert_cost_ic = 320
		}
		
		can_convert_from = {
			module = ship_engine_oil_turbines_sub_4
			convert_cost_ic = 25
		}

	}
#	ship_engine_diesel_sub_2 = {
#		category = ship_engine_submarine
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 29
#			fuel_consumption = 7
#			build_cost_ic = 135
#		}
#		
#		multiply_stats = {
#			naval_range = 0.3
#			naval_speed = 0.175
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_submarine
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_sub_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_sub_3 = {
#		category = ship_engine_submarine
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 30
#			fuel_consumption = 7
#			build_cost_ic = 140
#		}
#		
#		multiply_stats = {
#			naval_range = 0.35
#			naval_speed = 0.2
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_submarine
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_sub_2
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_diesel_sub_4 = {
#		category = ship_engine_submarine
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 31
#			fuel_consumption = 7
#			build_cost_ic = 145
#		}
#		
#		multiply_stats = {
#			naval_range = 0.4
#			naval_speed = 0.225
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_submarine
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_sub_3
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_sub_1 = {
#		category = ship_engine_submarine
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 32
#			fuel_consumption = 7
#			build_cost_ic = 150
#		}
#		
#		multiply_stats = {
#			naval_range = 0.45
#			naval_speed = 0.250
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_submarine
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_diesel_sub_4
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_hybrid_sub_2 = {
#		category = ship_engine_submarine
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 33
#			fuel_consumption = 7
#			build_cost_ic = 155
#		}
#		
#		multiply_stats = {
#			naval_range = 0.5
#			naval_speed = 0.275
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_submarine
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_sub_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_sub_1 = {
#		category = ship_engine_submarine
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 34
#			fuel_consumption = 7
#			build_cost_ic = 160
#		}
#		
#		multiply_stats = {
#			naval_range = 0.55
#			naval_speed = 0.3
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_submarine
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_hybrid_sub_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_sub_2 = {
#		category = ship_engine_submarine
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 35
#			fuel_consumption = 7
#			build_cost_ic = 165
#		}
#		
#		multiply_stats = {
#			naval_range = 0.6
#			naval_speed = 0.325
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_submarine
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_sub_1
#			convert_cost_ic = 25
#		}
#
#	}
#	ship_engine_fusion_sub_3 = {
#		category = ship_engine_submarine
#		sfx = sfx_ui_sd_module_engine
#		
#		add_stats = {
#			naval_speed = 36
#			fuel_consumption = 7
#			build_cost_ic = 170
#		}
#		
#		multiply_stats = {
#			naval_range = 0.65
#			naval_speed = 0.35
#			reliability = -0.05
#		}
#		
#		can_convert_from = {
#			module_category = ship_engine_submarine
#			convert_cost_ic = 320
#		}
#		
#		can_convert_from = {
#			module = ship_engine_fusion_sub_2
#			convert_cost_ic = 25
#		}
#
#	}
	
	
	
	
}