@@ -492,7 +492,6 @@ class Weapons:
492
492
DIS_TYPE200_DUAL_L = {"clsid" : "DIS_TYPE200_DUAL_L" , "name" : "TYPE-200A Dual" , "weight" : 400 }
493
493
DIS_TYPE200_DUAL_R = {"clsid" : "DIS_TYPE200_DUAL_R" , "name" : "TYPE-200A Dual" , "weight" : 400 }
494
494
DIS_WMD7 = {"clsid" : "DIS_WMD7" , "name" : "AVIC WMD7 FLIR/LDT POD" , "weight" : 295 }
495
- DIS_YJ12 = {"clsid" : "DIS_YJ12" , "name" : "YJ-12" , "weight" : 1750 }
496
495
DIS_YJ83K = {"clsid" : "DIS_YJ83K" , "name" : "YJ83K" , "weight" : 715 }
497
496
DIS_YU_6 = {"clsid" : "DIS_YU_6" , "name" : "YU-6" , "weight" : 1558 }
498
497
Dipole_Antanna__aesthetic_ = {"clsid" : "{SA342_Dipole}" , "name" : "Dipole Antanna (aesthetic)" , "weight" : 5 }
@@ -1330,6 +1329,7 @@ class Weapons:
1330
1329
XM158_M274 = {"clsid" : "XM158_M274" , "name" : "XM158 - 7 x UnGd Rkts, 70 mm Hydra 70 M274 TP-SM" , "weight" : 90.5 }
1331
1330
XM158_MK1 = {"clsid" : "XM158_MK1" , "name" : "XM158 - 7 x UnGd Rkts, 70 mm Hydra 70 Mk 1 HE" , "weight" : 81.61 }
1332
1331
XM158_MK5 = {"clsid" : "XM158_MK5" , "name" : "XM158 - 7 x UnGd Rkts, 70 mm Hydra 70 Mk 5 HEAT" , "weight" : 82.1 }
1332
+ YJ_12 = {"clsid" : "{YJ_12}" , "name" : "YJ-12" , "weight" : 1750 }
1333
1333
YJ_83 = {"clsid" : "{YJ_83}" , "name" : "YJ-83" , "weight" : 715 }
1334
1334
YU_6 = {"clsid" : "{Yu_6}" , "name" : "YU-6" , "weight" : 1558 }
1335
1335
_100_gal__Drop_Tank = {"clsid" : "{MOSQUITO_100GAL_SLIPPER_TANK}" , "name" : "100 gal. Drop Tank" , "weight" : 375.3 }
@@ -2227,7 +2227,6 @@ class Weapons:
2227
2227
"DIS_TYPE200_DUAL_L" : Weapons .DIS_TYPE200_DUAL_L ,
2228
2228
"DIS_TYPE200_DUAL_R" : Weapons .DIS_TYPE200_DUAL_R ,
2229
2229
"DIS_WMD7" : Weapons .DIS_WMD7 ,
2230
- "DIS_YJ12" : Weapons .DIS_YJ12 ,
2231
2230
"DIS_YJ83K" : Weapons .DIS_YJ83K ,
2232
2231
"DIS_YU_6" : Weapons .DIS_YU_6 ,
2233
2232
"{SA342_Dipole}" : Weapons .Dipole_Antanna__aesthetic_ ,
@@ -3065,6 +3064,7 @@ class Weapons:
3065
3064
"XM158_M274" : Weapons .XM158_M274 ,
3066
3065
"XM158_MK1" : Weapons .XM158_MK1 ,
3067
3066
"XM158_MK5" : Weapons .XM158_MK5 ,
3067
+ "{YJ_12}" : Weapons .YJ_12 ,
3068
3068
"{YJ_83}" : Weapons .YJ_83 ,
3069
3069
"{Yu_6}" : Weapons .YU_6 ,
3070
3070
"{MOSQUITO_100GAL_SLIPPER_TANK}" : Weapons ._100_gal__Drop_Tank ,
0 commit comments