Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d72a2b701e | ||
|
|
c0b7a4ef83 |
@@ -208,13 +208,13 @@ 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
|
||||
|
||||
if result.size >= 5 then
|
||||
name = "Mass Warper /* weapon name*/"%_T
|
||||
weapom.speed = weapon.speed * 2
|
||||
weapon.speed = weapon.speed * 2
|
||||
weapon.reach = weapon.reach * 1.5
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user