Skip to content

Ammo Beams

Wizard Lizard edited this page Jul 17, 2020 · 5 revisions

Snippet

            Beams = new BeamDef
            {
                Enable = true,
                VirtualBeams = false, 
                ConvergeBeams = false, 
                RotateRealBeam = false, 
                OneParticle = false, 
            },

Enable

  • Enables beam effects and visuals for this ammo

VirtualBeams

  • A more performance based option, if you have multiple beams, only one beam will actually do damage, but it will have the combined power of all the beams, as if they were active as well.

ConvergeBeams

  • If virtual beams are enabled, converge all virtual beams onto the active beam

RotateRealBeam

  • Cycle active beam between all virtual beams, instead of centered between them.

OneParticle

  • Only spawn one particle hit per beam weapon.
Clone this wiki locally