Update 2 files

- /data/scripts/lib/weapongenerator.lua
- /data/scripts/lib/turretgenerator.lua
This commit is contained in:
Alex
2023-08-29 15:11:13 +00:00
parent f74138d77b
commit 9111bf856e
2 changed files with 6 additions and 7 deletions

View File

@@ -233,7 +233,6 @@ function WeaponGenerator.generateHiveLauncher(rand, dps, tech, material, rarity)
if rand:test(1) then
local shots = {6, 10, 14, 18, 22, 26, 30}
weapon.shotsFired = shots[rand:getInt(1, #shots)]
print()
weapon.damage = (weapon.damage * 1.5) / weapon.shotsFired
end