mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
F/A-18E/F Super Hornet AI Tanker mod support (#220)
* Added F/A-18E/F Super Hornet AI Tanker mod support (Chiller Juice Studios SuperBug Tanker AI version 1.1). * Updated F/A-18E/F Super Hornet AI Tanker mod support (Chiller Juice Studios SuperBug Tanker AI) to version 1.2. * F/A-18E/F Super Hornet AI Tanker (version 1.2) support merged to Retribution. * Updated the pydcs extension to version 1.4.
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
"KC-130J",
|
||||
"KC-135 Stratotanker",
|
||||
"KC-135 Stratotanker MPRS",
|
||||
"S-3B Tanker"
|
||||
"S-3B Tanker",
|
||||
"F/A-18E Tanker"
|
||||
],
|
||||
"frontline_units": [
|
||||
"LAV-25",
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
"E-2C Hawkeye"
|
||||
],
|
||||
"tankers": [
|
||||
"S-3B Tanker"
|
||||
"S-3B Tanker",
|
||||
"F/A-18E Tanker"
|
||||
],
|
||||
"frontline_units": [
|
||||
"M113",
|
||||
|
||||
10
resources/squadrons/super hornet/VFA-105F.yaml
Normal file
10
resources/squadrons/super hornet/VFA-105F.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: VFA-105 (Tanker)
|
||||
nickname: Gunslingers
|
||||
female_pilot_percentage: 12
|
||||
country: USA
|
||||
role: Tanker
|
||||
aircraft: F/A-18E Tanker
|
||||
livery: Stock Tanker E
|
||||
mission_types:
|
||||
- Refueling
|
||||
10
resources/squadrons/super hornet/VFA-41F.yaml
Normal file
10
resources/squadrons/super hornet/VFA-41F.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
name: VFA-41 (Tanker)
|
||||
nickname: Black Aces
|
||||
female_pilot_percentage: 12
|
||||
country: USA
|
||||
role: Tanker
|
||||
aircraft: F/A-18F Tanker
|
||||
livery: Stock Tanker F
|
||||
mission_types:
|
||||
- Refueling
|
||||
BIN
resources/ui/units/aircrafts/banners/Superbug_AITanker_24.jpg
Normal file
BIN
resources/ui/units/aircrafts/banners/Superbug_AITanker_24.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
BIN
resources/ui/units/aircrafts/icons/Superbug_AITanker_24.jpg
Normal file
BIN
resources/ui/units/aircrafts/icons/Superbug_AITanker_24.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.3 KiB |
21
resources/units/aircraft/Superbug_AITanker.yaml
Normal file
21
resources/units/aircraft/Superbug_AITanker.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
carrier_capable: true
|
||||
description:
|
||||
The Boeing F/A-18E and F/A-18F Super Hornet are twin-engine, carrier-capable,
|
||||
multirole fighter aircraft variants based on the McDonnell Douglas F/A-18 Hornet.
|
||||
This version is an AI-only tanker aircraft, capable of in-flight refueling.
|
||||
introduced: 2001
|
||||
manufacturer: Boeing
|
||||
origin: USA
|
||||
price: 20
|
||||
max_group_size: 1
|
||||
role: Carrier-based Tanker
|
||||
max_range: 1000
|
||||
patrol:
|
||||
# ~265 knots IAS.
|
||||
speed: 320
|
||||
altitude: 12000
|
||||
variants:
|
||||
F/A-18E Tanker: {}
|
||||
F/A-18F Tanker: {}
|
||||
tasks:
|
||||
Refueling: 0
|
||||
Reference in New Issue
Block a user