Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc351d2555 | ||
|
|
e90ff8f1e2 |
@@ -230,7 +230,7 @@ function WeaponGenerator.generateHiveLauncher(rand, dps, tech, material, rarity)
|
||||
weapon.pcolor = ColorHSV(rand:getFloat(10, 60), 0.7, 1)
|
||||
weapon.pshape = ProjectileShape.Rocket
|
||||
|
||||
if rand:test(0.05) then
|
||||
if rand:test(1) then
|
||||
local shots = {2, 2, 2, 2, 2, 3, 4}
|
||||
weapon.shotsFired = shots[rand:getInt(1, #shots)]
|
||||
weapon.damage = (weapon.damage * 1.5) / weapon.shotsFired
|
||||
|
||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user