Classes:FatShot

From ZDoom Wiki

Jump to: navigation, search
Mancubus flamethrower projectile
Actor type Explosive Game
DoomEd Number None Class Name FatShot
Spawn ID 153 Identifier T_MANCUBUSSHOT

Classes: FatShot


A large fireball shot from a Mancubus.


DECORATE definition

actor FatShot
{
  Game Doom
  SpawnID 153
  Radius 6
  Height 8
  Speed 20
  Damage 8
  Projectile 
  +RANDOMIZE
  RenderStyle Add
  Alpha 1
  SeeSound "fatso/attack"
  DeathSound "fatso/shotx"
  States
  {
  Spawn:
    MANF AB 4 bright
    loop
  Death:
    MISL B 8 bright
    MISL C 6 bright
    MISL D 4 bright
    stop
  }
}
Personal tools