From 65a62b3951d130685f79f4e28c20142d1b94a0a1 Mon Sep 17 00:00:00 2001 From: Starfire13 <72491792+Starfire13@users.noreply.github.com> Date: Sun, 7 Jul 2024 19:41:27 +1000 Subject: [PATCH] Afghanistan insurgent faction & Toyota Technicals class fix (#359) * Add files via upload * Add files via upload --- resources/factions/taliban_2001.json | 38 +++++++++++++++++++++++ resources/units/ground_units/HL_DSHK.yaml | 8 ++--- resources/units/ground_units/HL_KORD.yaml | 8 ++--- resources/units/ground_units/tt_DSHK.yaml | 8 ++--- resources/units/ground_units/tt_KORD.yaml | 8 ++--- 5 files changed, 54 insertions(+), 16 deletions(-) create mode 100644 resources/factions/taliban_2001.json diff --git a/resources/factions/taliban_2001.json b/resources/factions/taliban_2001.json new file mode 100644 index 00000000..9060b7d4 --- /dev/null +++ b/resources/factions/taliban_2001.json @@ -0,0 +1,38 @@ +{ + "country": "Insurgents", + "name": "Toyota Al Gaib 2001", + "authors": "Starfire", + "description": "

Total Terror Through Toyota Technicals.

", + "aircrafts": [], + "frontline_units": [ + "Scout LC with DSHK 12.7mm", + "Scout LC with KORD 12.7mm", + "Scout HL with DSHK 12.7mm", + "Scout HL with KORD 12.7mm", + "SPAAA LC with ZU-23", + "SPAAA HL with ZU-23" + ], + "artillery_units": [ + "BM-21 Grad", + "MLRS LC with B8M1 80mm", + "MLRS HL with B8M1 80mm" + ], + "logistics_units": [ + "LUV UAZ-469 Jeep", + "Truck Ural-375" + ], + "infantry_units": [ + "Infantry RPG", + "Insurgent AK-74", + "MANPADS SA-18 Igla \"Grouse\"", + "Mortar 2B11 120mm" + ], + "missiles": [], + "air_defense_units": [ + "SPAAA LC with ZU-23", + "SPAAA HL with ZU-23", + "ZU-23 on Ural-375 Insurgent" + ], + "preset_groups": [], + "naval_units": [] +} diff --git a/resources/units/ground_units/HL_DSHK.yaml b/resources/units/ground_units/HL_DSHK.yaml index 5dd2f177..e1407c3f 100644 --- a/resources/units/ground_units/HL_DSHK.yaml +++ b/resources/units/ground_units/HL_DSHK.yaml @@ -1,5 +1,5 @@ -class: Recon -price: 4 -role: Recon -variants: +class: IFV +price: 4 +role: Recon +variants: Scout HL with DSHK 12.7mm: {} \ No newline at end of file diff --git a/resources/units/ground_units/HL_KORD.yaml b/resources/units/ground_units/HL_KORD.yaml index 8b5b630a..6f25baf9 100644 --- a/resources/units/ground_units/HL_KORD.yaml +++ b/resources/units/ground_units/HL_KORD.yaml @@ -1,5 +1,5 @@ -class: Recon -price: 4 -role: Recon -variants: +class: IFV +price: 4 +role: Recon +variants: Scout HL with KORD 12.7mm: {} \ No newline at end of file diff --git a/resources/units/ground_units/tt_DSHK.yaml b/resources/units/ground_units/tt_DSHK.yaml index b0aad905..1df82e8a 100644 --- a/resources/units/ground_units/tt_DSHK.yaml +++ b/resources/units/ground_units/tt_DSHK.yaml @@ -1,5 +1,5 @@ -class: Recon -price: 4 -role: Recon -variants: +class: IFV +price: 4 +role: Recon +variants: Scout LC with DSHK 12.7mm: {} \ No newline at end of file diff --git a/resources/units/ground_units/tt_KORD.yaml b/resources/units/ground_units/tt_KORD.yaml index b50b59ee..3b4ef9e8 100644 --- a/resources/units/ground_units/tt_KORD.yaml +++ b/resources/units/ground_units/tt_KORD.yaml @@ -1,5 +1,5 @@ -class: Recon -price: 4 -role: Recon -variants: +class: IFV +price: 4 +role: Recon +variants: Scout LC with KORD 12.7mm: {} \ No newline at end of file