File tree Expand file tree Collapse file tree
Data/MuIlaak.rte/Shared/Ammo/PlasmaBolt Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11function 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 );
You can’t perform that action at this time.
0 commit comments