Skip to content

Commit f0a8492

Browse files
committed
plasma bolts suck less
literally just upped the speed of the projectiles shot by the foundation
1 parent 87f47d4 commit f0a8492

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Data/MuIlaak.rte/Shared/Ammo/PlasmaBolt/PlasmaBolt.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,32 +47,32 @@ AddEffect = AEmitter
4747
EmittedParticle = MOPixel
4848
CopyOf = Green Trace Front Effect Particle
4949
PresetName = Plasma Bolt Front Effect Particle
50-
LifeTime = 100
50+
LifeTime = 20
5151
EffectStartTime = 0
5252
EffectStopTime = 100
5353
EffectStartStrength = 1
5454
EffectStopStrength = 0.0
5555
EffectAlwaysShows = 1
56-
ParticlesPerMinute = 9000
56+
ParticlesPerMinute = 16000
5757
BurstSize = 1
5858
Spread = 0
59-
MaxVelocity = 25
59+
MaxVelocity = 35
6060
MinVelocity = 0
6161
PushesEmitter = 0
6262
AddEmission = Emission
6363
EmittedParticle = MOPixel
6464
CopyOf = Green Trace Effect Particle
6565
PresetName = Plasma Bolt Effect Particle
66-
LifeTime = 300
66+
LifeTime = 100
6767
EffectStartTime = 0
6868
EffectStopTime = 300
6969
EffectStartStrength = 1
7070
EffectStopStrength = 0.0
7171
EffectAlwaysShows = 1
72-
ParticlesPerMinute = 6000
72+
ParticlesPerMinute = 12000
7373
BurstSize = 1
7474
Spread = 0
75-
MaxVelocity = 25
75+
MaxVelocity = 35
7676
MinVelocity = 0
7777
PushesEmitter = 0
7878
EmissionEnabled = 1

Data/MuIlaak.rte/Shared/Ammo/PlasmaBolt/PlasmaBolt.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
function Create(self)
2-
self.speed = 35;
2+
self.speed = 45;
33
self.TraceValue = 120
44

5-
local raylength = 100;
5+
local raylength = 25;
66
local rayPixSpace = 15;
77

88
local dots = math.floor(raylength/rayPixSpace);

0 commit comments

Comments
 (0)