From 3b0466d7cb3badfd8508be1ff87579001185717b Mon Sep 17 00:00:00 2001 From: Simon Clark <31387062+SimonC6R@users.noreply.github.com> Date: Tue, 5 Jan 2021 10:31:49 +0000 Subject: [PATCH] Adds a 2010-ish Poland faction. (#713) The SU-17M4 represents the remaining Su-22s that Poland still flies. I've used the Stryker as a replacement for the KTO Rosomak, which was in service as far back as 2007. There were a few Molniyas still in service as of 2010, namely the Metalowiec and Rolnik, as well as a singular Kilo class. --- game/db.py | 2 + resources/factions/poland_2010.json | 57 +++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 resources/factions/poland_2010.json diff --git a/game/db.py b/game/db.py index 7c0d225b..c02a9936 100644 --- a/game/db.py +++ b/game/db.py @@ -415,6 +415,7 @@ PRICES = { Artillery.MLRS_BM_21_Grad: 15, Artillery.MLRS_9K57_Uragan_BM_27: 50, Artillery.MLRS_9A52_Smerch: 40, + Artillery.SpGH_Dana: 26, Unarmed.Transport_UAZ_469: 3, Unarmed.Transport_Ural_375: 3, @@ -849,6 +850,7 @@ UNIT_BY_TASK = { Artillery.MLRS_BM_21_Grad, Artillery.MLRS_9K57_Uragan_BM_27, Artillery.MLRS_9A52_Smerch, + Artillery.SpGH_Dana, Artillery.M12_GMC, Artillery.Sturmpanzer_IV_Brummbär, diff --git a/resources/factions/poland_2010.json b/resources/factions/poland_2010.json new file mode 100644 index 00000000..7d96f07c --- /dev/null +++ b/resources/factions/poland_2010.json @@ -0,0 +1,57 @@ +{ + "country": "Combined Joint Task Forces Blue", + "name": "Poland 2010", + "authors": "SimonC6R", + "description": "

Polish army in the 2010s.

", + "aircrafts": [ + "Su_17M4", + "MiG_29A", + "F_16C_50", + "Mi_8MT" + ], + "tankers": [ + "KC130" + ], + "frontline_units": [ + "APC_M1043_HMMWV_Armament", + "ATGM_M1045_HMMWV_TOW", + "APC_M1126_Stryker_ICV", + "ARV_BRDM_2", + "IFV_BMP_1", + "APC_MTLB", + "MBT_Leopard_2", + "MBT_T_72B3" + ], + "artillery_units": [ + "MLRS_BM_21_Grad", + "SPH_2S1_Gvozdika", + "SpGH_Dana" + ], + "logistics_units": [ + "Transport_Ural_375", + "Transport_UAZ_469" + ], + "infantry_units": [ + "Paratrooper_AKS", + "Infantry_Soldier_Rus", + "Soldier_RPG", + "SAM_SA_18_Igla_S_MANPADS" + ], + "air_defenses": [ + "SA6Generator", + "SA8Generator", + "ZSU23Generator", + "ZU23Generator", + "ZU23UralGenerator" + ], + "ewrs": [ + "BigBirdGenerator" + ], + "requirements": {}, + "carrier_names": [], + "navy_generators": [ + "MolniyaGroupGenerator", + "KiloSubGroupGenerator", + "OliverHazardPerryGroupGenerator" + ] +}