mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update F/A-18E/F/G Super Hornet Mod to 2.4.0 (#484)
* Update F/A-18E/F/G Super Hornet Mod to 2.4.0
* Update F/A-18E/F/G Super Hornet Mod to 2.4.0
* ECM Pods for E/A-18G Growler to allow EW Jammer 2.0 Plugin
* Update weapons classes for custom weapons
* Adjust default loadouts
* Update for Super Hornet 2.4.2
* Change Settings page to reflect 2.4.2
* Remove redeclared weapons
* Add Recovery-tasking to tankers
* Rewire new tankers to old tanker modsetting
* Small bugfix w.r.t. CLI-tool
* Save-compat fix: remap old Superbug_AITanker to FA_18ET
* Add empty line at EOF
* Revert "Add empty line at EOF"
This reverts commit 4a7f616e47.
* Restore checkbox for AI Tankers
---------
Co-authored-by: Raffson <Raffson@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,6 @@ from .f22a import *
|
||||
from .f4 import *
|
||||
from .f84g import *
|
||||
from .fa18efg import *
|
||||
from .fa18ef_tanker import *
|
||||
from .frenchpack import *
|
||||
from .hercules import *
|
||||
from .highdigitsams import *
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
from .fa18ef_tanker import *
|
||||
@@ -1,31 +0,0 @@
|
||||
from enum import Enum
|
||||
|
||||
from dcs import task
|
||||
from dcs.planes import PlaneType
|
||||
|
||||
from game.modsupport import planemod
|
||||
|
||||
|
||||
@planemod
|
||||
class Superbug_AITanker(PlaneType):
|
||||
id = "Superbug_AITanker"
|
||||
group_size_max = 1
|
||||
height = 4.66
|
||||
width = 13.62456
|
||||
length = 17.07
|
||||
fuel_max = 13154
|
||||
max_speed = 1950.12
|
||||
chaff = 120
|
||||
flare = 60
|
||||
charge_total = 240
|
||||
chaff_charge_size = 1
|
||||
flare_charge_size = 2
|
||||
tacan = True
|
||||
radio_frequency = 305
|
||||
|
||||
livery_name = "SUPERBUG_AITANKER" # from type
|
||||
|
||||
pylons = set()
|
||||
|
||||
tasks = [task.Refueling]
|
||||
task_default = task.Refueling
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user