fireRateVariance : number
This is a modifier that is added to the fireRate
each update to add variety
to the firing rate of the Weapon. The value is given in milliseconds.
If you've a fireRate
of 200 and a fireRateVariance
of 50 then the actual
firing rate of the Weapon will be between 150 and 250.
- Source code: plugins/weapon/WeaponPlugin.js (Line 84)
Please login to continue.