Classes:FireDemonRock1
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
Afrit rock | |||
---|---|---|---|
Actor type | SFX | Game | ![]() |
DoomEd Number | None | Class Name | FireDemonRock1 |
Classes: FireDemonRock1
→FireDemonRock2
→FireDemonRock3
→FireDemonRock4
→FireDemonRock5
A rock that can be created when an afrit unrolls from its protective ball.
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 } }