Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0b7a4ef83 | ||
|
|
8e63f249a7 |
@@ -208,7 +208,7 @@ function TurretGenerator.generateHeavyCannonTurret(rand, dps, tech, material, ra
|
||||
|
||||
if result.size >= 4 then
|
||||
name = "Mass Driver /* weapon name*/"%_T
|
||||
weapom.speed = weapon.speed * 2
|
||||
weapon.speed = weapon.speed * 2
|
||||
weapon.reach = weapon.reach * 1.2
|
||||
end
|
||||
|
||||
@@ -283,7 +283,7 @@ function TurretGenerator.generateHookgunTurret(rand, dps, tech, material, rarity
|
||||
local weapon = WeaponGenerator.generateHookgun(rand, dps, tech, material, rarity)
|
||||
weapon.damage = weapon.damage / numWeapons
|
||||
|
||||
local spec = rand(0.5)
|
||||
local spec = rand:getInt(0, 1)
|
||||
|
||||
if spec then
|
||||
weapon.holdingForce = weapon.otherForce * 2
|
||||
|
||||
Reference in New Issue
Block a user