Classes:SorcFX4
A purple fireball fired by the Heresiarch that does a splash damage on impact; as a form of attack, the monster fires quite a few of them rapidly in a whiplash pattern.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Heresiarch purple flames | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | SorcFX4 |
Classes: SorcFX4
DECORATE definition
ACTOR SorcFX4
{
Speed 12
Radius 10
Height 10
Projectile
-ACTIVATEIMPACT
-ACTIVATEPCROSS
DeathSound "SorcererBallExplode"
action native A_SorcFX4Check();
States
{
Spawn:
SBS4 ABC 2 Bright A_SorcFX4Check
Loop
Death:
SBS4 D 2 Bright
SBS4 E 2 Bright A_Explode(20, 128)
SBS4 FGH 2 Bright
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.