reduced tolerances- fix

quick balance and bug fix for drone tech - reduced tolerances
This commit is contained in:
landgreen
2021-03-16 21:01:02 -07:00
parent 4b50f08056
commit 1aa4afb280
4 changed files with 7 additions and 8 deletions

View File

@@ -2037,7 +2037,7 @@ const b = {
restitution: 1,
dmg: 0.24, //damage done in addition to the damage from momentum
lookFrequency: 80 + Math.floor(23 * Math.random()),
endCycle: simulation.cycle + Math.floor((1100 + 420 * Math.random()) * tech.isBulletsLastLonger * tech.droneCycleReduction),
endCycle: simulation.cycle + Math.floor((960 + 420 * Math.random()) * tech.isBulletsLastLonger * tech.droneCycleReduction) + 130 + RADIUS * 5,
classType: "bullet",
collisionFilter: {
category: cat.bullet,