mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
RHS ARF Compat - Add ammo URAL & Kamaz, wirecutter backpacks and crew helmet (#8308)
* RHS ARF Compat - Add ammo URAL & Kamaz Add the RHS_Ural_Ammo_Base and rhs_kamaz5350_ammo_base into the config to allow them to be used for rearming. * Add wire cutter backpacks * Missed the inheritance * Add new tank crew helmet
This commit is contained in:
parent
0e043e5fb7
commit
cb3adc22c0
@ -163,6 +163,10 @@ class CfgVehicles {
|
||||
transportRepair = 0;
|
||||
EGVAR(repair,canRepair) = 1;
|
||||
};
|
||||
class RHS_Ural_Ammo_Base: RHS_Ural_Base {
|
||||
transportAmmo = 0;
|
||||
ace_rearm_defaultSupply = 1200;
|
||||
};
|
||||
|
||||
class rhs_truck: Truck_F {
|
||||
EGVAR(refuel,fuelCapacity) = 210;
|
||||
@ -179,6 +183,12 @@ class CfgVehicles {
|
||||
ace_rearm_defaultSupply = 1200;
|
||||
};
|
||||
|
||||
class rhs_kamaz5350: rhs_truck {};
|
||||
class rhs_kamaz5350_ammo_base: rhs_kamaz5350 {
|
||||
transportAmmo = 0;
|
||||
ace_rearm_defaultSupply = 1200;
|
||||
};
|
||||
|
||||
class MRAP_02_base_F;
|
||||
class rhs_tigr_base: MRAP_02_base_F {
|
||||
EGVAR(refuel,fuelCapacity) = 138;
|
||||
@ -269,6 +279,16 @@ class CfgVehicles {
|
||||
class rhs_assault_umbts_engineer: rhs_assault_umbts {
|
||||
EGVAR(logistics_wirecutter,hasWirecutter) = 1;
|
||||
};
|
||||
|
||||
class rhs_rk_sht_30_emr;
|
||||
class rhs_rk_sht_30_emr_engineer: rhs_rk_sht_30_emr {
|
||||
EGVAR(logistics_wirecutter,hasWirecutter) = 1;
|
||||
};
|
||||
|
||||
class rhs_rk_sht_30_olive;
|
||||
class rhs_rk_sht_30_olive_engineer: rhs_rk_sht_30_olive {
|
||||
EGVAR(logistics_wirecutter,hasWirecutter) = 1;
|
||||
};
|
||||
|
||||
class StaticMortar: StaticWeapon {};
|
||||
class rhs_2b14_82mm_Base: StaticMortar {
|
||||
|
@ -125,6 +125,10 @@ class CfgWeapons {
|
||||
class rhs_tsh4: H_HelmetB {
|
||||
HEARING_PROTECTION_VICCREW
|
||||
};
|
||||
|
||||
class rhs_6b48: H_HelmetB {
|
||||
HEARING_PROTECTION_VICCREW
|
||||
};
|
||||
|
||||
class rhs_zsh7a: H_HelmetB {
|
||||
HEARING_PROTECTION_VICCREW
|
||||
|
Loading…
Reference in New Issue
Block a user