Faction rework wip.

This commit is contained in:
Khopa
2020-10-20 20:58:39 +02:00
parent da2584d7ee
commit 24394d4d00
5 changed files with 389 additions and 0 deletions

View File

@@ -0,0 +1,75 @@
{
"country": "Russia",
"name": "Russia 1990",
"aircrafts": [
"MiG_23MLD",
"MiG_25PD",
"MiG_29A",
"MiG_29S",
"MiG_31",
"Su_27",
"Su_24M",
"Su_25",
"Ka_50"
],
"awacs": [
"A_50"
],
"tankers": [
"IL_78M"
],
"frontline_units": [
"ARV_BRDM_2",
"APC_BTR_80",
"IFV_BMD_1",
"IFV_BMP_1",
"MBT_T_55"
],
"artillery_units": [
"MLRS_9K57_Uragan_BM_27",
"SPH_2S19_Msta"
],
"logistics_units": [
"Transport_Ural_375",
"Transport_UAZ_469"
],
"infantry_units": [
"Paratrooper_AKS",
"Infantry_Soldier_Rus",
"Paratrooper_RPG_16"
],
"shorad_units": [
"SAM_SA_9_Strela_1_9P31",
"SAM_SA_13_Strela_10M3_9A35M3",
"SPAAA_ZSU_23_4_Shilka",
"AAA_ZU_23_Closed"
],
"sams": [
"SA6Generator",
"SA3Generator"
],
"aircraft_carrier": [
"CV_1143_5_Admiral_Kuznetsov"
],
"helicopter_carrier": [
],
"lhanames": [
],
"destroyer": [
"FF_1135M_Rezky"
],
"cruiser": [
"FSG_1241_1MP_Molniya"
],
"requirements": {},
"carrier_names": [
"Admiral Kuznetov",
"Admiral Gorshkov"
],
"navy_generators": [
"RussianNavyGroupGenerator",
"KiloSubGroupGenerator"
],
"has_jtac": true,
"jtac_unit": "MQ_9_Reaper"
}