Hotfixed the comma

This commit is contained in:
2025-07-12 21:41:34 +03:00
parent c090b8f672
commit 26c8fc7653
2 changed files with 11 additions and 11 deletions

View File

@@ -179,8 +179,8 @@ static_vehicles = [
["tbd_d20_vanilla",100,200,0], // D-20 Howitzer (Towable) ["tbd_d20_vanilla",100,200,0], // D-20 Howitzer (Towable)
["rhs_D30_msv",100,250,0], // D-30 Howitzer (Towable) ["rhs_D30_msv",100,250,0], // D-30 Howitzer (Towable)
["rhs_Igla_AA_pod_msv",50,150,0], // Static Igla ["rhs_Igla_AA_pod_msv",50,150,0], // Static Igla
["RHS_ZU23_MSV",100,150,0] // ZU-23 (Towable) ["RHS_ZU23_MSV",100,150,0], // ZU-23 (Towable)
["tbd_d20",100,200,25], // D-20 Howitzer (Towable, Advanced verison) ["tbd_d20",100,200,25] // D-20 Howitzer (Towable, Advanced verison)
]; ];
buildings = [ buildings = [

View File

@@ -65,15 +65,15 @@ Therefore, adding the same value twice or three times means they are more likely
/* Militia infantry. Lightweight soldier classnames the game will pick from randomly as sector defenders. /* 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. */ 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 = [ militia_squad = [
"gm_ge_army_rifleman_g36a1_90_flk", // Rifleman (Lite) "gm_ge_bgs_sf_squadleader_sig551_90_blk", // Squad Leader
"gm_ge_army_rifleman_g36a1_90_flk", // Rifleman (Lite) "gm_ge_bgs_sf_specialist_hk512_80_blk", // Specialist (HK 512)
"gm_ge_army_rifleman_g36a1_90_flk", // Rifleman "gm_ge_bgs_sf_rifleman_mp5a2_80_blk", // Rifleman
"gm_ge_army_rifleman_g36a1_90_flk", // Rifleman "gm_ge_bgs_sf_rifleman_mp5a2_90_blk", // Rifleman
"gm_ge_army_antitank_g36a1_pzf3_90_flk", // Rifleman (AT) "gm_ge_army_antitank_g36a1_pzf3_90_blk", // Rifleman (AT)
"gm_ge_army_machinegunner_mg3_90_flk", // Autorifleman "gm_ge_bgs_sf_machinegunner_g8_90_blk", // Autorifleman
"gm_ge_army_marksman_g3a3_90_flk", // Marksman "gm_ge_bgs_sf_marksman_psg1_90_blk", // Marksman
"gm_ge_army_medic_g36a1_90_flk", // Medic "gm_ge_army_medic_g36a1_90_blk", // Medic
"gm_ge_army_engineer_g36a1_90_flk" // Engineer "gm_ge_bgs_sf_grenadier_hk69a1_80_blk" // Grenadier
]; ];
// Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. Can also be empty for only infantry milita. // Militia vehicles. Lightweight vehicle classnames the game will pick from randomly as sector defenders. Can also be empty for only infantry milita.