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}"