AFRF changes from Lena
This commit is contained in:
+159
-208
@@ -1,253 +1,204 @@
|
||||
// Enemy infantry classes
|
||||
opfor_officer = "RUS_spn_deputyplatooncommander"; // Officer
|
||||
opfor_squad_leader = "RUS_spn_platooncommander"; // Squad Leader
|
||||
opfor_team_leader = "RUS_spn_squadcommander"; // Team Leader
|
||||
opfor_sentry = "RUS_spn_recon"; // Rifleman (Lite)
|
||||
opfor_rifleman = "rhs_msv_emr_rifleman"; // Rifleman
|
||||
opfor_rpg = "RUS_spn_recongrenadier"; // Rifleman (LAT)
|
||||
opfor_grenadier = "RUS_spn_seniorrecon"; // Grenadier
|
||||
opfor_machinegunner = "RUS_spn_reconmachinegunner";
|
||||
opfor_heavygunner = "RUS_spn_reconmachinegunner";
|
||||
opfor_marksman = "RUS_spn_reconsniper"; // Marksman
|
||||
opfor_sharpshooter = "RUS_spn_reconradiotelephonist";
|
||||
opfor_sniper = "RUS_spn_reconoperatoruav"; // Sniper
|
||||
opfor_at = "RUS_spn_recon"; // AT Specialist
|
||||
opfor_aa = "RUS_MSV_operatormanpad"; // AA Specialist
|
||||
opfor_medic = "RUS_spn_reconsanitar"; // Combat Life Saver
|
||||
opfor_engineer = "RUS_spn_reconsapper";
|
||||
opfor_paratrooper = "rhs_msv_emr_RShG2"; // Paratrooper
|
||||
opfor_officer = "O_ORussianVDV_Efreitor_01"; // Officer
|
||||
opfor_squad_leader = "O_ORussianVDV_Machine_Gunner_Asst_01"; // Squad Leader
|
||||
opfor_team_leader = "O_ORussianVDV_Rifleman_01"; // Team Leader
|
||||
opfor_sentry = "O_ORussianVDV_Rifleman_Ligth_01"; // Rifleman (Lite)
|
||||
opfor_rifleman = "O_ORussianVDV_Rifleman_01"; // Rifleman
|
||||
opfor_rpg = "O_ORussianVDV_Rifleman_RPG_26_01"; // Rifleman (LAT)
|
||||
opfor_grenadier = "O_ORussianVDV_Rifleman_GP_25_01"; // Grenadier
|
||||
opfor_machinegunner = "O_ORussianVDV_Automatic_Rifleman_01"; // Autorifleman
|
||||
opfor_heavygunner = "O_ORussianVDV_Autorifleman_PKP_01"; // Heavy Gunner
|
||||
opfor_marksman = "O_ORussianVDV_Radioman_01"; // Marksman
|
||||
opfor_sharpshooter = "O_ORussianVDV_Marksman_01"; // Sharpshooter
|
||||
opfor_sniper = "O_ORussianVDV_Marksman_01"; // Sniper
|
||||
opfor_at = "O_ORussianVDV_AT_Specialist_01"; // AT Specialist
|
||||
opfor_aa = "O_ORussianVDV_AA_Specilaist_01"; // AA Specialist
|
||||
opfor_medic = "O_ORussianVDV_Medic_01"; // Combat Life Saver
|
||||
opfor_engineer = "O_ORussianVDV_Engineer_01"; // Engineer
|
||||
opfor_paratrooper = "O_ORussianVDV_Scout_01"; // Paratrooper
|
||||
|
||||
// Enemy vehicles used by secondary objectives.
|
||||
opfor_mrap = "rhs_tigr_msv"; // GAZ-233011
|
||||
opfor_mrap_armed = "rhs_tigr_sts_msv"; // GAZ-233014 (Armed)
|
||||
opfor_transport_helo = "RHS_Mi8mt_Cargo_vvsc"; // Mi-8MT (Cargo)
|
||||
opfor_transport_truck = "RHS_Ural_MSV_01"; // Ural-4320 Transport (Covered)
|
||||
opfor_ammobox_transport = "RHS_Ural_Open_MSV_01"; // Ural-4320 Transport (Open) -> Has to be able to transport resource crates!
|
||||
opfor_fuel_truck = "RUS_MSV_atmz54320"; // Ural-4320 Fuel
|
||||
opfor_ammo_truck = "rhs_gaz66_ammo_msv"; // GAZ-66 Ammo
|
||||
opfor_fuel_container = "Land_Pod_Heli_Transport_04_fuel_F"; // Taru Fuel Pod
|
||||
opfor_ammo_container = "rhs_kamaz5350_ammo_msv"; // Taru Ammo Pod
|
||||
opfor_flag = "rhs_Flag_Russia_F"; // Flag
|
||||
opfor_mrap = "V_TAG_ASN_233115"; // GAZ-233011
|
||||
opfor_mrap_armed = "V_TAG_ASN_233115_STS"; // GAZ-233014 (Armed)
|
||||
opfor_transport_helo = "RHS_Mi8mt_Cargo_vdv"; // Mi-8MT (Cargo)
|
||||
opfor_transport_truck = "RHS_Ural_VDV_01"; // Ural-4320 Transport (Covered)
|
||||
opfor_ammobox_transport = "RHS_Ural_Open_Flat_VDV_01"; // Ural-4320 Transport (Open) -> Has to be able to transport resource crates!
|
||||
opfor_fuel_truck = "RHS_Ural_Fuel_VDV_01"; // Ural-4320 Fuel
|
||||
opfor_ammo_truck = "V_TAG_ural432031"; // GAZ-66 Ammo
|
||||
opfor_fuel_container = "B_Slingload_01_Fuel_F"; // Taru Fuel Pod
|
||||
opfor_ammo_container = "B_Slingload_01_Ammo_F"; // Taru Ammo Pod
|
||||
opfor_flag = "rhs_Flag_Russia_F"; // Flag
|
||||
|
||||
/* Adding a value to these arrays below will add them to a one out of however many in the array, random pick chance.
|
||||
Therefore, adding the same value twice or three times means they are more likely to be chosen more often. */
|
||||
|
||||
/* Militia infantry. Lightweight soldier classnames the game will pick from randomly as sector defenders.
|
||||
Think of them like garrison or military police forces, which are more meant to control the local population instead of fighting enemy armies. */
|
||||
|
||||
militia_squad = [
|
||||
"RUS_MSV_sr_efreitor",
|
||||
"RUS_MSV_sr_grenadier",
|
||||
"RUS_MSV_sr_gunner",
|
||||
"RUS_MSV_sr_juniorsergeant",
|
||||
"RUS_MSV_sr_machinegunner",
|
||||
"RUS_MSV_sr_private",
|
||||
"RUS_MSV_sr_rifleman",
|
||||
"RUS_MSV_sr_riflemangrenadierassistant",
|
||||
"RUS_MSV_sr_riflemanmachinegunnerassistant"
|
||||
"O_ORussianVDV_Efreitor_01", // Rifleman
|
||||
"O_ORussianVDV_Rifleman_GP_25_01", // Rifleman
|
||||
"O_ORussianVDV_Rifleman_01", // Rifleman
|
||||
"O_ORussianVDV_Rifleman_RPG_26_01", // Rifleman (AT)
|
||||
"O_ORussianVDV_Automatic_Rifleman_01", // Autorifleman
|
||||
"O_ORussianVDV_Marksman_01", // Marksman
|
||||
"O_ORussianVDV_Medic_01", // Medic
|
||||
"O_ORussianVDV_Engineer_01" // Engineer
|
||||
];
|
||||
|
||||
// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders.
|
||||
militia_vehicles = [
|
||||
"rhs_tigr_sts_msv",
|
||||
"TSB_BRDM2_r",
|
||||
"rhs_uaz_open_MSV_01",
|
||||
"RUS_MSV_uaz469",
|
||||
"rhs_tigr_sts_3camo_msv",
|
||||
"RUS_MSV_mtlb",
|
||||
"RUS_MSV_9p135",
|
||||
"RUS_MSV_9p135m",
|
||||
"RUS_MSV_9p151",
|
||||
"RUS_MSV_9p163m1",
|
||||
"RUS_MSV_ags17",
|
||||
"RUS_MSV_nsvs",
|
||||
"RUS_MSV_2b14",
|
||||
"RUS_MP_kord",
|
||||
"rhs_SPG9M_MSV" // GAZ-233014 (Armed)
|
||||
"V_TAG_ASN_233115" // GAZ-233014 (Armed)
|
||||
];
|
||||
|
||||
// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. Can also be empty for only infantry milita.
|
||||
opfor_vehicles = [
|
||||
"rhs_tigr_sts_msv",
|
||||
"TSB_BRDM2_r",
|
||||
"rhs_uaz_open_MSV_01",
|
||||
"RUS_MSV_uaz469",
|
||||
"rhs_tigr_sts_3camo_msv",
|
||||
"RUS_MSV_mtlb",
|
||||
"RUS_MSV_9p135",
|
||||
"RUS_MSV_9p135m",
|
||||
"RUS_MSV_9p151",
|
||||
"RUS_MSV_9p163m1",
|
||||
"RUS_MSV_ags17",
|
||||
"RUS_MSV_nsvs",
|
||||
"RUS_MSV_2b14",
|
||||
"RUS_MP_kord",
|
||||
"rhs_SPG9M_MSV"
|
||||
opfor_vehicles = [
|
||||
"V_TAG_ASN_233115_STS", // GAZ-233014 (Armed)
|
||||
"V_TAG_ASN_233115_STS_kmf", // GAZ-233014 (Armed)
|
||||
"V_TAG_ASN_233115_STS", // GAZ-233014 (Armed)
|
||||
"V_TAG_bmd2", // BMP-2D
|
||||
"V_TAG_bmp2k", // BMP-2K
|
||||
"V_TAG_brm1k", // BRM-1K
|
||||
"rhs_zsu234_aa", // ZSU-23-4V
|
||||
"rhs_zsu234_aa", // ZSU-23-4V
|
||||
"MY_TAG_t80bv", // T80
|
||||
"MY_TAG_t80bv", // T80
|
||||
"Z_TAG_t90a", // T90A
|
||||
"MY_TAG_podnos",
|
||||
"rhs_Metis_9k115_2_msv",
|
||||
"rhs_Kornet_9M133_2_msv",
|
||||
"rhs_Igla_AA_pod_msv",
|
||||
"RHS_AGS30_TriPod_MSV",
|
||||
"rhs_KORD_MSV",
|
||||
"rhs_KORD_high_MSV",
|
||||
"RHS_NSV_TriPod_MSV",
|
||||
"rhs_SPG9M_MSV",
|
||||
"MY_TAG_d30a",
|
||||
"RHS_ZU23_MSV"
|
||||
];
|
||||
|
||||
// All enemy vehicles that can spawn as sector defenders and patrols but at a lower enemy combat readiness (aggression levels).
|
||||
opfor_vehicles_low_intensity = [
|
||||
"RUS_MSV_bmm",
|
||||
"RUS_MSV_btr80",
|
||||
"RUS_MSV_btr82a",
|
||||
"RUS_MSV_mtlb",
|
||||
"RUS_MSV_mtlbm6mb",
|
||||
"RUS_MSV_mtlbvmk",
|
||||
"RUS_MSV_prp3",
|
||||
"RUS_MSV_brm1k",
|
||||
"RUS_MSV_9p149",
|
||||
"RUS_MSV_9p148",
|
||||
//"tbd_mtlb_deva",
|
||||
//"tbd_mtlb_tundzha",
|
||||
//"tbd_mtlb_type63",
|
||||
//"tbd_mtlb_mt12",
|
||||
//"tbd_mtlb_bm21",
|
||||
//"tbd_mtlb_2b9",
|
||||
//"tbd_mtlb_6ma2_tkn4g",
|
||||
"RUS_MSV_9p135",
|
||||
"RUS_MSV_9p135m",
|
||||
"RUS_MSV_9p151",
|
||||
"RUS_MSV_9p163m1",
|
||||
"RUS_MSV_ags17",
|
||||
"RUS_MSV_nsvs",
|
||||
"RUS_MSV_2b14",
|
||||
"RUS_MP_kord",
|
||||
"rhs_SPG9M_MSV"
|
||||
"V_TAG_ASN_233115_STS", // GAZ-233014 (Armed)
|
||||
"V_TAG_ASN_233115_STS_kmf",
|
||||
"V_TAGa_btr80",
|
||||
"V_TAGa_btr80a", // GAZ-233014 (Armed)
|
||||
"V_TAG_btr80", // BTR-80
|
||||
"V_TAG_btr80a",
|
||||
"V_TAG_bmd2",
|
||||
"V_TAGa_bmd2",
|
||||
"V_TAGa_bmd2k",
|
||||
"V_TAG_bmd2k",
|
||||
"rhsgref_BRDM2_msv",
|
||||
"rhsgref_BRDM2_ATGM_msv"
|
||||
];
|
||||
|
||||
// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at high enemy combat readiness (aggression levels).
|
||||
opfor_battlegroup_vehicles = [
|
||||
"RUS_MSV_strela10",
|
||||
"RUS_MSV_zsu234",
|
||||
"RUS_MSV_bmm",
|
||||
"RUS_MSV_btr80",
|
||||
"RUS_MSV_btr82a",
|
||||
"RUS_MSV_mtlb",
|
||||
"RUS_MSV_mtlbm6mb",
|
||||
"RUS_MSV_mtlbvmk",
|
||||
"RUS_MSV_prp3",
|
||||
"RUS_MSV_ap2",
|
||||
"RUS_MSV_asn233115",
|
||||
"RUS_MSV_atmz54320",
|
||||
"RUS_MSV_kamaz4310",
|
||||
"RUS_MSV_mtoat",
|
||||
"RUS_MSV_uaz469",
|
||||
"RUS_MSV_ural43202",
|
||||
"RUS_MSV_9p135",
|
||||
"RUS_MSV_9p135m",
|
||||
"RUS_MSV_9p151",
|
||||
"RUS_MSV_9p163m1",
|
||||
"RUS_MSV_ags17",
|
||||
"RUS_MSV_nsvs",
|
||||
"RUS_MSV_bmp1",
|
||||
"RUS_MSV_bmp1k",
|
||||
"RUS_MSV_bmp2",
|
||||
"RUS_MSV_bmp2k",
|
||||
"RUS_MSV_bmp3",
|
||||
"RUS_MSV_bmp3m",
|
||||
"RUS_MSV_2b14",
|
||||
"RUS_MSV_2b17",
|
||||
"RUS_MSV_brm1k",
|
||||
"RUS_MSV_2s1",
|
||||
"RUS_MSV_2s3m1",
|
||||
"RUS_MSV_9p149",
|
||||
"RUS_MSV_9p148",
|
||||
"RUS_MSV_t72b",
|
||||
"RUS_MSV_t72b3",
|
||||
"RUS_MSV_t72b3m",
|
||||
"RUS_MSV_t72bm",
|
||||
"RUS_MSV_t80bv",
|
||||
"RUS_MSV_t80bvk",
|
||||
"RUS_MSV_t80u",
|
||||
"RUS_MSV_t80u45m",
|
||||
"RUS_MSV_t80ue1",
|
||||
"RUS_MSV_t80uk",
|
||||
"RUS_MSV_t90a",
|
||||
"RUS_MSV_t90m",
|
||||
"RUS_MSV_zu232",
|
||||
"RUS_MSV_2a18m",
|
||||
"RUS_VDV_bmd2",
|
||||
"RUS_VDV_bmd2k",
|
||||
"RUS_VDV_bmd4m",
|
||||
"RUS_MP_kord",
|
||||
"mkk_tigr_arbalet_dm_msv_f",
|
||||
"rhs_tigr_sts_3camo_msv",
|
||||
"rhs_uaz_open_MSV_01",
|
||||
"rhs_gaz66_zu23_msv",
|
||||
"RHS_Ural_Zu23_MSV_01",
|
||||
"RHS_Ural_MSV_01",
|
||||
"RHS_Ural_Open_Flat_MSV_01",
|
||||
"rhs_kamaz5350_ammo_msv",
|
||||
"RHS_Ural_Repair_MSV_01",
|
||||
"rhs_SPG9M_MSV",
|
||||
"MMM_KamAZ4386",
|
||||
"MMM_KamAZ4386_BM30D",
|
||||
"rhs_bmd4ma_vdv",
|
||||
"TSB_BRDM2_r",
|
||||
"TSB_BRDM2_ZU23_r",
|
||||
"TSB_BRDM2A_r",
|
||||
"rhs_pchela1t_vvs",
|
||||
//"tbd_mtlb_deva",
|
||||
//"tbd_mtlb_tundzha",
|
||||
//"tbd_mtlb_type63",
|
||||
//"tbd_mtlb_mt12",
|
||||
//"tbd_mtlb_bm21",
|
||||
//"tbd_mtlb_2b9",
|
||||
//"tbd_mtlb_6ma2_tkn4g",
|
||||
"rhs_sprut_vdv"
|
||||
"rhs_tigr_sts_msv", // GAZ-233014 (Armed)
|
||||
"rhs_tigr_sts_msv", // GAZ-233014 (Armed) (twice)
|
||||
"rhs_tigr_sts_msv", // GAZ-233014 (Armed) (thrice)
|
||||
"RHS_Ural_Open_MSV_01", // Ural-4320 Transport
|
||||
"RHS_Ural_MSV_01", // Ural-4320 Transport (Covered)
|
||||
"rhs_bmp2d_msv", // BMP-2D
|
||||
"rhs_bmp2k_msv", // BMP-2K
|
||||
"rhs_brm1k_msv", // BRM-1K
|
||||
"rhs_zsu234_aa", // ZSU-23-4V
|
||||
"rhs_zsu234_aa", // ZSU-23-4V (twice)
|
||||
"V_TAGa_btr80",
|
||||
"V_TAG_btr80",
|
||||
"V_TAGa_btr80a",
|
||||
"V_TAG_btr80a",
|
||||
"V_TAG_bm21",
|
||||
"Z_TAG_acacia",
|
||||
"V_TAG_Gaz_2330",
|
||||
"V_TAG_Gaz_2330_kmf",
|
||||
"V_TAG_ASN_233115_STS",
|
||||
"V_TAG_ASN_233115_STS_kmf",
|
||||
"V_TAG_ASN_233115",
|
||||
"V_TAG_ASN_233115_kmf",
|
||||
"V_TAG_bmd2",
|
||||
"V_TAGa_bmd2",
|
||||
"V_TAGa_bmd2k",
|
||||
"V_TAG_bmd2k",
|
||||
"V_TAG_bmd4m",
|
||||
"V_TAG_bmp2",
|
||||
"V_TAG_bmp2k",
|
||||
"V_TAG_brm1k",
|
||||
"V_TAG_prp3",
|
||||
"Z_TAG_bmp3",
|
||||
"Z_TAG_bmp3m",
|
||||
"MY_TAGa_gvozdika",
|
||||
"V_TAG_t72b3",
|
||||
"Z_TAG_t72b3m",
|
||||
"Z_TAG_t90a",
|
||||
"Z_TAG_t90m",
|
||||
"MY_TAG_t80bv",
|
||||
"MY_TAG_t80bvk",
|
||||
"MY_TAG_t80u",
|
||||
"MY_TAG_tric_t80",
|
||||
"MY_TAG_t80um",
|
||||
"MY_TAG_tric_t80um",
|
||||
"MY_TAG_t80ue",
|
||||
"MY_TAG_tric_t80ue",
|
||||
"MY_TAG_t80uk",
|
||||
"MY_TAG_tric_t80uk", // T90A
|
||||
"V_TAG_Mi_24P", // Mi-24P (AT)
|
||||
"V_TAG_Mi_35", // Mi-24V (AT)
|
||||
"RHS_Mi8mt_Cargo_vdv", // Mi-8MT (Cargo)
|
||||
"V_TAG_Mi_28UB",
|
||||
"V_TAG_Ka_52" // Ka-52
|
||||
];
|
||||
|
||||
// All enemy vehicles that can spawn as battlegroups, either assaulting or as reinforcements, at lower enemy combat readiness (aggression levels).
|
||||
opfor_battlegroup_vehicles_low_intensity = [
|
||||
"RUS_MSV_btr80",
|
||||
"RUS_MSV_btr82a",
|
||||
"RUS_MSV_bmm",
|
||||
"RUS_MSV_btr80",
|
||||
"RUS_MSV_btr82a",
|
||||
"RUS_MSV_mtlb",
|
||||
"RUS_MSV_mtlbm6mb",
|
||||
"RUS_MSV_mtlbvmk"
|
||||
//"tbd_mtlb_deva",
|
||||
//"tbd_mtlb_tundzha",
|
||||
//"tbd_mtlb_type63",
|
||||
//"tbd_mtlb_mt12",
|
||||
//"tbd_mtlb_bm21",
|
||||
//"tbd_mtlb_2b9",
|
||||
//"tbd_mtlb_6ma2_tkn4g"
|
||||
"V_TAG_ASN_233115",
|
||||
"V_TAG_ASN_233115_kmf", // GAZ-233011
|
||||
"V_TAG_ASN_233115_STS_kmf", // GAZ-233014 (Armed)
|
||||
"V_TAG_ASN_233115_STS", // GAZ-233014 (Armed)
|
||||
"RHS_Ural_Open_MSV_01", // Ural-4320 Transport
|
||||
"V_TAGa_btr80",
|
||||
"V_TAG_btr80", // BTR-80
|
||||
"V_TAG_btr80a",
|
||||
"V_TAGa_btr80a", // BTR-80A
|
||||
"rhs_zsu234_aa", // ZSU-23-4V
|
||||
"V_TAG_Mi_24P", // Mi-24P (AT)
|
||||
"V_TAG_Mi_35",
|
||||
"V_TAG_bmd2",
|
||||
"V_TAGa_bmd2",
|
||||
"V_TAGa_bmd2k",
|
||||
"V_TAG_bmd2k", // Mi-24V (AT)
|
||||
"RHS_Mi8mt_Cargo_vdv",
|
||||
"rhsgref_BRDM2_msv",
|
||||
"rhsgref_BRDM2_ATGM_msv" // Mi-8MT (Cargo)
|
||||
];
|
||||
|
||||
/* All vehicles that spawn within battlegroups (see the above 2 arrays) and also hold 8 soldiers as passengers.
|
||||
If something in this array can't hold all 8 soldiers then buggy behaviours may occur. */
|
||||
|
||||
opfor_troup_transports = [
|
||||
"RUS_MSV_bmp1",
|
||||
"RUS_MSV_bmp1k",
|
||||
"RUS_MSV_bmp2",
|
||||
"RUS_MSV_bmp2k",
|
||||
"RUS_MSV_bmp3",
|
||||
"RUS_MSV_bmm",
|
||||
"RUS_MSV_btr80",
|
||||
"RUS_MSV_btr82a",
|
||||
"RUS_MSV_mtlb",
|
||||
"RUS_MSV_mtlbvmk",
|
||||
//"tbd_mtlb_6ma2_tkn4g",
|
||||
"RUS_VKS_mi8mt", // Mi-8MT (Cargo)
|
||||
"RUS_VKS_mi24p" // Mi-24P (AT)
|
||||
"RHS_Ural_Open_MSV_01", // Ural-4320 Transport
|
||||
"RHS_Ural_MSV_01", // Ural-4320 Transport (Covered)
|
||||
"V_TAGa_btr80", // BTR-80
|
||||
"V_TAG_btr80a", // BTR-80A
|
||||
"V_TAG_bmp2", // BMP-2D
|
||||
"RHS_Mi8mt_Cargo_vdv", // Mi-8MT (Cargo)
|
||||
"V_TAG_Mi_24P", // Mi-24P (AT)
|
||||
"V_TAG_Mi_35" // Mi-24V (AT)
|
||||
];
|
||||
|
||||
// Enemy rotary-wings that will need to spawn in flight.
|
||||
opfor_choppers = [
|
||||
"RUS_VKS_ka52",
|
||||
"RUS_VKS_mi24p",
|
||||
"RUS_VKS_mi28n",
|
||||
"RUS_VKS_mi8mt",
|
||||
"RUS_VKS_mi8mtv2"
|
||||
"RHS_Mi8mt_Cargo_vdv", // Mi-8MT (Cargo)
|
||||
"V_TAG_Mi_24P",
|
||||
"V_TAG_Mi_35", // Mi-24P (AT)
|
||||
"V_TAG_Mi_28UB", // Mi-24V (AT)
|
||||
"V_TAG_Ka_52", // Ka-52
|
||||
"V_TAG_Mi_17AMT"
|
||||
];
|
||||
|
||||
// Enemy fixed-wings that will need to spawn in the air.
|
||||
opfor_air = [
|
||||
"RHS_Su25SM_vvs", // Su-25
|
||||
"RUS_VKS_su25sm", // Su-25 (KH29)
|
||||
"V_TAG_su25", // Su-25
|
||||
"RUS_VKS_su25sm", // Su-25 (KH29)
|
||||
"RUS_VKS_mig29s",
|
||||
"RUS_VKS_mig29smt",
|
||||
"RUS_VKS_tu95ms6"
|
||||
|
||||
Reference in New Issue
Block a user