Classes:AxePuff

From ZDoom Wiki

Jump to: navigation, search
Axe puff
Actor type Explosive Game
DoomEd Number None Class Name AxePuff

Classes: AxePuff

 →AxePuffGlow
This actor needs a description.

DECORATE definition

ACTOR AxePuff
{
  +NOBLOCKMAP
  +NOGRAVITY
  +PUFFONACTORS
  RenderStyle Translucent
  Alpha 0.6
  SeeSound "FighterAxeHitThing"
  AttackSound "FighterHammerHitWall"
  ActiveSound "FighterHammerMiss"
  States
  {
  Spawn:
    FHFX STUVW 4
    Stop
  }
}
Personal tools