Skip to content

MovementPerturbationCoefficient

How far each railgun particle's course is deflected from the spiral it was laid on.

Specification
Applies to
ParticleSystemType
File
rules.ini
Section
[<ObjectType ID>]
Value
floating point
When omitted
0.0

A particle of the trace starts out traveling directly away from the beam, along the same line that placed it. Each of the three axes of that course is then deflected independently by an amount running from half this figure one way to half the other, and the result is normalized back to a direction — so the figure is measured against a course of unit length, and .3 bends by up to fifteen hundredths of it on each axis. Only the Railgun behavior reads it.

rules.ini
[MyRailgunSys] ; a ParticleSystemType registered in [ParticleSystems]
BehavesLike=Railgun
HoldsWhat=MyRailgunPart ; a ParticleType registered in [Particles]
MovementPerturbationCoefficient=.3
VelocityPerturbationCoefficient=.6