diff --git a/resources/weapons/a2a-missiles/AIM-120B.yaml b/resources/weapons/a2a-missiles/AIM-120B.yaml index 01301534..f22da059 100644 --- a/resources/weapons/a2a-missiles/AIM-120B.yaml +++ b/resources/weapons/a2a-missiles/AIM-120B.yaml @@ -1,5 +1,6 @@ name: AIM-120B year: 1994 +# B model IOC in 1994, HOWEVER A model IOC in 1991 with USAF and 1993 with USN on Hornet fallback: AIM-7MH clsids: - "{C8E06185-7CD6-4C90-959F-044679E90751}" diff --git a/resources/weapons/a2a-missiles/AIM-54C-MK60.yaml b/resources/weapons/a2a-missiles/AIM-54C-MK60.yaml new file mode 100644 index 00000000..3ef426ae --- /dev/null +++ b/resources/weapons/a2a-missiles/AIM-54C-MK60.yaml @@ -0,0 +1,7 @@ +name: AIM-54C-MK60 +year: 1986 +fallback: AIM-54C-MK47 +clsids: + - "{SHOULDER AIM_54C_Mk60 R}" + - "{SHOULDER AIM_54C_Mk60 L}" + - "{AIM_54C_Mk60}" diff --git a/resources/weapons/a2a-missiles/AIM-9B-2X.yaml b/resources/weapons/a2a-missiles/AIM-9B-2X.yaml new file mode 100644 index 00000000..25f6f2c9 --- /dev/null +++ b/resources/weapons/a2a-missiles/AIM-9B-2X.yaml @@ -0,0 +1,6 @@ +name: 2xAIM-9B +year: 1956 +# have gone through the doubles so now back to the singles +fallback: AIM-9X +clsids: + - "{F4-2-AIM9B}" diff --git a/resources/weapons/a2a-missiles/AIM-9B.yaml b/resources/weapons/a2a-missiles/AIM-9B.yaml new file mode 100644 index 00000000..992a62b6 --- /dev/null +++ b/resources/weapons/a2a-missiles/AIM-9B.yaml @@ -0,0 +1,5 @@ +name: AIM-9B +year: 1956 +clsids: + - "{AIM-9B}" + - "{GAR-8}" diff --git a/resources/weapons/a2a-missiles/AIM-9L-2X.yaml b/resources/weapons/a2a-missiles/AIM-9L-2X.yaml index 30734034..8b752936 100644 --- a/resources/weapons/a2a-missiles/AIM-9L-2X.yaml +++ b/resources/weapons/a2a-missiles/AIM-9L-2X.yaml @@ -1,7 +1,6 @@ name: 2xAIM-9L year: 1977 -# If we've run out of doubles, start over with the singles. -fallback: AIM-9X +fallback: 2xAIM-9P5 clsids: - "LAU-105_2*AIM-9L" - "LAU-115_2*LAU-127_AIM-9L" diff --git a/resources/weapons/a2a-missiles/AIM-9L.yaml b/resources/weapons/a2a-missiles/AIM-9L.yaml index b06c6fe9..e46baf2d 100644 --- a/resources/weapons/a2a-missiles/AIM-9L.yaml +++ b/resources/weapons/a2a-missiles/AIM-9L.yaml @@ -1,5 +1,6 @@ name: AIM-9L year: 1977 +fallback: AIM-9P5 clsids: - "{AIM-9L}" - "LAU-105_1*AIM-9L_L" diff --git a/resources/weapons/a2a-missiles/AIM-9M-2X.yaml b/resources/weapons/a2a-missiles/AIM-9M-2X.yaml index d985f95a..11de3784 100644 --- a/resources/weapons/a2a-missiles/AIM-9M-2X.yaml +++ b/resources/weapons/a2a-missiles/AIM-9M-2X.yaml @@ -1,6 +1,6 @@ name: 2xAIM-9M year: 1982 -fallback: 2xAIM-9P5 +fallback: 2xAIM-9L clsids: - "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}" - "LAU-115_2*LAU-127_AIM-9M" diff --git a/resources/weapons/a2a-missiles/AIM-9M.yaml b/resources/weapons/a2a-missiles/AIM-9M.yaml index ee82d32f..32fe9c32 100644 --- a/resources/weapons/a2a-missiles/AIM-9M.yaml +++ b/resources/weapons/a2a-missiles/AIM-9M.yaml @@ -1,6 +1,6 @@ name: AIM-9M year: 1982 -fallback: AIM-9P5 +fallback: AIM-9L clsids: - "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}" - "LAU-105_1*AIM-9M_L" diff --git a/resources/weapons/a2a-missiles/AIM-9P-2X.yaml b/resources/weapons/a2a-missiles/AIM-9P-2X.yaml index 5625d97e..a4ef4265 100644 --- a/resources/weapons/a2a-missiles/AIM-9P-2X.yaml +++ b/resources/weapons/a2a-missiles/AIM-9P-2X.yaml @@ -1,6 +1,7 @@ name: 2xAIM-9P year: 1978 -fallback: 2xAIM-9L +#IOC is in 1978, but is an upgrade to the J so can be used as a stand in for earlier aim-9 models missing from DCS or certain mods. +fallback: 2xAIM-9B clsids: - "{3C0745ED-8B0B-42eb-B907-5BD5C1717447}" - "{773675AB-7C29-422f-AFD8-32844A7B7F17}" diff --git a/resources/weapons/a2a-missiles/AIM-9P.yaml b/resources/weapons/a2a-missiles/AIM-9P.yaml index 52a1b092..b4dee5c8 100644 --- a/resources/weapons/a2a-missiles/AIM-9P.yaml +++ b/resources/weapons/a2a-missiles/AIM-9P.yaml @@ -1,6 +1,7 @@ name: AIM-9P year: 1978 -fallback: AIM-9L +#IOC is in 1978, but is an upgrade to the J so can be used as a stand in for earlier aim-9 models missing from DCS or certain mods. +fallback: AIM-9B clsids: - "{9BFD8C90-F7AE-4e90-833B-BFD0CED0E536}" - "{AIM-9P-ON-ADAPTER}" diff --git a/resources/weapons/bombs/CBU-103-2X.yaml b/resources/weapons/bombs/CBU-103-2X.yaml new file mode 100644 index 00000000..6ed7efeb --- /dev/null +++ b/resources/weapons/bombs/CBU-103-2X.yaml @@ -0,0 +1,5 @@ +name: 2xCBU-103 +year: 2001 +fallback: CBU-103 +clsids: + - "{BRU57_2*CBU-103}" diff --git a/resources/weapons/bombs/CBU-103.yaml b/resources/weapons/bombs/CBU-103.yaml new file mode 100644 index 00000000..341f55a9 --- /dev/null +++ b/resources/weapons/bombs/CBU-103.yaml @@ -0,0 +1,5 @@ +name: CBU-103 +year: 2001 +fallback: CBU-87 +clsids: + - "{CBU_103}" diff --git a/resources/weapons/bombs/CBU-105-2X.yaml b/resources/weapons/bombs/CBU-105-2X.yaml new file mode 100644 index 00000000..206b1f34 --- /dev/null +++ b/resources/weapons/bombs/CBU-105-2X.yaml @@ -0,0 +1,5 @@ +name: 2xCBU-105 +year: 2001 +fallback: CBU-105 +clsids: + - "{BRU57_2*CBU-105}" diff --git a/resources/weapons/bombs/CBU-105.yaml b/resources/weapons/bombs/CBU-105.yaml new file mode 100644 index 00000000..74875ec1 --- /dev/null +++ b/resources/weapons/bombs/CBU-105.yaml @@ -0,0 +1,5 @@ +name: CBU-105 +year: 2001 +fallback: CBU-97 +clsids: + - "{CBU_105}" diff --git a/resources/weapons/bombs/CBU-87-10X.yaml b/resources/weapons/bombs/CBU-87-10X.yaml new file mode 100644 index 00000000..70a8c7c2 --- /dev/null +++ b/resources/weapons/bombs/CBU-87-10X.yaml @@ -0,0 +1,5 @@ +name: 10xCBU-87 +year: 1986 +fallback: 28xMk 82 +clsids: + - "CBU87*10" diff --git a/resources/weapons/bombs/CBU-97-10X.yaml b/resources/weapons/bombs/CBU-97-10X.yaml new file mode 100644 index 00000000..57ecb099 --- /dev/null +++ b/resources/weapons/bombs/CBU-97-10X.yaml @@ -0,0 +1,5 @@ +name: 10xCBU-97 +year: 1992 +fallback: 10xCBU-87 +clsids: + - "CBU97*10" diff --git a/resources/weapons/bombs/FAB-1500 M54.yaml b/resources/weapons/bombs/FAB-1500 M54.yaml new file mode 100644 index 00000000..0abe0270 --- /dev/null +++ b/resources/weapons/bombs/FAB-1500 M54.yaml @@ -0,0 +1,5 @@ +name: FAB-1500 M54 +year: 1954 +fallback: FAB-500 M62 +clsids: + - "{40AA4ABE-D6EB-4CD6-AEFE-A1A0477B24AB}" diff --git a/resources/weapons/bombs/FAB-250 M62.yaml b/resources/weapons/bombs/FAB-250 M62.yaml new file mode 100644 index 00000000..c275e43b --- /dev/null +++ b/resources/weapons/bombs/FAB-250 M62.yaml @@ -0,0 +1,4 @@ +name: FAB-250 M62 +year: 1962 +clsids: + - "{FAB_250_M62}" diff --git a/resources/weapons/bombs/FAB-500 M62.yaml b/resources/weapons/bombs/FAB-500 M62.yaml new file mode 100644 index 00000000..cd2d5779 --- /dev/null +++ b/resources/weapons/bombs/FAB-500 M62.yaml @@ -0,0 +1,5 @@ +name: FAB-500 M62 +year: 1962 +fallback: FAB-250 M62 +clsids: + - "{37DCC01E-9E02-432F-B61D-10C166CA2798}" diff --git a/resources/weapons/bombs/GBU-12-3X.yaml b/resources/weapons/bombs/GBU-12-3X.yaml new file mode 100644 index 00000000..11ebbedf --- /dev/null +++ b/resources/weapons/bombs/GBU-12-3X.yaml @@ -0,0 +1,6 @@ +name: 3xGBU-12 +type: LGB +year: 1976 +fallback: 3xMk 82 +clsids: + - "BRU-42_3*GBU-12" diff --git a/resources/weapons/bombs/GBU-31V1B-8X.yaml b/resources/weapons/bombs/GBU-31V1B-8X.yaml new file mode 100644 index 00000000..ea968dd7 --- /dev/null +++ b/resources/weapons/bombs/GBU-31V1B-8X.yaml @@ -0,0 +1,5 @@ +name: 8xGBU-31(V)1/B +year: 2001 +fallback: 8xMk 84 +clsids: + - "GBU-31*8" diff --git a/resources/weapons/bombs/GBU-31V3B-8X.yaml b/resources/weapons/bombs/GBU-31V3B-8X.yaml new file mode 100644 index 00000000..33639184 --- /dev/null +++ b/resources/weapons/bombs/GBU-31V3B-8X.yaml @@ -0,0 +1,5 @@ +name: 8xGBU-31(V)3/B +year: 2001 +fallback: 8xGBU-31(V)1/B +clsids: + - "GBU-31V3B*8" diff --git a/resources/weapons/bombs/GBU-38-16X.yaml b/resources/weapons/bombs/GBU-38-16X.yaml new file mode 100644 index 00000000..ce61d450 --- /dev/null +++ b/resources/weapons/bombs/GBU-38-16X.yaml @@ -0,0 +1,5 @@ +name: 16xGBU-38 +year: 2002 +fallback: 8xGBU-31(V)1/B +clsids: + - "GBU-38*16" diff --git a/resources/weapons/bombs/GBU-38-3X.yaml b/resources/weapons/bombs/GBU-38-3X.yaml new file mode 100644 index 00000000..72763726 --- /dev/null +++ b/resources/weapons/bombs/GBU-38-3X.yaml @@ -0,0 +1,5 @@ +name: 3xGBU-38 +year: 2002 +fallback: 3xGBU-12 +clsids: + - "{BRU-42_3*GBU-38}" diff --git a/resources/weapons/bombs/GBU-54B-2X.yaml b/resources/weapons/bombs/GBU-54B-2X.yaml new file mode 100644 index 00000000..ec4b5dd4 --- /dev/null +++ b/resources/weapons/bombs/GBU-54B-2X.yaml @@ -0,0 +1,6 @@ +name: 2xGBU-54B +year: 2012 +fallback: 2xGBU-38 +clsids: + - "{BRU-70A_2*GBU-54_RIGHT}" + - "{BRU-70A_2*GBU-54_LEFT}" diff --git a/resources/weapons/bombs/GBU-54B-3X.yaml b/resources/weapons/bombs/GBU-54B-3X.yaml new file mode 100644 index 00000000..ed4a4056 --- /dev/null +++ b/resources/weapons/bombs/GBU-54B-3X.yaml @@ -0,0 +1,5 @@ +name: 3xGBU-54B +year: 2012 +fallback: 3xGBU-38 +clsids: + - "{BRU-70A_3*GBU-54}" diff --git a/resources/weapons/bombs/GBU-54B.yaml b/resources/weapons/bombs/GBU-54B.yaml new file mode 100644 index 00000000..67e024cf --- /dev/null +++ b/resources/weapons/bombs/GBU-54B.yaml @@ -0,0 +1,5 @@ +name: GBU-54B +year: 2012 +fallback: GBU-38 +clsids: + - "{GBU_54_V_1B}" diff --git a/resources/weapons/bombs/KAB-1500KR.yaml b/resources/weapons/bombs/KAB-1500KR.yaml new file mode 100644 index 00000000..12613762 --- /dev/null +++ b/resources/weapons/bombs/KAB-1500KR.yaml @@ -0,0 +1,5 @@ +name: KAB-1500KR +year: 1995 +fallback: FAB-1500 M54 +clsids: + - "{KAB_1500Kr_LOADOUT}" diff --git a/resources/weapons/bombs/KAB-1500L.yaml b/resources/weapons/bombs/KAB-1500L.yaml new file mode 100644 index 00000000..a6947908 --- /dev/null +++ b/resources/weapons/bombs/KAB-1500L.yaml @@ -0,0 +1,5 @@ +name: KAB-1500L +year: 1995 +fallback: KAB-1500KR +clsids: + - "{39821727-F6E2-45B3-B1F0-490CC8921D1E}" diff --git a/resources/weapons/bombs/KAB-1500LG-Pr.yaml b/resources/weapons/bombs/KAB-1500LG-Pr.yaml new file mode 100644 index 00000000..7aae4930 --- /dev/null +++ b/resources/weapons/bombs/KAB-1500LG-Pr.yaml @@ -0,0 +1,5 @@ +name: KAB-1500LG-Pr +year: 2000 +fallback: KAB-1500L +clsids: + - "{KAB_1500LG_LOADOUT}" diff --git a/resources/weapons/bombs/KAB-500Kr.yaml b/resources/weapons/bombs/KAB-500Kr.yaml new file mode 100644 index 00000000..97678556 --- /dev/null +++ b/resources/weapons/bombs/KAB-500Kr.yaml @@ -0,0 +1,5 @@ +name: KAB-500Kr +year: 1975 +fallback: FAB-500 M62 +clsids: + - "{E2C426E3-8B10-4E09-B733-9CDC26520F48}" diff --git a/resources/weapons/bombs/KAB-500LG.yaml b/resources/weapons/bombs/KAB-500LG.yaml new file mode 100644 index 00000000..fef61d7a --- /dev/null +++ b/resources/weapons/bombs/KAB-500LG.yaml @@ -0,0 +1,5 @@ +name: KAB-500LG +year: 1975 +fallback: KAB-500Kr +clsids: + - "{BA565F89-2373-4A84-9502-A0E017D3A44A}" diff --git a/resources/weapons/bombs/KAB-500S.yaml b/resources/weapons/bombs/KAB-500S.yaml new file mode 100644 index 00000000..6e45ccd4 --- /dev/null +++ b/resources/weapons/bombs/KAB-500S.yaml @@ -0,0 +1,5 @@ +name: KAB-500S +year: 2007 +fallback: KAB-500LG +clsids: + - "{KAB_500S_LOADOUT}" diff --git a/resources/weapons/bombs/Mk-82-12X.yaml b/resources/weapons/bombs/Mk-82-12X.yaml new file mode 100644 index 00000000..feee063d --- /dev/null +++ b/resources/weapons/bombs/Mk-82-12X.yaml @@ -0,0 +1,4 @@ +name: 12xMk 82 +year: 1955 +clsids: + - "{585D626E-7F42-4073-AB70-41E728C333E2}" diff --git a/resources/weapons/bombs/Mk-82-27X.yaml b/resources/weapons/bombs/Mk-82-27X.yaml new file mode 100644 index 00000000..fa767358 --- /dev/null +++ b/resources/weapons/bombs/Mk-82-27X.yaml @@ -0,0 +1,5 @@ +name: 27xMk 82 +year: 1955 +fallback: 12xMk 82 +clsids: + - "{6C47D097-83FF-4FB2-9496-EAB36DDF0B05}" diff --git a/resources/weapons/bombs/Mk-82-28X.yaml b/resources/weapons/bombs/Mk-82-28X.yaml new file mode 100644 index 00000000..cfc8005e --- /dev/null +++ b/resources/weapons/bombs/Mk-82-28X.yaml @@ -0,0 +1,4 @@ +name: 28xMk 82 +year: 1955 +clsids: + - "MK_82*28" diff --git a/resources/weapons/bombs/Mk-82-2X.yaml b/resources/weapons/bombs/Mk-82-2X.yaml index 3a3d7ea7..f349321c 100644 --- a/resources/weapons/bombs/Mk-82-2X.yaml +++ b/resources/weapons/bombs/Mk-82-2X.yaml @@ -1,4 +1,5 @@ name: 2xMk 82 +year: 1955 fallback: Mk 82 clsids: - "{M2KC_RAFAUT_MK82}" diff --git a/resources/weapons/bombs/Mk-82-3X.yaml b/resources/weapons/bombs/Mk-82-3X.yaml new file mode 100644 index 00000000..290283cd --- /dev/null +++ b/resources/weapons/bombs/Mk-82-3X.yaml @@ -0,0 +1,5 @@ +name: 3xMk 82 +year: 1955 +fallback: 2xMk 82 +clsids: + - "{60CC734F-0AFA-4E2E-82B8-93B941AB11CF}" diff --git a/resources/weapons/bombs/Mk-82.yaml b/resources/weapons/bombs/Mk-82.yaml index 70733a5b..121ba6f3 100644 --- a/resources/weapons/bombs/Mk-82.yaml +++ b/resources/weapons/bombs/Mk-82.yaml @@ -1,4 +1,5 @@ name: Mk 82 +year: 1955 clsids: - "{BRU-32 MK-82}" - "{Mk_82B}" diff --git a/resources/weapons/bombs/Mk-83-2X.yaml b/resources/weapons/bombs/Mk-83-2X.yaml index 4d2876ad..296e28cd 100644 --- a/resources/weapons/bombs/Mk-83-2X.yaml +++ b/resources/weapons/bombs/Mk-83-2X.yaml @@ -1,4 +1,5 @@ name: 2xMk 83 +year: 1955 fallback: Mk 83 clsids: - "{BRU33_2X_MK-83}" diff --git a/resources/weapons/bombs/Mk-83.yaml b/resources/weapons/bombs/Mk-83.yaml index 42450ce7..9a62381e 100644 --- a/resources/weapons/bombs/Mk-83.yaml +++ b/resources/weapons/bombs/Mk-83.yaml @@ -1,4 +1,5 @@ name: Mk 83 +year: 1955 fallback: 2xMk 82 clsids: - "{MAK79_MK83 1R}" diff --git a/resources/weapons/bombs/Mk-84-8X.yaml b/resources/weapons/bombs/Mk-84-8X.yaml new file mode 100644 index 00000000..aa477528 --- /dev/null +++ b/resources/weapons/bombs/Mk-84-8X.yaml @@ -0,0 +1,4 @@ +name: 8xMk 84 +year: 1955 +clsids: + - "B-1B_Mk-84*8" diff --git a/resources/weapons/bombs/Mk-84.yaml b/resources/weapons/bombs/Mk-84.yaml index 104d2e6b..452837a3 100644 --- a/resources/weapons/bombs/Mk-84.yaml +++ b/resources/weapons/bombs/Mk-84.yaml @@ -1,4 +1,5 @@ name: Mk 84 +year: 1955 fallback: 2xMk 83 clsids: - "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}" diff --git a/resources/weapons/rockets/AGR-20 M282.yaml b/resources/weapons/rockets/AGR-20 M282.yaml index f18cec99..5af90f3d 100644 --- a/resources/weapons/rockets/AGR-20 M282.yaml +++ b/resources/weapons/rockets/AGR-20 M282.yaml @@ -1,5 +1,5 @@ name: LAU-131 7xMPP APKWS year: 2012 -fallback: AGM-65F +fallback: AGM-65E2/L clsids: - "{LAU-131 - 7 AGR-20 M282}" diff --git a/resources/weapons/rockets/AGR-20A.yaml b/resources/weapons/rockets/AGR-20A.yaml index 3cfef0d9..a0bcf81a 100644 --- a/resources/weapons/rockets/AGR-20A.yaml +++ b/resources/weapons/rockets/AGR-20A.yaml @@ -1,5 +1,5 @@ name: LAU-131 7xHE APKWS year: 2012 -fallback: AGM-65F +fallback: AGM-65E2/L clsids: - "{LAU-131 - 7 AGR-20A}" diff --git a/resources/weapons/rockets/LAU-61 M151.yaml b/resources/weapons/rockets/LAU-61 M151.yaml index bcf0eb67..3a27c595 100644 --- a/resources/weapons/rockets/LAU-61 M151.yaml +++ b/resources/weapons/rockets/LAU-61 M151.yaml @@ -1,3 +1,4 @@ name: LAU-61 pod - 19 x 2.75\" Hydra, UnGd Rkts M151, HE +year: 1985 clsids: - "{FD90A1DC-9147-49FA-BF56-CB83EF0BD32B}" diff --git a/resources/weapons/rockets/S-24A.yaml b/resources/weapons/rockets/S-24A.yaml new file mode 100644 index 00000000..c355b8b0 --- /dev/null +++ b/resources/weapons/rockets/S-24A.yaml @@ -0,0 +1,5 @@ +name: S-24A +year: 1960 +fallback: FAB-500 M62 +clsids: + - "{S-24A}" diff --git a/resources/weapons/standoff/S-24B.yaml b/resources/weapons/rockets/S-24B.yaml similarity index 72% rename from resources/weapons/standoff/S-24B.yaml rename to resources/weapons/rockets/S-24B.yaml index 34f588e3..4726cfe2 100644 --- a/resources/weapons/standoff/S-24B.yaml +++ b/resources/weapons/rockets/S-24B.yaml @@ -1,5 +1,7 @@ name: S-24B -year: 1961 +year: 1975 +fallback: S-24A clsids: - - "{1FA14DEA-8CDB-45AD-88A8-EC068DF1E65A}" - "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}" + - "{1FA14DEA-8CDB-45AD-88A8-EC068DF1E65A}" + - "{S-24B}" diff --git a/resources/weapons/rockets/S-25O.yaml b/resources/weapons/rockets/S-25O.yaml new file mode 100644 index 00000000..19376b77 --- /dev/null +++ b/resources/weapons/rockets/S-25O.yaml @@ -0,0 +1,6 @@ +name: S-25O +year: 1975 +# May have been IOC in 1975 per Weapon systems.net, but not widely used till the 80s or 90s per Deagal. Deagal says IOC 88 +fallback: S-24B +clsids: + - "{S_25_O}" diff --git a/resources/weapons/rockets/S-25OFM.yaml b/resources/weapons/rockets/S-25OFM.yaml new file mode 100644 index 00000000..9a13daf3 --- /dev/null +++ b/resources/weapons/rockets/S-25OFM.yaml @@ -0,0 +1,6 @@ +name: S-25OFM +year: 1978 +# May have been IOC in late 70's per WeaponSystems.net. Deagal says base S-25 didn't IOC 88 so not sure +fallback: S-25O +clsids: + - "{A0648264-4BC0-4EE8-A543-D119F6BA4257}" diff --git a/resources/weapons/standoff/AGM-154A-2X.yaml b/resources/weapons/standoff/AGM-154A-2X.yaml index efa5e150..539cec69 100644 --- a/resources/weapons/standoff/AGM-154A-2X.yaml +++ b/resources/weapons/standoff/AGM-154A-2X.yaml @@ -1,6 +1,6 @@ name: 2xAGM-154A JSOW year: 1998 -fallback: AGM-62 Walleye II +fallback: AGM-154C JSOW clsids: - "{BRU55_2*AGM-154A}" - "{BRU57_2*AGM-154A}" diff --git a/resources/weapons/standoff/AGM-154A.yaml b/resources/weapons/standoff/AGM-154A.yaml index 40bcc727..e4d5c657 100644 --- a/resources/weapons/standoff/AGM-154A.yaml +++ b/resources/weapons/standoff/AGM-154A.yaml @@ -1,5 +1,5 @@ name: AGM-154A JSOW year: 1998 -fallback: AGM-62 Walleye II +fallback: AGM-65G clsids: - "{AGM-154A}" diff --git a/resources/weapons/standoff/AGM-154C-2X.yaml b/resources/weapons/standoff/AGM-154C-2X.yaml index 0959a9d3..d32a2096 100644 --- a/resources/weapons/standoff/AGM-154C-2X.yaml +++ b/resources/weapons/standoff/AGM-154C-2X.yaml @@ -1,5 +1,5 @@ name: 2xAGM-154C JSOW year: 2005 -fallback: AGM-62 Walleye II +fallback: 2xAGM-154A JSOW clsids: - "{BRU55_2*AGM-154C}" diff --git a/resources/weapons/standoff/AGM-154C-4X.yaml b/resources/weapons/standoff/AGM-154C-4X.yaml new file mode 100644 index 00000000..2de6be9f --- /dev/null +++ b/resources/weapons/standoff/AGM-154C-4X.yaml @@ -0,0 +1,5 @@ +name: 4xAGM-154C +year: 2005 +fallback: 8xGBU-31(V)3/B +clsids: + - "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}" diff --git a/resources/weapons/standoff/AGM-154C.yaml b/resources/weapons/standoff/AGM-154C.yaml index 4e7f4770..74dfaeb7 100644 --- a/resources/weapons/standoff/AGM-154C.yaml +++ b/resources/weapons/standoff/AGM-154C.yaml @@ -1,5 +1,5 @@ name: AGM-154C JSOW year: 2005 -fallback: AGM-62 Walleye II +fallback: AGM-154A JSOW clsids: - "{9BCC2A2B-5708-4860-B1F1-053A18442067}" diff --git a/resources/weapons/standoff/AGM-45A.yaml b/resources/weapons/standoff/AGM-45A.yaml index a39abe4e..78ece4f8 100644 --- a/resources/weapons/standoff/AGM-45A.yaml +++ b/resources/weapons/standoff/AGM-45A.yaml @@ -1,4 +1,5 @@ name: AGM-45A Shrike ARM +year: 1965 type: ARM clsids: - "{AGM_45A}" \ No newline at end of file diff --git a/resources/weapons/standoff/AGM-45B.yaml b/resources/weapons/standoff/AGM-45B.yaml index 0befd2bf..3b9b5f1f 100644 --- a/resources/weapons/standoff/AGM-45B.yaml +++ b/resources/weapons/standoff/AGM-45B.yaml @@ -1,4 +1,5 @@ name: AGM-45B Shrike ARM (Imp) +year: 1965 type: ARM clsids: - "{3E6B632D-65EB-44D2-9501-1C2D04515404}" \ No newline at end of file diff --git a/resources/weapons/standoff/AGM-65A.yaml b/resources/weapons/standoff/AGM-65A.yaml new file mode 100644 index 00000000..78b0e54e --- /dev/null +++ b/resources/weapons/standoff/AGM-65A.yaml @@ -0,0 +1,5 @@ +name: AGM-65A +year: 1972 +fallback: AGM-62 Walleye II +clsids: + - "LAU_117_AGM_65A" diff --git a/resources/weapons/standoff/AGM-65B.yaml b/resources/weapons/standoff/AGM-65B.yaml new file mode 100644 index 00000000..8a2f5998 --- /dev/null +++ b/resources/weapons/standoff/AGM-65B.yaml @@ -0,0 +1,5 @@ +name: AGM-65B +year: 1975 +fallback: AGM-65A +clsids: + - "LAU_117_AGM_65B" diff --git a/resources/weapons/standoff/AGM-65D-2X.yaml b/resources/weapons/standoff/AGM-65D-2X.yaml new file mode 100644 index 00000000..3911443f --- /dev/null +++ b/resources/weapons/standoff/AGM-65D-2X.yaml @@ -0,0 +1,6 @@ +name: 2xAGM-65D +year: 1986 +fallback: AGM-65D +clsids: + - "{E6A6262A-CA08-4B3D-B030-E1A993B98452}" + - "{E6A6262A-CA08-4B3D-B030-E1A993B98453}" diff --git a/resources/weapons/standoff/AGM-65D-3X.yaml b/resources/weapons/standoff/AGM-65D-3X.yaml new file mode 100644 index 00000000..e3b26152 --- /dev/null +++ b/resources/weapons/standoff/AGM-65D-3X.yaml @@ -0,0 +1,5 @@ +name: 3xAGM-65D +year: 1986 +fallback: 2xAGM-65D +clsids: + - "{DAC53A2F-79CA-42FF-A77A-F5649B601308}" diff --git a/resources/weapons/standoff/AGM-65D.yaml b/resources/weapons/standoff/AGM-65D.yaml new file mode 100644 index 00000000..42c11666 --- /dev/null +++ b/resources/weapons/standoff/AGM-65D.yaml @@ -0,0 +1,7 @@ +name: AGM-65D +year: 1986 +fallback: AGM-65B +clsids: + - "{444BA8AE-82A7-4345-842E-76154EFCCA47}" + - "{444BA8AE-82A7-4345-842E-76154EFCCA46}" + - "LAU_88_AGM_65D_ONE" diff --git a/resources/weapons/standoff/AGM-65E-2X.yaml b/resources/weapons/standoff/AGM-65E-2X.yaml new file mode 100644 index 00000000..85ffafb0 --- /dev/null +++ b/resources/weapons/standoff/AGM-65E-2X.yaml @@ -0,0 +1,7 @@ +name: 2xAGM-65E +type: LGB +year: 1985 +fallback: AGM-65E +clsids: + - "{2CC29C7A-E863-411C-8A6E-BD6F0E730548}" + - "{2CC29C7A-E863-411C-8A6E-BD6F0E730547}" diff --git a/resources/weapons/standoff/AGM-65E-3X.yaml b/resources/weapons/standoff/AGM-65E-3X.yaml new file mode 100644 index 00000000..4f98940d --- /dev/null +++ b/resources/weapons/standoff/AGM-65E-3X.yaml @@ -0,0 +1,6 @@ +name: 3xAGM-65E +type: LGB +year: 1985 +fallback: 2xAGM-65E +clsids: + - "{71AAB9B8-81C1-4925-BE50-1EF8E9899271}" diff --git a/resources/weapons/standoff/AGM-65E.yaml b/resources/weapons/standoff/AGM-65E.yaml index 27203737..d8323eb0 100644 --- a/resources/weapons/standoff/AGM-65E.yaml +++ b/resources/weapons/standoff/AGM-65E.yaml @@ -1,5 +1,6 @@ name: AGM-65E +type: LGB year: 1985 -fallback: AGM-62 Walleye II +fallback: AGM-65G clsids: - "{F16A4DE0-116C-4A71-97F0-2CF85B0313EC}" diff --git a/resources/weapons/standoff/AGM-65E2L.yaml b/resources/weapons/standoff/AGM-65E2L.yaml new file mode 100644 index 00000000..2a785696 --- /dev/null +++ b/resources/weapons/standoff/AGM-65E2L.yaml @@ -0,0 +1,7 @@ +name: AGM-65E2/L +type: LGB +year: 2002 +# USMC Designation is the E2, USAF is the L +fallback: 3xAGM-65E +clsids: + - "LAU_117_AGM_65L" diff --git a/resources/weapons/standoff/AGM-65F.yaml b/resources/weapons/standoff/AGM-65F.yaml index 33aa322a..35516277 100644 --- a/resources/weapons/standoff/AGM-65F.yaml +++ b/resources/weapons/standoff/AGM-65F.yaml @@ -1,5 +1,5 @@ name: AGM-65F year: 1991 -fallback: AGM-62 Walleye II +fallback: 3xAGM-65D clsids: - "LAU_117_AGM_65F" diff --git a/resources/weapons/standoff/AGM-65G.yaml b/resources/weapons/standoff/AGM-65G.yaml new file mode 100644 index 00000000..2c2d9d2b --- /dev/null +++ b/resources/weapons/standoff/AGM-65G.yaml @@ -0,0 +1,5 @@ +name: AGM-65G +year: 1989 +fallback: AGM-65F +clsids: + - "LAU_117_AGM_65G" diff --git a/resources/weapons/standoff/AGM-65H-2X.yaml b/resources/weapons/standoff/AGM-65H-2X.yaml new file mode 100644 index 00000000..18fb8b6e --- /dev/null +++ b/resources/weapons/standoff/AGM-65H-2X.yaml @@ -0,0 +1,6 @@ +name: 2xAGM-65H +year: 2002 +fallback: AGM-65H +clsids: + - "LAU_88_AGM_65H_2_L" + - "LAU_88_AGM_65H_2_R" diff --git a/resources/weapons/standoff/AGM-65H-3X.yaml b/resources/weapons/standoff/AGM-65H-3X.yaml new file mode 100644 index 00000000..41cfb0ef --- /dev/null +++ b/resources/weapons/standoff/AGM-65H-3X.yaml @@ -0,0 +1,5 @@ +name: 3xAGM-65H +year: 2002 +fallback: 2xAGM-65H +clsids: + - "LAU_88_AGM_65H_3" diff --git a/resources/weapons/standoff/AGM-65H.yaml b/resources/weapons/standoff/AGM-65H.yaml new file mode 100644 index 00000000..a28c7cfe --- /dev/null +++ b/resources/weapons/standoff/AGM-65H.yaml @@ -0,0 +1,6 @@ +name: AGM-65H +year: 2002 +fallback: 3xAGM-65D +clsids: + - "LAU_117_AGM_65H" + - "LAU_88_AGM_65H" diff --git a/resources/weapons/standoff/AGM-65K-2X.yaml b/resources/weapons/standoff/AGM-65K-2X.yaml new file mode 100644 index 00000000..8fd15f0f --- /dev/null +++ b/resources/weapons/standoff/AGM-65K-2X.yaml @@ -0,0 +1,6 @@ +name: 2xAGM-65K +year: 2008 +fallback: AGM-65K +clsids: + - "{D7670BC7-881B-4094-906C-73879CF7EB27}" + - "{D7670BC7-881B-4094-906C-73879CF7EB28}" diff --git a/resources/weapons/standoff/AGM-65K-3X.yaml b/resources/weapons/standoff/AGM-65K-3X.yaml new file mode 100644 index 00000000..591ae95c --- /dev/null +++ b/resources/weapons/standoff/AGM-65K-3X.yaml @@ -0,0 +1,5 @@ +name: 3xAGM-65K +year: 2008 +fallback: 2xAGM-65K +clsids: + - "{907D835F-E650-4154-BAFD-C656882555C0}" diff --git a/resources/weapons/standoff/AGM-65K.yaml b/resources/weapons/standoff/AGM-65K.yaml new file mode 100644 index 00000000..f1c82e7d --- /dev/null +++ b/resources/weapons/standoff/AGM-65K.yaml @@ -0,0 +1,6 @@ +name: AGM-65K +year: 2008 +fallback: AGM-65G +clsids: + - "{69DC8AE7-8F77-427B-B8AA-B19D3F478B65}" + - "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}" diff --git a/resources/weapons/standoff/AGM-84A-8X.yaml b/resources/weapons/standoff/AGM-84A-8X.yaml new file mode 100644 index 00000000..330cdf94 --- /dev/null +++ b/resources/weapons/standoff/AGM-84A-8X.yaml @@ -0,0 +1,5 @@ +name: 8xAGM-84A +year: 1979 +fallback: 27xMk 82 +clsids: + - "{46ACDCF8-5451-4E26-BDDB-E78D5830E93C}" diff --git a/resources/weapons/standoff/AGM-84A.yaml b/resources/weapons/standoff/AGM-84A.yaml new file mode 100644 index 00000000..f0b8addb --- /dev/null +++ b/resources/weapons/standoff/AGM-84A.yaml @@ -0,0 +1,5 @@ +name: AGM-84A +year: 1979 +fallback: GBU-24 +clsids: + - "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}" diff --git a/resources/weapons/standoff/AGM-84D.yaml b/resources/weapons/standoff/AGM-84D.yaml new file mode 100644 index 00000000..da8f0654 --- /dev/null +++ b/resources/weapons/standoff/AGM-84D.yaml @@ -0,0 +1,5 @@ +name: AGM-84D +year: 1985 +fallback: AGM-84A +clsids: + - "{AGM_84D}" diff --git a/resources/weapons/standoff/AGM-84E.yaml b/resources/weapons/standoff/AGM-84E.yaml index f1041fb9..a3531684 100644 --- a/resources/weapons/standoff/AGM-84E.yaml +++ b/resources/weapons/standoff/AGM-84E.yaml @@ -1,6 +1,6 @@ name: AGM-84E SLAM year: 1990 -fallback: AGM-62 Walleye II +fallback: AGM-65G clsids: - "{AF42E6DF-9A60-46D8-A9A0-1708B241AADB}" - "{AGM_84E}" diff --git a/resources/weapons/standoff/AGM-86C-20X.yaml b/resources/weapons/standoff/AGM-86C-20X.yaml new file mode 100644 index 00000000..8dd0996a --- /dev/null +++ b/resources/weapons/standoff/AGM-86C-20X.yaml @@ -0,0 +1,5 @@ +name: 20xAGM-86C +year: 1988 +fallback: 8xAGM-86D +clsids: + - "{20_x_AGM_86C}" diff --git a/resources/weapons/standoff/AGM-86C-6X.yaml b/resources/weapons/standoff/AGM-86C-6X.yaml new file mode 100644 index 00000000..1752f2fa --- /dev/null +++ b/resources/weapons/standoff/AGM-86C-6X.yaml @@ -0,0 +1,5 @@ +name: 6xAGM-86C +year: 1988 +fallback: AGM-86D +clsids: + - "{6_x_AGM_86C_MER}" diff --git a/resources/weapons/standoff/AGM-86C-8X.yaml b/resources/weapons/standoff/AGM-86C-8X.yaml new file mode 100644 index 00000000..625a82f2 --- /dev/null +++ b/resources/weapons/standoff/AGM-86C-8X.yaml @@ -0,0 +1,5 @@ +name: 8xAGM-86C +year: 1988 +fallback: 6xAGM-86D +clsids: + - "{8_x_AGM_86C}" diff --git a/resources/weapons/standoff/AGM-86C.yaml b/resources/weapons/standoff/AGM-86C.yaml new file mode 100644 index 00000000..fba4aaee --- /dev/null +++ b/resources/weapons/standoff/AGM-86C.yaml @@ -0,0 +1,5 @@ +name: AGM-86C +year: 1988 +fallback: 27xMk 82 +clsids: + - "{AGM_86C}" diff --git a/resources/weapons/standoff/AGM-86D-20X.yaml b/resources/weapons/standoff/AGM-86D-20X.yaml new file mode 100644 index 00000000..08c0dd04 --- /dev/null +++ b/resources/weapons/standoff/AGM-86D-20X.yaml @@ -0,0 +1,5 @@ +name: 20xAGM-86D +year: 2001 +fallback: 20xAGM-86C +clsids: + - "{22906569-A97F-404B-BA4F-D96DBF94D05E}" diff --git a/resources/weapons/standoff/AGM-86D-6X.yaml b/resources/weapons/standoff/AGM-86D-6X.yaml new file mode 100644 index 00000000..3a94ab60 --- /dev/null +++ b/resources/weapons/standoff/AGM-86D-6X.yaml @@ -0,0 +1,5 @@ +name: 6xAGM-86D +year: 2001 +fallback: 6xAGM-86C +clsids: + - "{45447F82-01B5-4029-A572-9AAD28AF0275}" diff --git a/resources/weapons/standoff/AGM-86D-8X.yaml b/resources/weapons/standoff/AGM-86D-8X.yaml new file mode 100644 index 00000000..1aca3c13 --- /dev/null +++ b/resources/weapons/standoff/AGM-86D-8X.yaml @@ -0,0 +1,5 @@ +name: 8xAGM-86D +year: 2001 +fallback: 8xAGM-86C +clsids: + - "{8DCAF3A3-7FCF-41B8-BB88-58DEDA878EDE}" diff --git a/resources/weapons/standoff/AGM-86D.yaml b/resources/weapons/standoff/AGM-86D.yaml new file mode 100644 index 00000000..db40adbd --- /dev/null +++ b/resources/weapons/standoff/AGM-86D.yaml @@ -0,0 +1,5 @@ +name: AGM-86D +year: 2001 +fallback: AGM-86C +clsids: + - "{769A15DF-6AFB-439F-9B24-5B7A45C59D16}" diff --git a/resources/weapons/standoff/AGM-88C.yaml b/resources/weapons/standoff/AGM-88C.yaml index b68eb7ed..4f4f254a 100644 --- a/resources/weapons/standoff/AGM-88C.yaml +++ b/resources/weapons/standoff/AGM-88C.yaml @@ -5,4 +5,4 @@ type: ARM year: 1984 clsids: - "{B06DD79A-F21E-4EB9-BD9D-AB3844618C9C}" - - "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}" \ No newline at end of file + - "{B06DD79A-F21E-4EB9-BD9D-AB3844618C93}" diff --git a/resources/weapons/standoff/ALARM-2X.yaml b/resources/weapons/standoff/ALARM-2X.yaml index 9c6cfc5c..fae08436 100644 --- a/resources/weapons/standoff/ALARM-2X.yaml +++ b/resources/weapons/standoff/ALARM-2X.yaml @@ -1,4 +1,5 @@ name: 2 x ALARM +year: 1990 type: ARM clsids: - "{07BE2D19-0E48-4B0B-91DA-5F6C8F9E3C75}" \ No newline at end of file diff --git a/resources/weapons/standoff/ALARM.yaml b/resources/weapons/standoff/ALARM.yaml index efeb5a5c..18762c1a 100644 --- a/resources/weapons/standoff/ALARM.yaml +++ b/resources/weapons/standoff/ALARM.yaml @@ -1,4 +1,5 @@ name: ALARM +year: 1990 type: ARM clsids: - "{E6747967-B1F0-4C77-977B-AB2E6EB0C102}" \ No newline at end of file diff --git a/resources/weapons/standoff/Kh-25ML.yaml b/resources/weapons/standoff/Kh-25ML.yaml new file mode 100644 index 00000000..d79a2046 --- /dev/null +++ b/resources/weapons/standoff/Kh-25ML.yaml @@ -0,0 +1,8 @@ +name: Kh-25ML +year: 1979 +# The base Kh-25L IOCed in 1974, but does not appear to be in the game +fallback: S-25L +clsids: + - "{X-25ML}" + - "{6DADF342-D4BA-4D8A-B081-BA928C4AF86D}" + - "{79D73885-0801-45a9-917F-C90FE1CE3DFC}" diff --git a/resources/weapons/standoff/Kh-25MP.yaml b/resources/weapons/standoff/Kh-25MP.yaml new file mode 100644 index 00000000..445bc76b --- /dev/null +++ b/resources/weapons/standoff/Kh-25MP.yaml @@ -0,0 +1,5 @@ +name: Kh-25MP +year: 1979 +fallback: Kh-28 +clsids: + - "{Kh-25MP}" diff --git a/resources/weapons/standoff/Kh-25MPU.yaml b/resources/weapons/standoff/Kh-25MPU.yaml index ca374d88..85dec572 100644 --- a/resources/weapons/standoff/Kh-25MPU.yaml +++ b/resources/weapons/standoff/Kh-25MPU.yaml @@ -1,6 +1,8 @@ name: Kh-25MPU type: ARM +year: 1985 +fallback: Kh-25MP clsids: - "{E86C5AA5-6D49-4F00-AD2E-79A62D6DDE26}" - "{752AF1D2-EBCC-4bd7-A1E7-2357F5601C70}" - - "{X-25MPU}" \ No newline at end of file + - "{X-25MPU}" diff --git a/resources/weapons/standoff/Kh-25MR.yaml b/resources/weapons/standoff/Kh-25MR.yaml new file mode 100644 index 00000000..037d2a6b --- /dev/null +++ b/resources/weapons/standoff/Kh-25MR.yaml @@ -0,0 +1,6 @@ +name: Kh-25MR +year: 1974 +fallback: Kh-66 Grohm +clsids: + - "{292960BB-6518-41AC-BADA-210D65D5073C}" + - "{X-25MR}" diff --git a/resources/weapons/standoff/Kh-28.yaml b/resources/weapons/standoff/Kh-28.yaml new file mode 100644 index 00000000..6b4c6311 --- /dev/null +++ b/resources/weapons/standoff/Kh-28.yaml @@ -0,0 +1,5 @@ +name: Kh-28 +year: 1973 +fallback: Kh-29L +clsids: + - "{Kh-28}" diff --git a/resources/weapons/standoff/Kh-29L.yaml b/resources/weapons/standoff/Kh-29L.yaml new file mode 100644 index 00000000..cb9e5e86 --- /dev/null +++ b/resources/weapons/standoff/Kh-29L.yaml @@ -0,0 +1,7 @@ +name: Kh-29L +year: 1980 +fallback: Kh-25ML +clsids: + - "{X-29L}" + - "{3468C652-E830-4E73-AFA9-B5F260AB7C3D}" + - "{D4A8D9B9-5C45-42e7-BBD2-0E54F8308432}" diff --git a/resources/weapons/standoff/Kh-29T.yaml b/resources/weapons/standoff/Kh-29T.yaml new file mode 100644 index 00000000..c21ad55c --- /dev/null +++ b/resources/weapons/standoff/Kh-29T.yaml @@ -0,0 +1,7 @@ +name: Kh-29T +year: 1980 +fallback: Kh-29L +clsids: + - "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}" + - "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}" + - "{X-29T}" diff --git a/resources/weapons/standoff/Kh-31A.yaml b/resources/weapons/standoff/Kh-31A.yaml new file mode 100644 index 00000000..5f9c0f5b --- /dev/null +++ b/resources/weapons/standoff/Kh-31A.yaml @@ -0,0 +1,7 @@ +name: Kh-31A +year: 1989 +fallback: Kh-29L +clsids: + - "{4D13E282-DF46-4B23-864A-A9423DFDE504}" + - "{4D13E282-DF46-4B23-864A-A9423DFDE50A}" + - "{X-31A}" diff --git a/resources/weapons/standoff/Kh-31P.yaml b/resources/weapons/standoff/Kh-31P.yaml index 60f4b92e..0f0546de 100644 --- a/resources/weapons/standoff/Kh-31P.yaml +++ b/resources/weapons/standoff/Kh-31P.yaml @@ -1,6 +1,8 @@ name: Kh-31P type: ARM +year: 1988 +fallback: Kh-25MPU clsids: - "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}" - "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}" - - "{X-31P}" \ No newline at end of file + - "{X-31P}" diff --git a/resources/weapons/standoff/Kh-35.yaml b/resources/weapons/standoff/Kh-35.yaml new file mode 100644 index 00000000..df23e9b1 --- /dev/null +++ b/resources/weapons/standoff/Kh-35.yaml @@ -0,0 +1,6 @@ +name: Kh-35 +year: 2003 +fallback: Kh-31A +clsids: + - "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}" + - "{2234F529-1D57-4496-8BB0-0150F9BDBBD3}" diff --git a/resources/weapons/standoff/Kh-58U.yaml b/resources/weapons/standoff/Kh-58U.yaml index 0b4a516c..475066e5 100644 --- a/resources/weapons/standoff/Kh-58U.yaml +++ b/resources/weapons/standoff/Kh-58U.yaml @@ -1,5 +1,7 @@ name: Kh-58U type: ARM +year: 1991 +fallback: Kh-31P clsids: - "{FE382A68-8620-4AC0-BDF5-709BFE3977D7}" - "{B5CA9846-776E-4230-B4FD-8BCC9BFB1676}" diff --git a/resources/weapons/standoff/Kh-59M.yaml b/resources/weapons/standoff/Kh-59M.yaml new file mode 100644 index 00000000..24e30f46 --- /dev/null +++ b/resources/weapons/standoff/Kh-59M.yaml @@ -0,0 +1,6 @@ +name: Kh-59M +year: 1992 +# Base Kh-59 (AS-13 Kingbolt) entered service in 1982 - had smaller warhead +fallback: Kh-29T +clsids: + - "{40AB87E8-BEFB-4D85-90D9-B2753ACF9514}" diff --git a/resources/weapons/standoff/Kh-65.yaml b/resources/weapons/standoff/Kh-65.yaml new file mode 100644 index 00000000..a4e75e75 --- /dev/null +++ b/resources/weapons/standoff/Kh-65.yaml @@ -0,0 +1,5 @@ +name: Kh-65 +year: 1992 +fallback: Kh-59M +clsids: + - "{BADAF2DE-68B5-472A-8AAC-35BAEFF6B4A1}" diff --git a/resources/weapons/standoff/Kh-66 Grohm.yaml b/resources/weapons/standoff/Kh-66 Grohm.yaml new file mode 100644 index 00000000..2233fbbd --- /dev/null +++ b/resources/weapons/standoff/Kh-66 Grohm.yaml @@ -0,0 +1,5 @@ +name: Kh-66 Grohm +year: 1968 +fallback: S-25OFM +clsids: + - "{Kh-66_Grom}" diff --git a/resources/weapons/standoff/LD-10-2X.yaml b/resources/weapons/standoff/LD-10-2X.yaml index 2877e7fd..4b31dea1 100644 --- a/resources/weapons/standoff/LD-10-2X.yaml +++ b/resources/weapons/standoff/LD-10-2X.yaml @@ -1,4 +1,5 @@ name: LD-10 x 2 +year: 2013 type: ARM clsids: - "DIS_LD-10_DUAL_L" diff --git a/resources/weapons/standoff/LD-10.yaml b/resources/weapons/standoff/LD-10.yaml index 0db77450..45935e95 100644 --- a/resources/weapons/standoff/LD-10.yaml +++ b/resources/weapons/standoff/LD-10.yaml @@ -1,4 +1,5 @@ name: LD-10 +year: 2013 type: ARM clsids: - "DIS_LD-10" \ No newline at end of file diff --git a/resources/weapons/standoff/MAR-1.yaml b/resources/weapons/standoff/MAR-1.yaml index eb48437a..8b6a7b3d 100644 --- a/resources/weapons/standoff/MAR-1.yaml +++ b/resources/weapons/standoff/MAR-1.yaml @@ -1,4 +1,5 @@ name: MAR-1 High Speed Anti-Radiation Missile +year: 2008 type: ARM clsids: - "{JAS39_MAR-1}" \ No newline at end of file diff --git a/resources/weapons/standoff/S-25L.yaml b/resources/weapons/standoff/S-25L.yaml new file mode 100644 index 00000000..62199609 --- /dev/null +++ b/resources/weapons/standoff/S-25L.yaml @@ -0,0 +1,5 @@ +name: S-25L +year: 1979 +fallback: S-25O +clsids: + - "{0180F983-C14A-11d8-9897-000476191836}" diff --git a/resources/weapons/standoff/Vikhr-8X.yaml b/resources/weapons/standoff/Vikhr-8X.yaml new file mode 100644 index 00000000..b90616ed --- /dev/null +++ b/resources/weapons/standoff/Vikhr-8X.yaml @@ -0,0 +1,5 @@ +name: Vikhr * 8 +year: 1985 +fallback: Kh-29L +clsids: + - "{F789E86A-EE2E-4E6B-B81E-D5E5F903B6ED}"