Add F-15I support

Co-Authored-By: M Chimiste <37678080+M-Chimiste@users.noreply.github.com>
This commit is contained in:
Raffson
2023-07-09 19:32:15 +02:00
parent 06d98db55b
commit d6e7451f8a
10 changed files with 94 additions and 0 deletions

View File

@@ -70,6 +70,10 @@ class Flight(SidcDescribable, RadioFrequencyContainer, TacanContainer):
self.divert = divert
self.flight_type = flight_type
self.loadout = Loadout.default_for(self)
if self.squadron.aircraft.name == "F-15I Ra'am":
self.loadout.pylons[16] = Weapon.with_clsid(
"{IDF_MODS_PROJECT_F-15I_Raam_Dome}"
)
self.start_type = start_type
self.use_custom_loadout = False
self.custom_name = custom_name