BoltSpark

From Eternity Wiki
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