Classes:Spark
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Spark | |||
---|---|---|---|
Actor type | Explosive | Game | |
DoomEd Number | None | Class Name | Spark |
Classes: Actor → Spark
→EnergyBall
Overview
Spark fired by the Angel of Death.
DECORATE Definition
actor Spark { Speed 16 Damage (random[MissileDamage](30, 62)) SeeSound "angel/attack" PROJECTILE states { Spawn: SPRK A .5 bright Loop: SPRK BCDA 3 bright loop } }