mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Pydcs update for Phantom II
Save compat changes included
This commit is contained in:
@@ -1004,7 +1004,7 @@ class A_4E_C(PlaneType):
|
||||
LAU3_WP156 = (1, Weapons.LAU3_WP156)
|
||||
LAU3_HE151 = (1, Weapons.LAU3_HE151)
|
||||
AGM_45A_Shrike_ARM = (1, Weapons.AGM_45A_Shrike_ARM)
|
||||
AGM_45B_Shrike_ARM__Imp_ = (1, Weapons.AGM_45B_Shrike_ARM__Imp_)
|
||||
AGM_45B_Shrike_ARM = (1, Weapons.AGM_45B_Shrike_ARM)
|
||||
Mk_20_Rockeye___490lbs_CBU__247_x_HEAT_Bomblets = (
|
||||
1,
|
||||
Weapons.Mk_20_Rockeye___490lbs_CBU__247_x_HEAT_Bomblets,
|
||||
@@ -1213,7 +1213,7 @@ class A_4E_C(PlaneType):
|
||||
WeaponsA4EC._2_x_LAU_3_pod___19_x_2_75_Hydra__UnGd_Rkts_WTU_1_B__Practice__TER__,
|
||||
)
|
||||
AGM_45A_Shrike_ARM = (2, Weapons.AGM_45A_Shrike_ARM)
|
||||
AGM_45B_Shrike_ARM__Imp_ = (2, Weapons.AGM_45B_Shrike_ARM__Imp_)
|
||||
AGM_45B_Shrike_ARM = (2, Weapons.AGM_45B_Shrike_ARM)
|
||||
Mk_20_Rockeye___490lbs_CBU__247_x_HEAT_Bomblets = (
|
||||
2,
|
||||
Weapons.Mk_20_Rockeye___490lbs_CBU__247_x_HEAT_Bomblets,
|
||||
@@ -1850,7 +1850,7 @@ class A_4E_C(PlaneType):
|
||||
WeaponsA4EC._2_x_LAU_3_pod___19_x_2_75_Hydra__UnGd_Rkts_WTU_1_B__Practice__TER___,
|
||||
)
|
||||
AGM_45A_Shrike_ARM = (4, Weapons.AGM_45A_Shrike_ARM)
|
||||
AGM_45B_Shrike_ARM__Imp_ = (4, Weapons.AGM_45B_Shrike_ARM__Imp_)
|
||||
AGM_45B_Shrike_ARM = (4, Weapons.AGM_45B_Shrike_ARM)
|
||||
Mk_20_Rockeye___490lbs_CBU__247_x_HEAT_Bomblets = (
|
||||
4,
|
||||
Weapons.Mk_20_Rockeye___490lbs_CBU__247_x_HEAT_Bomblets,
|
||||
@@ -2048,7 +2048,7 @@ class A_4E_C(PlaneType):
|
||||
LAU3_WP156 = (5, Weapons.LAU3_WP156)
|
||||
LAU3_HE151 = (5, Weapons.LAU3_HE151)
|
||||
AGM_45A_Shrike_ARM = (5, Weapons.AGM_45A_Shrike_ARM)
|
||||
AGM_45B_Shrike_ARM__Imp_ = (5, Weapons.AGM_45B_Shrike_ARM__Imp_)
|
||||
AGM_45B_Shrike_ARM = (5, Weapons.AGM_45B_Shrike_ARM)
|
||||
Mk_20_Rockeye___490lbs_CBU__247_x_HEAT_Bomblets = (
|
||||
5,
|
||||
Weapons.Mk_20_Rockeye___490lbs_CBU__247_x_HEAT_Bomblets,
|
||||
|
||||
@@ -7,7 +7,6 @@ from dcs.weapons_data import Weapons
|
||||
from game.modsupport import planemod
|
||||
from pydcs_extensions import inject_weapons, WeaponsA7E
|
||||
|
||||
|
||||
inject_weapons(WeaponsA7E)
|
||||
|
||||
|
||||
@@ -61,7 +60,7 @@ class VSN_A6A(PlaneType):
|
||||
Weapons.LAU_7_with_AIM_9P_Sidewinder_IR_AAM,
|
||||
)
|
||||
AGM_45A_Shrike_ARM = (1, Weapons.AGM_45A_Shrike_ARM)
|
||||
AGM_45B_Shrike_ARM__Imp_ = (1, Weapons.AGM_45B_Shrike_ARM__Imp_)
|
||||
AGM_45B_Shrike_ARM = (1, Weapons.AGM_45B_Shrike_ARM)
|
||||
AGM_88C_HARM___High_Speed_Anti_Radiation_Missile = (
|
||||
1,
|
||||
Weapons.AGM_88C_HARM___High_Speed_Anti_Radiation_Missile,
|
||||
@@ -213,7 +212,7 @@ class VSN_A6A(PlaneType):
|
||||
Weapons.LAU_7_with_AIM_9P_Sidewinder_IR_AAM,
|
||||
)
|
||||
AGM_45A_Shrike_ARM = (2, Weapons.AGM_45A_Shrike_ARM)
|
||||
AGM_45B_Shrike_ARM__Imp_ = (2, Weapons.AGM_45B_Shrike_ARM__Imp_)
|
||||
AGM_45B_Shrike_ARM = (2, Weapons.AGM_45B_Shrike_ARM)
|
||||
AGM_88C_HARM___High_Speed_Anti_Radiation_Missile = (
|
||||
2,
|
||||
Weapons.AGM_88C_HARM___High_Speed_Anti_Radiation_Missile,
|
||||
@@ -423,7 +422,7 @@ class VSN_A6A(PlaneType):
|
||||
Weapons.LAU_7_with_AIM_9P_Sidewinder_IR_AAM,
|
||||
)
|
||||
AGM_45A_Shrike_ARM = (4, Weapons.AGM_45A_Shrike_ARM)
|
||||
AGM_45B_Shrike_ARM__Imp_ = (4, Weapons.AGM_45B_Shrike_ARM__Imp_)
|
||||
AGM_45B_Shrike_ARM = (4, Weapons.AGM_45B_Shrike_ARM)
|
||||
AGM_88C_HARM___High_Speed_Anti_Radiation_Missile = (
|
||||
4,
|
||||
Weapons.AGM_88C_HARM___High_Speed_Anti_Radiation_Missile,
|
||||
@@ -578,7 +577,7 @@ class VSN_A6A(PlaneType):
|
||||
Weapons.LAU_7_with_AIM_9P_Sidewinder_IR_AAM,
|
||||
)
|
||||
AGM_45A_Shrike_ARM = (5, Weapons.AGM_45A_Shrike_ARM)
|
||||
AGM_45B_Shrike_ARM__Imp_ = (5, Weapons.AGM_45B_Shrike_ARM__Imp_)
|
||||
AGM_45B_Shrike_ARM = (5, Weapons.AGM_45B_Shrike_ARM)
|
||||
AGM_88C_HARM___High_Speed_Anti_Radiation_Missile = (
|
||||
5,
|
||||
Weapons.AGM_88C_HARM___High_Speed_Anti_Radiation_Missile,
|
||||
|
||||
@@ -503,9 +503,9 @@ class A_7E(PlaneType):
|
||||
1,
|
||||
Weapons.AGM_62_Walleye_II___Guided_Weapon_Mk_5__TV_Guided_,
|
||||
)
|
||||
LAU_118A___AGM_45B_Shrike_ARM__Imp_ = (
|
||||
LAU_118A___AGM_45B_Shrike_ARM = (
|
||||
1,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM__Imp_,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM,
|
||||
)
|
||||
AGM_88C_HARM___High_Speed_Anti_Radiation_Missile_ = (
|
||||
1,
|
||||
@@ -698,9 +698,9 @@ class A_7E(PlaneType):
|
||||
LAU_117_AGM_65G = (2, Weapons.LAU_117_AGM_65G)
|
||||
LAU_117_AGM_65H = (2, Weapons.LAU_117_AGM_65H)
|
||||
LAU_88_AGM_65H_2_L = (2, Weapons.LAU_88_AGM_65H_2_L)
|
||||
LAU_118A___AGM_45B_Shrike_ARM__Imp_ = (
|
||||
LAU_118A___AGM_45B_Shrike_ARM = (
|
||||
2,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM__Imp_,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM,
|
||||
)
|
||||
AGM_88C_HARM___High_Speed_Anti_Radiation_Missile_ = (
|
||||
2,
|
||||
@@ -1116,9 +1116,9 @@ class A_7E(PlaneType):
|
||||
LAU_117_AGM_65G = (7, Weapons.LAU_117_AGM_65G)
|
||||
LAU_117_AGM_65H = (7, Weapons.LAU_117_AGM_65H)
|
||||
LAU_88_AGM_65H_2_R = (7, Weapons.LAU_88_AGM_65H_2_R)
|
||||
LAU_118A___AGM_45B_Shrike_ARM__Imp_ = (
|
||||
LAU_118A___AGM_45B_Shrike_ARM = (
|
||||
7,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM__Imp_,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM,
|
||||
)
|
||||
AGM_88C_HARM___High_Speed_Anti_Radiation_Missile_ = (
|
||||
7,
|
||||
@@ -1275,9 +1275,9 @@ class A_7E(PlaneType):
|
||||
8,
|
||||
Weapons.AGM_62_Walleye_II___Guided_Weapon_Mk_5__TV_Guided_,
|
||||
)
|
||||
LAU_118A___AGM_45B_Shrike_ARM__Imp_ = (
|
||||
LAU_118A___AGM_45B_Shrike_ARM = (
|
||||
8,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM__Imp_,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM,
|
||||
)
|
||||
AGM_88C_HARM___High_Speed_Anti_Radiation_Missile_ = (
|
||||
8,
|
||||
|
||||
@@ -212,9 +212,9 @@ class VSN_F100(PlaneType):
|
||||
5,
|
||||
Weapons.LAU_7_with_AIM_9B_Sidewinder_IR_AAM,
|
||||
)
|
||||
LAU_118A___AGM_45B_Shrike_ARM__Imp_ = (
|
||||
LAU_118A___AGM_45B_Shrike_ARM = (
|
||||
5,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM__Imp_,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM,
|
||||
)
|
||||
|
||||
Fuel_tank_500_Liter = (5, WeaponsF100.Fuel_tank_500_Liter)
|
||||
@@ -295,9 +295,9 @@ class VSN_F100(PlaneType):
|
||||
7,
|
||||
Weapons.LAU_7_with_AIM_9P_Sidewinder_IR_AAM,
|
||||
)
|
||||
LAU_118A___AGM_45B_Shrike_ARM__Imp_ = (
|
||||
LAU_118A___AGM_45B_Shrike_ARM = (
|
||||
7,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM__Imp_,
|
||||
Weapons.LAU_118A___AGM_45B_Shrike_ARM,
|
||||
)
|
||||
Fuel_tank_500_Liter = (7, WeaponsF100.Fuel_tank_500_Liter)
|
||||
|
||||
|
||||
@@ -612,9 +612,9 @@ class F_16D_52(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (3, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
3,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (3, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (3, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -795,9 +795,9 @@ class F_16D_52(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (4, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
4,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (4, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (4, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -919,9 +919,9 @@ class F_16D_52(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (6, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
6,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (6, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (6, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -1046,9 +1046,9 @@ class F_16D_52(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (7, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
7,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (7, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (7, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -1499,9 +1499,9 @@ class F_16D_50(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (3, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
3,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (3, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (3, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -1682,9 +1682,9 @@ class F_16D_50(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (4, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
4,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (4, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (4, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -1806,9 +1806,9 @@ class F_16D_50(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (6, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
6,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (6, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (6, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -1933,9 +1933,9 @@ class F_16D_50(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (7, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
7,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (7, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (7, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -2386,9 +2386,9 @@ class F_16D_52_NS(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (3, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
3,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (3, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (3, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -2569,9 +2569,9 @@ class F_16D_52_NS(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (4, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
4,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (4, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (4, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -2693,9 +2693,9 @@ class F_16D_52_NS(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (6, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
6,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (6, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (6, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -2820,9 +2820,9 @@ class F_16D_52_NS(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (7, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
7,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (7, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (7, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -3272,9 +3272,9 @@ class F_16D_50_NS(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (3, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
3,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (3, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (3, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -3455,9 +3455,9 @@ class F_16D_50_NS(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (4, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
4,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (4, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (4, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -3579,9 +3579,9 @@ class F_16D_50_NS(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (6, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
6,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (6, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (6, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -3706,9 +3706,9 @@ class F_16D_50_NS(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (7, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
7,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (7, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (7, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -4159,9 +4159,9 @@ class F_16D_Barak_40(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (3, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
3,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (3, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (3, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -4342,9 +4342,9 @@ class F_16D_Barak_40(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (4, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
4,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (4, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (4, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -4454,9 +4454,9 @@ class F_16D_Barak_40(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (6, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
6,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (6, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (6, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -4570,9 +4570,9 @@ class F_16D_Barak_40(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (7, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
7,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (7, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (7, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -5020,9 +5020,9 @@ class F_16D_Barak_30(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (3, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
3,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (3, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (3, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -5203,9 +5203,9 @@ class F_16D_Barak_30(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (4, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
4,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (4, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (4, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -5315,9 +5315,9 @@ class F_16D_Barak_30(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (6, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
6,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (6, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (6, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -5431,9 +5431,9 @@ class F_16D_Barak_30(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (7, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
7,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (7, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (7, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -5880,9 +5880,9 @@ class F_16I(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (3, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
3,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (3, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (3, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -6063,9 +6063,9 @@ class F_16I(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (4, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
4,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (4, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (4, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -6187,9 +6187,9 @@ class F_16I(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (6, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
6,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (6, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (6, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
@@ -6314,9 +6314,9 @@ class F_16I(PlaneType):
|
||||
Weapons.GBU_10___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
GBU_12___500lb_Laser_Guided_Bomb = (7, Weapons.GBU_12___500lb_Laser_Guided_Bomb)
|
||||
GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb = (
|
||||
7,
|
||||
Weapons.GBU_24_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
Weapons.GBU_24A_B_Paveway_III___2000lb_Laser_Guided_Bomb,
|
||||
)
|
||||
CBU_87___202_x_CEM_Cluster_Bomb = (7, Weapons.CBU_87___202_x_CEM_Cluster_Bomb)
|
||||
CBU_97___10_x_SFW_Cluster_Bomb = (7, Weapons.CBU_97___10_x_SFW_Cluster_Bomb)
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user