Classes:FireBall
Classes: FireBall
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Fireball | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | FireBall |
| Spawn ID | 10 | Identifier | T_FIREBALL1 |
DECORATE definition
ACTOR FireBall
{
Speed 2
Radius 8
Height 8
Damage 4
DamageType Fire
+NOBLOCKMAP
+NOGRAVITY
+DROPOFF
+MISSILE
+NOTELEPORT
RenderStyle Add
DeathSound "Fireball"
States
{
Spawn:
FBL1 AB 4 Bright
Loop
Death:
XPL1 ABCDEF 4 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.