v22075: No update notes.

This commit is contained in:
Robert MacGregor 2017-07-17 23:02:58 -04:00
parent 18846f9b6e
commit 698ce5d914
12 changed files with 32 additions and 19 deletions

View file

@ -190,7 +190,7 @@ datablock LinearFlareProjectileData(IndoorTurretBolt)
kickBackStrength = 0.0;
dryVelocity = 120.0;
wetVelocity = 100.0;
wetVelocity = 40.0;
velInheritFactor = 0.5;
fizzleTimeMS = 2000;
lifetimeMS = 3000;

View file

@ -40,7 +40,7 @@ datablock TracerProjectileData(FusionBolt)
explosion = PlasmaBoltExplosion;
dryVelocity = 60.0;
wetVelocity = -1;
wetVelocity = 40.0;
velInheritFactor = 1.0;
fizzleTimeMS = 4000;
lifetimeMS = 6000;