instant_effect = {
	add_equipment_to_stockpile = {
		type = attack_helicopter1 #MBB Bo 105
		amount = 199
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Bell UH-1 Iroquois
		amount = 188
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Sikorsky CH-53 Sea Stallion
		amount = 107
		producer = USA
		#version_name = "Sikorsky CH-53 Sea Stallion"
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Bo 105
		amount = 60
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Aérospatiale SA-316
		amount = 28
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter3
		amount = 13
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter2 #Westland WG-13 Lynx
		amount = 22
		producer = ENG
	}
	add_equipment_to_stockpile = {
		type = transport_helicopter1 #Sea King HU5
		amount = 21
		#version_name = "Sea King HU5"
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = transport_plane1 #C-160R Transall
		amount = 83
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = large_plane_maritime_patrol_plane_airframe_1
		amount = 16
		producer = FRA
	}
	add_equipment_to_stockpile = {
		type = cv_medium_plane_airframe_1
		amount = 152
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = small_plane_airframe_1
		amount = 1
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = small_plane_cas_airframe_1
		amount = 1
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = medium_plane_fighter_airframe_1
		amount = 1
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = medium_plane_fighter_airframe_2
		amount = 8
	}
	add_equipment_to_stockpile = {
		type = medium_plane_airframe_2
		amount = 311
	}
	add_equipment_production = {
		equipment = {
			type = medium_plane_fighter_airframe_2 #EF-2000 Typhoon
			creator = "GER"
		}
		requested_factories = 1
		progress = 0.1
		efficiency = 50
	}
	
	add_equipment_production = {
		equipment = {
			type = transport_helicopter2 #Westland WG-13 Lynx
			creator = "GER"
		}
		requested_factories = 1
		progress = 0.1
		efficiency = 50
	}
	add_equipment_production = {
		equipment = {
			type = transport_helicopter2 #Eurocopter AS532 Cougar
			creator = "GER"
		}
		requested_factories = 1
		progress = 0.1
		efficiency = 50
	}
	if = {
		limit = { has_dlc = "Death or Dishonor" }

		ENG = {

			create_production_license = {
				target = GER
				equipment = {
					type = transport_helicopter2 #Westland WG-13 Lynx
				}
				cost_factor = 0
			}

		}
		USA = {

			create_production_license = {
				target = GER
				equipment = {
					type = large_plane_maritime_patrol_plane_airframe_1 #P-3 Orion
				}
				cost_factor = 0
			}

		}
		else = {
			add_equipment_production = {
				equipment = {
					type = transport_helicopter2 #Westland WG-13 Lynx
					creator = "ENG"
				}
				requested_factories = 1
				progress = 0.1
				efficiency = 50
			}
			add_equipment_production = {
				equipment = {
					type = large_plane_maritime_patrol_plane_airframe_1 #P-3 Orion
					creator = "USA"
				}
				requested_factories = 1
				progress = 0.1
				efficiency = 50
			}
		}
	}
}