From c27f3e67c00bd560516e002b98109bae82284597 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sat, 29 Jun 2024 23:55:10 +0200 Subject: [PATCH] Add AGM-12 weapons data --- resources/weapons/standoff/AGM-12A.yaml | 6 ++++++ resources/weapons/standoff/AGM-12B.yaml | 6 ++++++ resources/weapons/standoff/AGM-12C.yaml | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 resources/weapons/standoff/AGM-12A.yaml create mode 100644 resources/weapons/standoff/AGM-12B.yaml create mode 100644 resources/weapons/standoff/AGM-12C.yaml diff --git a/resources/weapons/standoff/AGM-12A.yaml b/resources/weapons/standoff/AGM-12A.yaml new file mode 100644 index 00000000..80bd5dc1 --- /dev/null +++ b/resources/weapons/standoff/AGM-12A.yaml @@ -0,0 +1,6 @@ +name: AGM-12A +year: 1959 +fallback: Mk 84 +clsids: + - "{AGM_12A}" + - "{AGM_12A_SWA}" diff --git a/resources/weapons/standoff/AGM-12B.yaml b/resources/weapons/standoff/AGM-12B.yaml new file mode 100644 index 00000000..908af1b9 --- /dev/null +++ b/resources/weapons/standoff/AGM-12B.yaml @@ -0,0 +1,6 @@ +name: AGM-12B +year: 1960 +fallback: AGM-12A +clsids: + - "{AGM_12B}" + - "{AGM_12B_SWA}" diff --git a/resources/weapons/standoff/AGM-12C.yaml b/resources/weapons/standoff/AGM-12C.yaml new file mode 100644 index 00000000..7e107a67 --- /dev/null +++ b/resources/weapons/standoff/AGM-12C.yaml @@ -0,0 +1,6 @@ +name: AGM-12C +year: 1965 +fallback: AGM-12B +clsids: + - "{AGM_12C}" + - "{AGM_12C_SWA}"