From 60ab33223503885be3792868fec0265bac2086a5 Mon Sep 17 00:00:00 2001 From: Nosajthedevil <78634843+Nosajthedevil@users.noreply.github.com> Date: Thu, 3 Nov 2022 11:29:59 -0500 Subject: [PATCH] Updated US and russian standoff weapon data Adds a number of standoff weapons data files and fall backs, including for the B-52 and B-1. Generally used the logic long range guided weapons>big warhead mavs > smallwarheadmavs > walleye > fallback to LGB then dumb bombs. followed similarish logic with Russian weapons. Used selerate paths for laser mavs. Also corrected error with S-24B in rockets. There is probably a lot of room for improvement here. --- resources/weapons/rockets/S-24A.yaml | 2 +- resources/weapons/standoff/AGM-154A.yaml | 2 +- resources/weapons/standoff/AGM-154C-4X.yaml | 6 ++++++ resources/weapons/standoff/AGM-65A.yaml | 5 +++++ resources/weapons/standoff/AGM-65B.yaml | 5 +++++ resources/weapons/standoff/AGM-65D-2X.yaml | 7 +++++++ resources/weapons/standoff/AGM-65D-3X.yaml | 6 ++++++ resources/weapons/standoff/AGM-65D.yaml | 7 +++++++ resources/weapons/standoff/AGM-65E-2X.yaml | 8 ++++++++ resources/weapons/standoff/AGM-65E-3X.yaml | 7 +++++++ resources/weapons/standoff/AGM-65E.yaml | 3 ++- resources/weapons/standoff/AGM-65E2L.yaml | 7 +++++++ resources/weapons/standoff/AGM-65F.yaml | 2 +- resources/weapons/standoff/AGM-65G.yaml | 5 +++++ resources/weapons/standoff/AGM-65H-2X.yaml | 7 +++++++ resources/weapons/standoff/AGM-65H-3X.yaml | 6 ++++++ resources/weapons/standoff/AGM-65H.yaml | 7 +++++++ resources/weapons/standoff/AGM-65K-2X.yaml | 7 +++++++ resources/weapons/standoff/AGM-65K-3X.yaml | 6 ++++++ resources/weapons/standoff/AGM-65K.yaml | 7 +++++++ resources/weapons/standoff/AGM-84A-8X.yaml | 5 +++++ resources/weapons/standoff/AGM-84A.yaml | 5 +++++ resources/weapons/standoff/AGM-84D.yaml | 5 +++++ resources/weapons/standoff/AGM-84E.yaml | 2 +- resources/weapons/standoff/AGM-86C-20X.yaml | 6 ++++++ resources/weapons/standoff/AGM-86C-6X.yaml | 5 +++++ resources/weapons/standoff/AGM-86C-8X.yaml | 5 +++++ resources/weapons/standoff/AGM-86C.yaml | 5 +++++ resources/weapons/standoff/AGM-86D-20X.yaml | 5 +++++ resources/weapons/standoff/AGM-86D-6X.yaml | 5 +++++ resources/weapons/standoff/AGM-86D-8X.yaml | 5 +++++ resources/weapons/standoff/AGM-86D.yaml | 5 +++++ resources/weapons/standoff/KH-25ML.yaml | 8 ++++++++ resources/weapons/standoff/KH-25MP.yaml | 7 +++++++ resources/weapons/standoff/KH-25MR.yaml | 7 +++++++ resources/weapons/standoff/KH-28.yaml | 7 +++++++ resources/weapons/standoff/KH-29L.yaml | 7 +++++++ resources/weapons/standoff/KH-29T.yaml | 8 ++++++++ resources/weapons/standoff/KH-31A.yaml | 8 ++++++++ resources/weapons/standoff/KH-35.yaml | 7 +++++++ resources/weapons/standoff/KH-59M.yaml | 7 +++++++ resources/weapons/standoff/KH-65.yaml | 6 ++++++ resources/weapons/standoff/KH-66 Grohm.yaml | 6 ++++++ resources/weapons/standoff/Kh-25MPU.yaml | 7 +++++-- resources/weapons/standoff/Kh-31P.yaml | 7 +++++-- resources/weapons/standoff/Kh-58U.yaml | 4 +++- resources/weapons/standoff/S-24B.yaml | 5 ----- resources/weapons/standoff/S-25L.yaml | 5 +++++ resources/weapons/standoff/Vikhr-8X.yaml | 5 +++++ 49 files changed, 266 insertions(+), 15 deletions(-) create mode 100644 resources/weapons/standoff/AGM-154C-4X.yaml create mode 100644 resources/weapons/standoff/AGM-65A.yaml create mode 100644 resources/weapons/standoff/AGM-65B.yaml create mode 100644 resources/weapons/standoff/AGM-65D-2X.yaml create mode 100644 resources/weapons/standoff/AGM-65D-3X.yaml create mode 100644 resources/weapons/standoff/AGM-65D.yaml create mode 100644 resources/weapons/standoff/AGM-65E-2X.yaml create mode 100644 resources/weapons/standoff/AGM-65E-3X.yaml create mode 100644 resources/weapons/standoff/AGM-65E2L.yaml create mode 100644 resources/weapons/standoff/AGM-65G.yaml create mode 100644 resources/weapons/standoff/AGM-65H-2X.yaml create mode 100644 resources/weapons/standoff/AGM-65H-3X.yaml create mode 100644 resources/weapons/standoff/AGM-65H.yaml create mode 100644 resources/weapons/standoff/AGM-65K-2X.yaml create mode 100644 resources/weapons/standoff/AGM-65K-3X.yaml create mode 100644 resources/weapons/standoff/AGM-65K.yaml create mode 100644 resources/weapons/standoff/AGM-84A-8X.yaml create mode 100644 resources/weapons/standoff/AGM-84A.yaml create mode 100644 resources/weapons/standoff/AGM-84D.yaml create mode 100644 resources/weapons/standoff/AGM-86C-20X.yaml create mode 100644 resources/weapons/standoff/AGM-86C-6X.yaml create mode 100644 resources/weapons/standoff/AGM-86C-8X.yaml create mode 100644 resources/weapons/standoff/AGM-86C.yaml create mode 100644 resources/weapons/standoff/AGM-86D-20X.yaml create mode 100644 resources/weapons/standoff/AGM-86D-6X.yaml create mode 100644 resources/weapons/standoff/AGM-86D-8X.yaml create mode 100644 resources/weapons/standoff/AGM-86D.yaml create mode 100644 resources/weapons/standoff/KH-25ML.yaml create mode 100644 resources/weapons/standoff/KH-25MP.yaml create mode 100644 resources/weapons/standoff/KH-25MR.yaml create mode 100644 resources/weapons/standoff/KH-28.yaml create mode 100644 resources/weapons/standoff/KH-29L.yaml create mode 100644 resources/weapons/standoff/KH-29T.yaml create mode 100644 resources/weapons/standoff/KH-31A.yaml create mode 100644 resources/weapons/standoff/KH-35.yaml create mode 100644 resources/weapons/standoff/KH-59M.yaml create mode 100644 resources/weapons/standoff/KH-65.yaml create mode 100644 resources/weapons/standoff/KH-66 Grohm.yaml delete mode 100644 resources/weapons/standoff/S-24B.yaml create mode 100644 resources/weapons/standoff/S-25L.yaml create mode 100644 resources/weapons/standoff/Vikhr-8X.yaml diff --git a/resources/weapons/rockets/S-24A.yaml b/resources/weapons/rockets/S-24A.yaml index 0dbf5210..c355b8b0 100644 --- a/resources/weapons/rockets/S-24A.yaml +++ b/resources/weapons/rockets/S-24A.yaml @@ -2,4 +2,4 @@ name: S-24A year: 1960 fallback: FAB-500 M62 clsids: - - "{S-24A} + - "{S-24A}" diff --git a/resources/weapons/standoff/AGM-154A.yaml b/resources/weapons/standoff/AGM-154A.yaml index 40bcc727..68f40006 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-84E SLAM clsids: - "{AGM-154A}" diff --git a/resources/weapons/standoff/AGM-154C-4X.yaml b/resources/weapons/standoff/AGM-154C-4X.yaml new file mode 100644 index 00000000..bcebc330 --- /dev/null +++ b/resources/weapons/standoff/AGM-154C-4X.yaml @@ -0,0 +1,6 @@ +name: 4xAGM-154C +year: 2005 +fallback: 8xGBU-31(V)3/B +clsids: + - "{AABA1A14-78A1-4E85-94DD-463CF75BD9E4}" + \ 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..992c0357 --- /dev/null +++ b/resources/weapons/standoff/AGM-65D-2X.yaml @@ -0,0 +1,7 @@ +name: 2xAGM-65D +year: 1986 +fallback: AGM-65D +clsids: + - "{E6A6262A-CA08-4B3D-B030-E1A993B98452}" + - "{E6A6262A-CA08-4B3D-B030-E1A993B98453}" + \ No newline at end of file diff --git a/resources/weapons/standoff/AGM-65D-3X.yaml b/resources/weapons/standoff/AGM-65D-3X.yaml new file mode 100644 index 00000000..80c365cb --- /dev/null +++ b/resources/weapons/standoff/AGM-65D-3X.yaml @@ -0,0 +1,6 @@ +name: 3xAGM-65D +year: 1986 +fallback: 2xAGM-65D +clsids: + - "{DAC53A2F-79CA-42FF-A77A-F5649B601308}" + \ No newline at end of file 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..cbfbf67e --- /dev/null +++ b/resources/weapons/standoff/AGM-65E-2X.yaml @@ -0,0 +1,8 @@ +name: 2xAGM-65E +type: LGB +year: 1985 +fallback: AGM-65E +clsids: + - "{2CC29C7A-E863-411C-8A6E-BD6F0E730548}" + - "{2CC29C7A-E863-411C-8A6E-BD6F0E730547}" + \ No newline at end of file diff --git a/resources/weapons/standoff/AGM-65E-3X.yaml b/resources/weapons/standoff/AGM-65E-3X.yaml new file mode 100644 index 00000000..c41458d6 --- /dev/null +++ b/resources/weapons/standoff/AGM-65E-3X.yaml @@ -0,0 +1,7 @@ +name: 3xAGM-65E +type: LGB +year: 1985 +fallback: 2xAGM-65E +clsids: + - "{71AAB9B8-81C1-4925-BE50-1EF8E9899271}" + \ No newline at end of file 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..6b604518 --- /dev/null +++ b/resources/weapons/standoff/AGM-65H-2X.yaml @@ -0,0 +1,7 @@ +name: 2xAGM-65H +year: 2002 +fallback: AGM-65H +clsids: + - "LAU_88_AGM_65H_2_L" + - "LAU_88_AGM_65H_2_R" + \ No newline at end of file diff --git a/resources/weapons/standoff/AGM-65H-3X.yaml b/resources/weapons/standoff/AGM-65H-3X.yaml new file mode 100644 index 00000000..939c6fd3 --- /dev/null +++ b/resources/weapons/standoff/AGM-65H-3X.yaml @@ -0,0 +1,6 @@ +name: 3xAGM-65H +year: 2002 +fallback: 2xAGM-65H +clsids: + - "LAU_88_AGM_65H_3" + \ No newline at end of file diff --git a/resources/weapons/standoff/AGM-65H.yaml b/resources/weapons/standoff/AGM-65H.yaml new file mode 100644 index 00000000..b75f57bc --- /dev/null +++ b/resources/weapons/standoff/AGM-65H.yaml @@ -0,0 +1,7 @@ +name: AGM-65H +year: 2002 +fallback: 3xAGM-65D +clsids: + - "LAU_117_AGM_65H" + - "LAU_88_AGM_65H" + \ No newline at end of file diff --git a/resources/weapons/standoff/AGM-65K-2X.yaml b/resources/weapons/standoff/AGM-65K-2X.yaml new file mode 100644 index 00000000..533de31c --- /dev/null +++ b/resources/weapons/standoff/AGM-65K-2X.yaml @@ -0,0 +1,7 @@ +name: 2xAGM-65K +year: 2008 +fallback: AGM-65K +clsids: + - "{D7670BC7-881B-4094-906C-73879CF7EB27}" + - "{D7670BC7-881B-4094-906C-73879CF7EB28}" + \ No newline at end of file diff --git a/resources/weapons/standoff/AGM-65K-3X.yaml b/resources/weapons/standoff/AGM-65K-3X.yaml new file mode 100644 index 00000000..da6d1268 --- /dev/null +++ b/resources/weapons/standoff/AGM-65K-3X.yaml @@ -0,0 +1,6 @@ +name: 3xAGM-65K +year: 2008 +fallback: 2xAGM-65K +clsids: + - "{907D835F-E650-4154-BAFD-C656882555C0}" + \ No newline at end of file diff --git a/resources/weapons/standoff/AGM-65K.yaml b/resources/weapons/standoff/AGM-65K.yaml new file mode 100644 index 00000000..96504597 --- /dev/null +++ b/resources/weapons/standoff/AGM-65K.yaml @@ -0,0 +1,7 @@ +name: AGM-65K +year: 2008 +fallback: AGM-65G +clsids: + - "{69DC8AE7-8F77-427B-B8AA-B19D3F478B65}" + - "{69DC8AE7-8F77-427B-B8AA-B19D3F478B66}" + \ No newline at end of file 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..a3cfd645 --- /dev/null +++ b/resources/weapons/standoff/AGM-86C-20X.yaml @@ -0,0 +1,6 @@ +name: 20xAGM-86C +year: 1988 +fallback: 8xAGM-86D +clsids: + - "{20_x_AGM_86C}" + \ No newline at end of file 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/KH-25ML.yaml b/resources/weapons/standoff/KH-25ML.yaml new file mode 100644 index 00000000..958eca61 --- /dev/null +++ b/resources/weapons/standoff/KH-25ML.yaml @@ -0,0 +1,8 @@ +name: KH-25ML +year: 1981 +# 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..8159ce54 --- /dev/null +++ b/resources/weapons/standoff/KH-25MP.yaml @@ -0,0 +1,7 @@ +name: KH-25MP +type: ARM +year: 1981 +fallback: KH-28 +clsids: + - "{Kh-25MP}" + \ No newline at end of file diff --git a/resources/weapons/standoff/KH-25MR.yaml b/resources/weapons/standoff/KH-25MR.yaml new file mode 100644 index 00000000..16b8b853 --- /dev/null +++ b/resources/weapons/standoff/KH-25MR.yaml @@ -0,0 +1,7 @@ +name: KH-25MR +year: 1974 +fallback: KH-66 Grohm +clsids: + - "{292960BB-6518-41AC-BADA-210D65D5073C}" + - "{X-25MR}" + \ No newline at end of file diff --git a/resources/weapons/standoff/KH-28.yaml b/resources/weapons/standoff/KH-28.yaml new file mode 100644 index 00000000..ca664db4 --- /dev/null +++ b/resources/weapons/standoff/KH-28.yaml @@ -0,0 +1,7 @@ +name: KH-28 +type: ARM +year: 1973 +fallback: KH-29L +clsids: + - "{Kh-28}" + \ No newline at end of file diff --git a/resources/weapons/standoff/KH-29L.yaml b/resources/weapons/standoff/KH-29L.yaml new file mode 100644 index 00000000..f14d956e --- /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..c4930e3d --- /dev/null +++ b/resources/weapons/standoff/KH-29T.yaml @@ -0,0 +1,8 @@ +name: KH-29T +year: 1980 +fallback: KH-29L +clsids: + - "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}" + - "{601C99F7-9AF3-4ed7-A565-F8B8EC0D7AAC}" + - "{X-29T}" + \ No newline at end of file diff --git a/resources/weapons/standoff/KH-31A.yaml b/resources/weapons/standoff/KH-31A.yaml new file mode 100644 index 00000000..42b45b48 --- /dev/null +++ b/resources/weapons/standoff/KH-31A.yaml @@ -0,0 +1,8 @@ +name: KH-31A +year: 1989 +fallback: KH-29L +clsids: + - "{4D13E282-DF46-4B23-864A-A9423DFDE504}" + - "{4D13E282-DF46-4B23-864A-A9423DFDE50A}" + - "{X-31A}" + \ No newline at end of file diff --git a/resources/weapons/standoff/KH-35.yaml b/resources/weapons/standoff/KH-35.yaml new file mode 100644 index 00000000..3db33e46 --- /dev/null +++ b/resources/weapons/standoff/KH-35.yaml @@ -0,0 +1,7 @@ +name: KH-35 +year: 2003 +fallback: KH-31A +clsids: + - "{2234F529-1D57-4496-8BB0-0150F9BDBBD2}" + - "{2234F529-1D57-4496-8BB0-0150F9BDBBD3}" + \ No newline at end of file diff --git a/resources/weapons/standoff/KH-59M.yaml b/resources/weapons/standoff/KH-59M.yaml new file mode 100644 index 00000000..3e6a1b70 --- /dev/null +++ b/resources/weapons/standoff/KH-59M.yaml @@ -0,0 +1,7 @@ +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}" + \ No newline at end of file diff --git a/resources/weapons/standoff/KH-65.yaml b/resources/weapons/standoff/KH-65.yaml new file mode 100644 index 00000000..a43705de --- /dev/null +++ b/resources/weapons/standoff/KH-65.yaml @@ -0,0 +1,6 @@ +name: KH-65 +year: 1992 +fallback: KH-59M +clsids: + - "{BADAF2DE-68B5-472A-8AAC-35BAEFF6B4A1}" + \ No newline at end of file diff --git a/resources/weapons/standoff/KH-66 Grohm.yaml b/resources/weapons/standoff/KH-66 Grohm.yaml new file mode 100644 index 00000000..29eba226 --- /dev/null +++ b/resources/weapons/standoff/KH-66 Grohm.yaml @@ -0,0 +1,6 @@ +name: KH-66 Grohm +year: 1968 +fallback: S-25OFM +clsids: + - "{Kh-66_Grom}" + \ No newline at end of file diff --git a/resources/weapons/standoff/Kh-25MPU.yaml b/resources/weapons/standoff/Kh-25MPU.yaml index ddc793f6..80529cc2 100644 --- a/resources/weapons/standoff/Kh-25MPU.yaml +++ b/resources/weapons/standoff/Kh-25MPU.yaml @@ -1,6 +1,9 @@ -name: Kh-25MPU (Updated AS-12 Kegler) - 320kg, ARM, IN & Pas Rdr +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}" + \ No newline at end of file diff --git a/resources/weapons/standoff/Kh-31P.yaml b/resources/weapons/standoff/Kh-31P.yaml index bed31d68..5034135c 100644 --- a/resources/weapons/standoff/Kh-31P.yaml +++ b/resources/weapons/standoff/Kh-31P.yaml @@ -1,6 +1,9 @@ -name: Kh-31P (AS-17 Krypton) - 600kg, ARM, IN & Pas Rdr +name: KH-31P +year: 1988 type: ARM +fallback: KH-25MPU clsids: - "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF03}" - "{D8F2C90B-887B-4B9E-9FE2-996BC9E9AF0A}" - - "{X-31P}" \ No newline at end of file + - "{X-31P}" + \ No newline at end of file diff --git a/resources/weapons/standoff/Kh-58U.yaml b/resources/weapons/standoff/Kh-58U.yaml index 722b5b56..6bc43768 100644 --- a/resources/weapons/standoff/Kh-58U.yaml +++ b/resources/weapons/standoff/Kh-58U.yaml @@ -1,5 +1,7 @@ -name: Kh-58U (AS-11 Kilter) - 640kg, ARM, IN & Pas Rdr +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/S-24B.yaml b/resources/weapons/standoff/S-24B.yaml deleted file mode 100644 index 34f588e3..00000000 --- a/resources/weapons/standoff/S-24B.yaml +++ /dev/null @@ -1,5 +0,0 @@ -name: S-24B -year: 1961 -clsids: - - "{1FA14DEA-8CDB-45AD-88A8-EC068DF1E65A}" - - "{3858707D-F5D5-4bbb-BDD8-ABB0530EBC7C}" 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..367bc197 --- /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}"