Classes:LightningZap
Classes: LightningZap
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Lightning | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | LightningZap |
DECORATE definition
ACTOR LightningZap native
{
Radius 15
Height 35
Damage 2
Projectile
-ACTIVATEIMPACT
-ACTIVATEPCROSS
RenderStyle Add
Obituary "$OB_MPMWEAPLIGHTNING"
action native A_ZapMimic();
States
{
Spawn:
MLFX IJKLM 2 Bright A_ZapMimic
Loop
Death:
MLFX NOPQRSTU 2 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.