Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2eb2992787 | |||
| ce19b7dc2a | |||
| 644fc14bbc | |||
| 2db81d9c5e | |||
| ae8f93182d |
@@ -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 = [
|
||||||
|
|||||||
@@ -180,7 +180,19 @@ static_vehicles = [
|
|||||||
["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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user