Classes:BaronBall

From ZDoom Wiki

Jump to: navigation, search
Baron of Hell plasma
Actor type Explosive Game
DoomEd Number None Class Name BaronBall
Spawn ID 154 Identifier T_BARONBALL

Classes: BaronBall


The green energy projectile fired from a Baron of Hell or a Hell Knight.


DECORATE definition

actor BaronBall
{
  Game Doom
  SpawnID 154
  Radius 6
  Height 16
  Speed 15
  FastSpeed 20
  Damage 8
  RenderStyle Add
  Alpha 1
  SeeSound "baron/attack"
  DeathSound "baron/shotx"
  Decal "BaronScorch"
  Projectile
  +RANDOMIZE
  states
  {
  Spawn:
    BAL7 AB 4 bright
    loop
  Death:
    BAL7 CDE 6 bright
    stop
  }
}
Personal tools