BoltSpark

From Eternity Wiki
Revision as of 08:19, 17 April 2020 by Printz (talk | contribs) (Created page with "{{codepointer|description=Used by the ethereal arrow projectiles as they move, spawns a trail object.|usage='''BoltSpark'''|examples= {{example|description=From base/heretic/t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

Used by the ethereal arrow projectiles as they move, spawns a trail object.

Usage

BoltSpark

Parameters

No parameters.

Examples

From base/heretic/things.edf:

  Spawn:
    FX03 B 1 bright A_BoltSpark
    loop

Notes

With a 80% probability it spawns a thing of dehackednum 437 (CrossbowFX4 in heretic/things.edf) on actor's coordinates, and gives the new thing a random velocity of up to 4 map units on any horizontal direction.

See also