Skip to content

Commit

Permalink
Added explosives to logistics and Changed AUVs default crate
Browse files Browse the repository at this point in the history
  • Loading branch information
blakehhh committed Nov 29, 2024
1 parent 75e9f69 commit 6212d77
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
46 changes: 24 additions & 22 deletions cScripts/cScripts_logistics.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -751,12 +751,14 @@
["ACE_Chemlight_IR",15],

// Explosives
["SatchelCharge_Remote_Mag",2],
["DemoCharge_Remote_Mag",4],
["DemoCharge_Remote_Mag",8],

["ACE_EarPlugs", 3],
["ACE_quikclot", 80],
["ACE_tourniquet", 15]
["ACE_packingBandage", 50],
["ACE_quikclot", 20],
["ACE_splint",10],
["ACE_tourniquet", 10],
["kat_chestSeal",15]
]],

// // // // // // //
Expand Down Expand Up @@ -1933,11 +1935,21 @@
]],
["arsenal_role_logistics", [
// Tools
["ACE_wirecutter",0],
["ACE_Clacker",0],
["ACE_Fortify",0],
["ACE_M26_Clacker",0],
["ACE_wirecutter",0],

// Equipment
["ACE_Chemlight_HiBlue",0],
["ACE_Chemlight_HiGreen",0],
["ACE_Chemlight_HiRed",0],
["ACE_Chemlight_HiWhite",0],
["ACE_Chemlight_HiYellow",0],
["ACE_Chemlight_UltraHiOrange",0],
["ACE_HandFlare_Green",0],
["ACE_HandFlare_Red",0],
["ACE_HandFlare_Yellow",0],
["ace_marker_flags_black",0],
["ace_marker_flags_blue",0],
["ace_marker_flags_green",0],
Expand All @@ -1946,27 +1958,17 @@
["ace_marker_flags_red",0],
["ace_marker_flags_white",0],
["ace_marker_flags_yellow",0],
["ACE_rope12",0],
["ACE_rope15",0],
["ACE_rope3",0],
["ACE_rope6",0],
["KNB_PanelGreen",0],
["KNB_PanelRed",0],
["KNB_PanelYellow",0],
["ACE_rope3",0],
["ACE_rope6",0],
["ACE_rope12",0],
["ACE_rope15",0],
["ACE_Chemlight_HiBlue",0],
["ACE_Chemlight_HiGreen",0],
["ACE_Chemlight_HiRed",0],
["ACE_Chemlight_HiWhite",0],
["ACE_Chemlight_HiYellow",0],
["ACE_Chemlight_UltraHiOrange",0],
["ACE_HandFlare_Green",0],
["ACE_HandFlare_Red",0],
["ACE_HandFlare_Yellow",0]

/* Explosives (Disabled for now)
["DemoCharge_Remote_Mag",0],
["AMP_Breaching_Charge_Mag",0]
*/
// Explosives
["AMP_Breaching_Charge_Mag",0],
["DemoCharge_Remote_Mag",0]
]],
["arsenal_role_cls",[
// Airway Management and Respiration
Expand Down
6 changes: 3 additions & 3 deletions cScripts/functions/vehicle/fn_vehicle_addInventory.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ if (_vehicle iskindOf "MRAP_01_base_F") then {
GET_CONTAINER("vehicle_atlas_auv")
] call FUNC(setCargo);

// Supply Crate
["Box_NATO_Wps_F",
GET_CONTAINER("crate_strykerDragoon_resupply"),
// General Supply Crate
["I_supplyCrate_F",
GET_CONTAINER("crate_resupply_general"),
_vehicle, nil, "Resupply Crate"
] call FUNC(createCargoCrate);

Expand Down

0 comments on commit 6212d77

Please sign in to comment.