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:
DomT602 2021-07-24 06:23:23 +01:00 committed by GitHub
parent 0e043e5fb7
commit cb3adc22c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 0 deletions

View File

@ -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 {

View File

@ -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