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




	drop_tanks_m = {
		abbreviation = "dpt"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

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

	drop_tanks1_m = {
		abbreviation = "dpt"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

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

	drop_tanks2_m = {
		abbreviation = "dpt"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

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


	drop_tanks_l = {
		abbreviation = "dpt"
		category = plane_special_module_large
		sfx = sfx_ui_sd_module_turret

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

	drop_tanks1_l = {
		abbreviation = "dpt"
		category = plane_special_module_large
		sfx = sfx_ui_sd_module_turret

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

	drop_tanks2_l = {
		abbreviation = "dpt"
		category = plane_special_module_large
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 2
			air_range = 2000
			weight = 6
		}
		xp_cost = 1
	}
	
	rwr_m = {
		abbreviation = "aps"
		category = plane_special_module_medium
		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_m = {
		abbreviation = "aps"
		category = plane_special_module_medium
		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
	}
	chute_1_m = {
		abbreviation = "dbs"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

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

	chute_2_m = {
		abbreviation = "dbs"
		category = plane_special_module_medium
		sfx = sfx_ui_sd_module_turret

		add_stats = {
			build_cost_ic = 6
			weight = 1
			air_defence = 15
		}
		xp_cost = 1
	}
	
	rwr_l = {
		abbreviation = "aps"
		category = plane_special_module_large
		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_l = {
		abbreviation = "aps"
		category = plane_special_module_large
		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
	}


}