Rebalance

This commit is contained in:
bacon
2023-08-23 22:19:35 +03:00
parent f5f8b43b8a
commit 58c11a20c4
2 changed files with 14 additions and 16 deletions

View File

@@ -94,7 +94,7 @@ function WeaponGenerator.generateDiffuser(rand, dps, tech, material, rarity)
local weapon = Weapon()
weapon:setBeam()
local fireDelay = rand:getFloat(1, 2.5)*1.5
local fireDelay = rand:getFloat(1, 2.5)*0.5
local reach = rand:getFloat(950, 1400)
local damage = dps * fireDelay