Update file weapongenerator.lua

This commit is contained in:
Alex
2023-08-30 20:17:50 +00:00
parent f258093ca3
commit 863e00a5d0

View File

@@ -3,7 +3,7 @@ function WeaponGenerator.generateSmartCannon(rand, dps, tech, material, rarity)
local weapon = Weapon()
weapon:setProjectile()
dps = dps * 0.75
dps = dps * 0.9
local fireDelay = rand:getFloat(1.5, 2.5)*0.5
local reach = rand:getFloat(1100, 1500)*0.7
local damage = dps * fireDelay