Classes:BishopFX

From ZDoom Wiki

Jump to: navigation, search
Dark bishop spell
Actor type Explosive Game
DoomEd Number None Class Name BishopFX

Classes: BishopFX

This actor needs a description.


DECORATE definition

ACTOR BishopFX
{
  Game Hexen
  Radius 10
  Height 6
  Speed 10
  Damage 1
  Projectile
  +SEEKERMISSILE
  -ACTIVATEIMPACT
  -ACTIVATEPCROSS
  +STRIFEDAMAGE
  RenderStyle Add
  DeathSound "BishopMissileExplode"
  States
  {
  Spawn:
    BPFX ABAB 1 Bright A_BishopMissileWeave
    BPFX B 0 Bright A_SeekerMissile(2,3)
    Loop
  Death:
    BPFX CDEF 4 Bright
    BPFX GH 3 Bright
    Stop
  }
}
Personal tools