Classes:StrifePuff
		
		
		
		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: 
 | 
| Puff | |||
|---|---|---|---|
| Actor type | SFX | Game |  (Strife) | 
| DoomEd Number | None | Class Name | StrifePuff | 
Classes: StrifePuff
 →MiniMissilePuff
 →StrifeSpark
This actor needs a description.
DECORATE definition
ACTOR StrifePuff
{
  +NOBLOCKMAP
  +NOGRAVITY
  +ALLOWPARTICLES
  RenderStyle Translucent
  Alpha 0.25
  States
  {
  Spawn:
    POW3 ABCDEFGH 3
    Stop
  Crash:
    PUFY A 4 Bright
    PUFY BCD 4
    Stop
  }
}