Classes:MummyFX1
Classes: MummyFX1
The screaming, flying, flaming skulls launched by nitrogolems. They have a subtle homing ability. Contrarily to the flying, flaming skulls from Doom, they are merely projectiles.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Screaming skull | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | MummyFX1 |
| Spawn ID | 131 | Identifier | T_MUMMYHEAD |
DECORATE definition
ACTOR MummyFX1
{
Radius 8
Height 14
Speed 9
FastSpeed 18
Damage 4
RenderStyle Add
Projectile
-ACTIVATEPCROSS
-ACTIVATEIMPACT
+SEEKERMISSILE
States
{
Spawn:
FX15 A 5 Bright A_PlaySound("mummy/head")
FX15 B 5 Bright A_SeekerMissile(10, 20)
FX15 C 5 Bright
FX15 B 5 Bright A_SeekerMissile(10, 20)
Loop
Death:
FX15 DEFG 5 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.