mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
[compat_rhs_usaf] Reload Launchers and Overpressure (#5589)
* Add ace_reloadlaunchers capability and ace_overpressure config to Mk 153 SMAW launcher * Add ace_reloadlaunchers capability and ace_overpressure config to M3 MWAAS launcher
This commit is contained in:
parent
81e02a7336
commit
39abfc78db
@ -212,7 +212,17 @@ class CfgWeapons {
|
||||
lockedTargetSound[] = {"",0,1};
|
||||
};
|
||||
|
||||
|
||||
class Launcher_Base_F;
|
||||
class rhs_weap_smaw: Launcher_Base_F {
|
||||
ace_reloadlaunchers_enabled = 1;
|
||||
ace_overpressure_angle = 45;
|
||||
};
|
||||
class rhs_weap_maaws: Launcher_Base_F {
|
||||
ace_reloadlaunchers_enabled = 1;
|
||||
ace_overpressure_range = 15;
|
||||
ace_overpressure_angle = 70;
|
||||
ace_overpressure_damage = 0.75;
|
||||
};
|
||||
|
||||
#define HEARING_PROTECTION_VICCREW EGVAR(hearing,protection) = 0.85; EGVAR(hearing,lowerVolume) = 0.6;
|
||||
#define HEARING_PROTECTION_EARMUFF EGVAR(hearing,protection) = 0.75; EGVAR(hearing,lowerVolume) = 0.5;
|
||||
|
Loading…
Reference in New Issue
Block a user