8 Commits

Author SHA1 Message Date
d3cad29c19 No comment. 2025-08-03 17:06:08 +03:00
2eb2992787 Finally, radios 2025-08-03 16:58:15 +03:00
ce19b7dc2a Added TXA and Suture 2025-08-02 21:12:28 +03:00
644fc14bbc another tbd fix 2025-07-13 19:27:50 +03:00
2db81d9c5e Wrong place 2025-07-12 22:53:33 +03:00
ae8f93182d Added boxes for tbd_mortars 2025-07-12 22:35:04 +03:00
26c8fc7653 Hotfixed the comma 2025-07-12 21:41:34 +03:00
c090b8f672 Militia squad changes rollback 2025-07-12 21:29:58 +03:00
2 changed files with 20 additions and 2 deletions

View File

@@ -884,6 +884,7 @@ GRLIB_arsenal_items = [
"kat_retractor", "kat_retractor",
"kat_scalpel", "kat_scalpel",
"kat_stethoscope", "kat_stethoscope",
"kat_TXA",
// Food // Food
"ACE_Canteen", "ACE_Canteen",
@@ -939,9 +940,14 @@ GRLIB_arsenal_items = [
"ACE_salineIV", // Saline IV (1000 ml) "ACE_salineIV", // Saline IV (1000 ml)
"ACE_Sandbag_empty", // Sandbag (empty) "ACE_Sandbag_empty", // Sandbag (empty)
"ACE_splint", // Splint "ACE_splint", // Splint
"ACE_suture", // Suture
"ACE_surgicalKit", // Surgical Kit "ACE_surgicalKit", // Surgical Kit
"ACE_tourniquet", // Tourniquet (CAT) "ACE_tourniquet", // Tourniquet (CAT)
"ACE_wirecutter" // Wirecutter "ACE_wirecutter", // Wirecutter
// ACRE Radios
"ACRE_SEM52SL",
"ACRE_SEM70"
]; ];
GRLIB_arsenal_backpacks = [ GRLIB_arsenal_backpacks = [

View File

@@ -179,8 +179,20 @@ 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)
["tbd_mortars_152mm_box_he",0,0,0],
["tbd_mortars_152mm_box_dpicm",0,0,0],
["tbd_mortars_152mm_box_laser",0,0,0],
["tbd_mortars_100mm_box_he",0,0,0],
["tbd_mortars_100mm_box_heat",0,0,0],
["tbd_mortars_100mm_box_ap",0,0,0],
["tbd_mortars_100mm_box_atgm",0,0,0],
["tbd_2b9_vasilek_magazine",0,0,0],
["tbd_mortar_82mm_box_he",0,0,0],
["tbd_mortar_82mm_box_cumul",0,0,0],
["tbd_mortar_82mm_box_illum",0,0,0],
["tbd_mortar_82mm_box_smoke",0,0,0]
]; ];
buildings = [ buildings = [