From 040362b3338a332baf424a8b8ef4a1197ec11901 Mon Sep 17 00:00:00 2001 From: Starfire13 <72491792+Starfire13@users.noreply.github.com> Date: Sun, 13 Jul 2025 21:32:59 +1000 Subject: [PATCH] Add Viet Cong 1965 faction (#537) --- resources/factions/vietcong_1965.json | 45 +++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 resources/factions/vietcong_1965.json diff --git a/resources/factions/vietcong_1965.json b/resources/factions/vietcong_1965.json new file mode 100644 index 00000000..a7a605a8 --- /dev/null +++ b/resources/factions/vietcong_1965.json @@ -0,0 +1,45 @@ +{ + "country": "Vietnam", + "name": "Viet Cong 1965", + "authors": "Starfire", + "description": "

Lightly armed guerrilla forces representing the Viet Cong in 1965, equipped for asymmetric warfare with minimal heavy weaponry.

", + "locales": [ + "vi_Vn" + ], + "aircrafts": [ + "Mi-8MTV2 Hip" + ], + "awacs": [], + "tankers": [], + "frontline_units": [ + "VAP VC Zil 130 Armed", + "VAP VC Bicycle AK", + "VAP VC MG Nest", + "VAP VC Bunker" + ], + "artillery_units": [ + "VAP VC Type63 107mm MLRS" + ], + "logistics_units": [ + "VAP VC Zis 150", + "VAP VC Bicycle" + ], + "infantry_units": [ + "Infantry AK-74 Rus", + "Infantry RPG", + "VAP VC Bicycle Mortar" + ], + "missiles": [], + "preset_groups": [], + "naval_units": [ + "Boat Armed Hi-speed", + "Boat Schnellboot type S130" + ], + "air_defense_units": [ + "VAP VC Zis 150 AAA" + ], + "requirements": { + "OH-6 Vietnam Asset Pack": "https://github.com/tobi-be/DCS-OH-6A" + }, + "doctrine": "coldwar" +} \ No newline at end of file