Classes:FireDemonRock1
Classes: FireDemonRock1
→FireDemonRock2
→FireDemonRock3
→FireDemonRock4
→FireDemonRock5
A rock that can be created when an afrit unrolls from its protective ball.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Afrit rock | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | FireDemonRock1 |
DECORATE definition
ACTOR FireDemonRock1
{
Health 1000
ReactionTime 8
Radius 3
Height 5
Mass 16
+NOBLOCKMAP
+DROPOFF
+MISSILE
+NOTELEPORT
action native A_SmBounce();
States
{
Spawn:
FDMN S 4
Loop
Death:
FDMN S 5 A_SmBounce
XDeath:
FDMN S 200
Stop
}
}
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.