equipment_modules = {
	bm_pressurized_cabin_1 = {
		abbreviation = "prc"
		category = plane_special_module_medium
		gui_category = plane_special_module_medium
		gfx = bm_pressurized_cabin_1

		xp_cost = 3

		add_stats = {
			weight = 4
			build_cost_ic = 4.0
		}
		multiply_stats = {
			air_range = 0.25
			maximum_speed = 0.05
		}
		build_cost_resources = {
			rubber = 1
		}
	}
	bm_pressurized_cabin_2 = {
		abbreviation = "prc"
		category = plane_special_module_large
		gui_category = plane_special_module_large
		gfx = bm_pressurized_cabin_1

		xp_cost = 3

		add_stats = {
			weight = 6
			build_cost_ic = 4.0
		}
		multiply_stats = {
			air_range = 0.25
			maximum_speed = 0.05
		}
		build_cost_resources = {
			rubber = 1
		}
	}
}