From 779b36bf7b29d33770f01dc163139a1b7e5a49bf Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Wed, 20 Jan 2021 18:07:16 +0000 Subject: [PATCH] The M163 Vulcan is now American again. --- resources/units/unit_info_text.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/units/unit_info_text.json b/resources/units/unit_info_text.json index 9aedf332..5ea87864 100644 --- a/resources/units/unit_info_text.json +++ b/resources/units/unit_info_text.json @@ -913,7 +913,7 @@ "AAA Vulcan M163": [{ "default": { "name": "M163 Vulcan Air Defense System", - "country-of-origin": "USSR/Russia", + "country-of-origin": "USA", "manufacturer": "General Electric", "role": "Self-Propelled Anti-Aircraft Gun", "year-of-variant-introduction": "1989" @@ -1313,5 +1313,14 @@ "role": "Self-Propelled Gun", "year-of-variant-introduction": "1943" } + }], + "TPz Fuchs": [{ + "default": { + "name": "TPz Fuchs", + "country-of-origin": "Germany", + "manufacturer": "Rheinstahl Wehrtechnik", + "role": "Armoured Personnel Carrier", + "year-of-variant-introduction": "1979" + } }] }