equipment_modules = {
	bm_cluster_bomb_1 = {
		abbreviation = "clu"
		category = cas_weapon
		gfx = bm_cluster_bomb_1

		xp_cost = 5
		dismantle_cost_ic = 0.5
		add_equipment_type = cas
		forbid_module_categories = {
			fighter_weapon
			nav_bomber_weapon
			mine_warfare_offense
			recon_camera
		}
		add_stats = {
			build_cost_ic = 3
		}
		allow_mission_type = {
			cas
			attack_logistics
		}
		mission_type_stats = {
			limit = {
				cas
				attack_logistics
			}
			add_stats = {
				air_ground_attack = 10
				air_agility = -15
				weight = 6
			}
		}
	}

	bm_napalm_bomb_1 = {
		abbreviation = "nlm"
		category = cas_weapon
		gfx = bm_napalm_bomb_1

		xp_cost = 7
		dismantle_cost_ic = 0.5
		add_equipment_type = cas
		forbid_module_categories = {
			fighter_weapon
			nav_bomber_weapon
			mine_warfare_offense
			recon_camera
		}
		add_stats = {
			build_cost_ic = 3
		}
		build_cost_resources = {
			rubber = 1
		}
		allow_mission_type = {
			cas
			attack_logistics
			strategic_bomber
		}
		mission_type_stats = {
			limit = {
				attack_logistics
			}
			add_stats = {
				air_ground_attack = 8
				air_agility = -15
				weight = 7
			}
		}
		mission_type_stats = {
			limit = {
				cas
			}
			add_stats = {
				air_ground_attack = 13
				air_agility = -15
				weight = 7
			}
		}
		mission_type_stats = {
			limit = {
				strategic_bomber
			}
			add_stats = {
				air_bombing = 1
				weight = 8
			}
		}
	}
}