Classes:DragonExplosion
Classes: DragonExplosion
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| DragonExplosion | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | DragonExplosion |
DECORATE definition
ACTOR DragonExplosion
{
Radius 8
Height 8
DamageType "Fire"
+NOBLOCKMAP
+NOTELEPORT
+INVISIBLE
RenderStyle Add
DeathSound "DragonFireballExplode"
States
{
Spawn:
CFCF Q 1 Bright
CFCF Q 4 Bright A_UnHideThing
CFCF R 3 Bright A_Scream
CFCF S 4 Bright
CFCF T 3 Bright A_Explode(80, 128, 0)
CFCF U 4 Bright
CFCF V 3 Bright
CFCF W 4 Bright
CFCF X 3 Bright
CFCF Y 4 Bright
CFCF Z 3 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.