Pydcs update for Phantom II

Save compat changes included
This commit is contained in:
Raffson
2024-05-24 19:14:12 +02:00
parent c947ac0ef1
commit c09a5b68d5
14 changed files with 139 additions and 120 deletions

View File

@@ -1,4 +1,4 @@
from typing import Any, Dict, Set
from typing import Set
from dcs import task
from dcs.planes import PlaneType
@@ -596,9 +596,9 @@ class VSN_F4C(PlaneType):
Weapons.BRU_42_with_3_x_Mk_82___500lb_GP_Bombs_LD,
)
Mk_84___2000lb_GP_Bomb_LD = (3, Weapons.Mk_84___2000lb_GP_Bomb_LD)
LAU_118A___AGM_45B_Shrike_ARM__Imp_ = (
LAU_118A___AGM_45B_Shrike_ARM = (
3,
Weapons.LAU_118A___AGM_45B_Shrike_ARM__Imp_,
Weapons.LAU_118A___AGM_45B_Shrike_ARM,
)
LAU_10_pod___4_x_127mm_ZUNI__UnGd_Rkts_Mk71__HE_FRAG = (
3,
@@ -711,9 +711,9 @@ class VSN_F4C(PlaneType):
Weapons.BRU_42_with_3_x_Mk_82___500lb_GP_Bombs_LD,
)
Mk_84___2000lb_GP_Bomb_LD = (9, Weapons.Mk_84___2000lb_GP_Bomb_LD)
LAU_118A___AGM_45B_Shrike_ARM__Imp_ = (
LAU_118A___AGM_45B_Shrike_ARM = (
9,
Weapons.LAU_118A___AGM_45B_Shrike_ARM__Imp_,
Weapons.LAU_118A___AGM_45B_Shrike_ARM,
)
LAU_10_pod___4_x_127mm_ZUNI__UnGd_Rkts_Mk71__HE_FRAG = (
9,