categories = {

	air_raids = {
	    visible = { has_dlc = "Gotterdammerung" }
	    intel_source = air
	}
	

	paratrooper_raids = {
	    intel_source = air
	    visible = { has_dlc = "Gotterdammerung" }
		available = {
		    has_tech = paratroopers
		}
	}

	nuclear_raids = {
	    intel_source = air
	    free_targeting = yes

	    available = {
	        is_special_project_completed = sp:sp_nuclear_bomb
	    }
	}

}
