bulletSpeedVariance : number
This is a variance added to the speed of Bullets when they are fired.
If bullets have a bulletSpeed
value of 200, and a bulletSpeedVariance
of 50
then the actual speed of the Bullets will be between 150 and 250 pixels per second.
- Source code: plugins/weapon/WeaponPlugin.js (Line 177)
Please login to continue.