Pistoleer Archive
Thread: Speed and powerup issue
Hi,
Ok i know that pistol speed works like this:
(WeaponSpeed * SpecialDelayMod) - (WeaponSpeed * SpecialDelayMod) * (PistolSpeed/100)
And if result < 1.0s , result = 1.0s
But when do i apply the powerup spped bonus?? Is this right??
((WeaponSpeed-PowerUpBonus) * SpecialDelayMod)- ((WeaponSpeed -PowerUpBonus)* SpecialDelayMod)* (PistolSpeed/100)
And if result < 1.0s , result = 1.0s
What happens when (WeaponSpeed- PowerUpBonus) < 1.0 ??? Are there two caps one in this operation and one in the other??
Thanks in advance
What happens when (WeaponSpeed- PowerUpBonus) < 1.0 ??? Are there two caps one in this operation and one in the other??
There is only the one 1s cap. You can apply a 35% powerup on a 1s pistol to improve your speed in Stopping Shot. From my experience, the 1s minimum is only applied after all modifiers are added.