Classes:RevenantTracerSmoke

From ZDoom Wiki

Jump to: navigation, search
Revenant homing missile trail
Actor type Explosive Game
DoomEd Number None Class Name RevenantTracerSmoke

Classes: RevenantTracerSmoke


The trail of smoke left by a Revenant Tracer. This is almost the same as a Bullet Puff. Remember that the trail is only displayed when the Revenant's Seeker is currently targeting an actor.


DECORATE definition

actor RevenantTracerSmoke
{
  +NOBLOCKMAP
  +NOGRAVITY
  +NOTELEPORT
  RenderStyle Translucent 
  Alpha 0.5
  States
  {	
  Spawn:
    PUFF ABABC 4
    Stop
  }
}
Personal tools