ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
LaserOuterSpread: Difference between revisions
Jump to navigation
Jump to search
Correcting per executable |
EvilRenegade (talk | contribs) m Replacing Template:TTL with Template:F. |
||
Line 13: | Line 13: | ||
}} | }} | ||
Defines the "variability" of the laser's outer color defined by {{ | Defines the "variability" of the laser's outer color defined by {{f|LaserOuterColor|link}}. Basically, every frame a random number from the range | ||
[LaserOuterColor.X - LaserOuterSpread.X, LaserOuterColor.X + LaserOuterSpread.X] (substitute X for basic colors - R, G, B) | [LaserOuterColor.X - LaserOuterSpread.X, LaserOuterColor.X + LaserOuterSpread.X] (substitute X for basic colors - R, G, B) | ||
is used as the laser's outer color. | is used as the laser's outer color. |
Revision as of 08:16, 27 November 2009
Flag: | LaserOuterSpread |
File(s): | Rules(md).ini |
Values: | three comma-separated unsigned integers (RGB colour) |
Default: | 0,0,0 |
Applicable to: | Weapons |
Defines the "variability" of the laser's outer color defined by LaserOuterColor. Basically, every frame a random number from the range
[LaserOuterColor.X - LaserOuterSpread.X, LaserOuterColor.X + LaserOuterSpread.X] (substitute X for basic colors - R, G, B)
is used as the laser's outer color.