Skip to content

Commit

Permalink
Updated Bravo supply and Arsenal with new medical equipment (#1243)
Browse files Browse the repository at this point in the history
Co-authored-by: Broström.A | Evul <[email protected]>
  • Loading branch information
blakehhh and AndreasBrostrom authored Oct 15, 2024
1 parent 29401a0 commit 652eddc
Showing 1 changed file with 29 additions and 17 deletions.
46 changes: 29 additions & 17 deletions cScripts/cScripts_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -467,16 +467,19 @@
// Bandages
["ACE_elasticBandage",60],
["ACE_packingBandage",90],
["ACE_quikclot",150],
["ACE_quikclot",60],
["kat_chestSeal",20],
["kat_guedel",10],

// Tourniquets
["ACE_tourniquet",50],

// Fluids
["ACE_plasmaIV",20],
["ACE_plasmaIV_500",20],
["ACE_plasmaIV",4],
["ACE_plasmaIV_500",8],
["ACE_salineIV_500",4],
["ACE_bloodIV",4],
["ACE_bloodIV_500",8],

// IV & IO Catheters
["kat_IO_FAST",10],
Expand Down Expand Up @@ -534,9 +537,12 @@
["ACE_tourniquet",20],

// Fluids
["ACE_plasmaIV",30],
["ACE_plasmaIV_500",30],
["ACE_salineIV_250",20],
["ACE_plasmaIV",10],
["ACE_plasmaIV_500",15],
["ACE_salineIV_500",4],
["ACE_salineIV_250",10],
["ACE_bloodIV",10],
["ACE_bloodIV_500",15],

// IV & IO Catheters
["kat_IO_FAST",20],
Expand All @@ -550,6 +556,7 @@
// Cardiac resuscitation
["kat_amiodarone",10],
["kat_atropine",10],
["kat_epinephrineIV",15],

// Blood Pressure Medication
["kat_nitroglycerin",40],
Expand All @@ -571,17 +578,18 @@

// Surgical Equipment
["kat_scalpel",40],
["kat_plate",10],
["kat_clamp",4],
["kat_retractor",4],
["kat_plate",12],
["kat_clamp",2],
["kat_retractor",2],
["kat_vacuum",1],
["kat_reboa",12],
["kat_ultrasound",1],

// Surgical Medication
["kat_lidocaine",20],
["kat_lorazepam",10],
["kat_etomidate",20],
["kat_flumazenil",10],
["kat_lorazepam",12],
["kat_etomidate",26],
["kat_flumazenil",12],

// Surgical Kits
["ACE_surgicalKit",4],
Expand Down Expand Up @@ -763,6 +771,8 @@
["kat_larynx",15],
["kat_pocketBVM",3],

// Coagulation Equipment
["kat_coag_sense",1],

// Bandages
["ACE_elasticBandage",150],
Expand All @@ -774,9 +784,12 @@
["kat_reboa",10],

// Fluids
["ACE_plasmaIV",30],
["ACE_plasmaIV_500",30],
["ACE_salineIV_250",20],
["ACE_plasmaIV",10],
["ACE_plasmaIV_500",15],
["ACE_salineIV_500",4],
["ACE_salineIV_250",12],
["ACE_bloodIV",10],
["ACE_bloodIV_500",15],

// IV & IO Catheters
["kat_IO_FAST",20],
Expand Down Expand Up @@ -843,8 +856,7 @@
["ACE_SpraypaintRed",1],

// Rifle Ammo
["rhs_mag_30Rnd_556x45_M855A1_PMAG",24], // M855A1 PMAGs
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red",8] // M856A1 PMAGs
["rhs_mag_30Rnd_556x45_M855A1_PMAG_Tracer_Red",24] // M856A1 PMAGs Tracer
]],
["vehicle_strykerDragoon", [
// AT
Expand Down

0 comments on commit 652eddc

Please sign in to comment.