Weapon#fireRateVariance

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)
doc_phaser
2017-02-14 11:19:53
Comments
Leave a Comment

Please login to continue.