Missing commas in presets

This commit is contained in:
Wyqer 2019-06-26 17:34:58 +02:00
parent 0d8f2f86e1
commit 18ee1e7a21
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
2 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ heavy_vehicles = [
["O_T_APC_Wheeled_02_rcws_v2_ghex_F",200,150,150], // Otokar
["O_T_APC_Tracked_02_cannon_ghex_F",200,200,150], // Stalker
["O_T_APC_Tracked_02_AA_ghex_F",300,250,175], // Tigris
["O_T_MBT_02_cannon_ghex_F"500,400,250], // T-100
["O_T_MBT_02_cannon_ghex_F",500,400,250], // T-100
["O_T_MBT_04_cannon_F",550,450,250], // T-14
["O_T_MBT_04_command_F",550,500,250], // T-14K
["O_T_MBT_02_arty_ghex_F",600,1250,300] // Sochor

View File

@ -99,7 +99,7 @@ opfor_battlegroup_vehicles = [
"uns_Type55_RR57", // Type 55 APC (57mm Type36)
"uns_Type55_RR57", // Type 55 APC (57mm Type36)
"uns_nvatruck_open", // Ural Truck (Open)
"uns_nvatruck_mg" // Ural Truck (MG)
"uns_nvatruck_mg", // Ural Truck (MG)
"uns_Type63_mg", // Type63 APC (MG)
"uns_Type63_mg", // Type63 APC (MG)
"pook_ZSU57_NVA", // ZSU-57-2 (Sparka)
@ -116,7 +116,7 @@ opfor_battlegroup_vehicles = [
opfor_battlegroup_vehicles_low_intensity = [
"uns_Type55_patrol", // Type 55 APC (Patrol)
"uns_Type55_patrol", // Type 55 APC (Patrol)
"uns_nvatruck_mg" // Ural Truck (MG)
"uns_nvatruck_mg", // Ural Truck (MG)
"uns_Type63_mg", // Type63 APC (MG)
"uns_Type63_mg", // Type63 APC (MG)
"pook_ZSU57_NVA", // ZSU-57-2 (Sparka)
@ -128,7 +128,7 @@ If something in this array can't hold all 8 soldiers then buggy behaviours may o
opfor_troup_transports = [
"uns_nvatruck_open", // Ural Truck (Open)
"uns_nvatruck", // Ural Truck
"uns_nvatruck_mg" // Ural Truck (MG)
"uns_nvatruck_mg", // Ural Truck (MG)
"uns_Type63_mg", // Type63 APC (MG)
"uns_Mi8TV_VPAF_MG" // Mi-8TV Hip-C (Transport)
];