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 = Strike_fighter2 #Tornado
		amount = 311
	}
	add_equipment_to_stockpile = {
		type = naval_plane2 #Atlantique 2
		amount = 16
		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 = AS_Fighter1 #F-4 Phantom II
		amount = 152
		producer = USA
	}
	add_equipment_to_stockpile = {
		type = AS_Fighter3 #EF-2000 Typhoon
		amount = 8
	}
	add_equipment_to_stockpile = {
		type = MR_Fighter1 #MiG-21 Fishbed
		amount = 1
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = AS_Fighter1 #MiG-23 Flogger
		amount = 2
		producer = SOV
	}
	add_equipment_to_stockpile = {
		type = Strike_fighter1 #Su-22 Fitter
		amount = 1
		producer = SOV
		#version_name = "Su-22 Fitter"
	}
	add_equipment_to_stockpile = {
		type = transport_plane1 #C-160R Transall
		amount = 83
		producer = FRA
	}

	##GER Built Equipment
	add_equipment_production = {
		equipment = {
			type = AS_Fighter3 #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 = naval_plane1 #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 = naval_plane1 #P-3 Orion
					creator = "USA"
				}
				requested_factories = 1
				progress = 0.1
				efficiency = 50
			}
		}
	}
}