Classes:IceFXPuff
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:
|
| Wendigo ice bolt puff | |||
|---|---|---|---|
| Actor type | SFX | Game | |
| DoomEd Number | None | Class Name | IceFXPuff |
Classes: IceFXPuff
The trail spawned by the ice golem's projectile.
DECORATE definition
ACTOR IceFXPuff
{
Radius 1
Height 1
+NOBLOCKMAP
+NOGRAVITY
+DROPOFF
+SHADOW
+NOTELEPORT
RenderStyle Translucent
Alpha 0.4
States
{
Spawn:
ICPR IJK 3
ICPR LM 2
Stop
}
}