Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce19b7dc2a | |||
| 644fc14bbc | |||
| 2db81d9c5e |
@@ -884,6 +884,7 @@ GRLIB_arsenal_items = [
|
||||
"kat_retractor",
|
||||
"kat_scalpel",
|
||||
"kat_stethoscope",
|
||||
"kat_TXA",
|
||||
|
||||
// Food
|
||||
"ACE_Canteen",
|
||||
@@ -939,6 +940,7 @@ GRLIB_arsenal_items = [
|
||||
"ACE_salineIV", // Saline IV (1000 ml)
|
||||
"ACE_Sandbag_empty", // Sandbag (empty)
|
||||
"ACE_splint", // Splint
|
||||
"ACE_suture", // Suture
|
||||
"ACE_surgicalKit", // Surgical Kit
|
||||
"ACE_tourniquet", // Tourniquet (CAT)
|
||||
"ACE_wirecutter" // Wirecutter
|
||||
|
||||
@@ -179,8 +179,20 @@ static_vehicles = [
|
||||
["tbd_d20_vanilla",100,200,0], // D-20 Howitzer (Towable)
|
||||
["rhs_D30_msv",100,250,0], // D-30 Howitzer (Towable)
|
||||
["rhs_Igla_AA_pod_msv",50,150,0], // Static Igla
|
||||
["RHS_ZU23_MSV",100,150,0], // ZU-23 (Towable)
|
||||
["tbd_d20",100,200,25] // D-20 Howitzer (Towable, Advanced verison)
|
||||
["RHS_ZU23_MSV",100,150,0], // ZU-23 (Towable)
|
||||
["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 = [
|
||||
@@ -280,18 +292,6 @@ support_vehicles = [
|
||||
["ACE_Box_82mm_Mo_Illum",50,10,0],
|
||||
["ACE_Wheel",10,0,0],
|
||||
["ACE_Track",10,0,0],
|
||||
["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_82mm_box_he",0,0,0],
|
||||
["tbd_mortars_82mm_box_cumul",0,0,0],
|
||||
["tbd_mortars_82mm_box_illum",0,0,0],
|
||||
["tbd_mortars_82mm_box_laser",0,0,0],
|
||||
["tbd_2b9_vasilek_magazine",0,0,0],
|
||||
["tbd_mortars_100mm_box_he",0,0,0],
|
||||
["tbd_mortars_100mm_box_heat",0,0,0],
|
||||
["tbd_mortars_100mm_box_atgm",0,0,0],
|
||||
["tbd_mortars_100mm_box_ap",0,0,0],
|
||||
["B_Slingload_01_Repair_F",275,0,0], // Huron Repair
|
||||
["B_Slingload_01_Fuel_F",75,0,200], // Huron Fuel
|
||||
["B_Slingload_01_Ammo_F",75,200,0], // Huron Ammo
|
||||
|
||||
Reference in New Issue
Block a user