Page MenuHomeFeedback Tracker

Sound suppressors should affect the rate of fire of weapons.
New, NormalPublic

Description

The additional back pressure from a suppressor will cause an increase in the cyclic rate of fire most full-auto weapons.

It would be nice if the Class ItemInfo of muzzle devices could have a coefficient to modify the reloadTime of the weapon.
https://community.bistudio.com/wiki/Arma_3:_Weapon_Config_Guidelines#Muzzle_accessories

Something like this:

class cfgWeapons {
    class InventoryMuzzleItem_Base_F;
    class myMuzzleAccessory {
        class ItemInfo : InventoryMuzzleItem_Base_F {
            class WeaponCoef {
                reloadTimeCoef = 0.9;
            };
        };
    };
};

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

Drofseh created this task.Mar 24 2021, 5:46 AM
This comment was removed by dedmen.
dedmen added a subscriber: dedmen.Mar 25 2021, 10:26 AM