Classes:PlasmaBall

From ZDoom Wiki

Jump to: navigation, search
Plasma rifle bolt
Actor type Explosive Game
DoomEd Number None Class Name PlasmaBall
Spawn ID 51 Identifier T_PLASMABOLT

Classes: PlasmaBall

A projectile fired from the player's Plasma Rifle.


DECORATE definition

actor PlasmaBall
{
  Game Doom
  SpawnID 51
  Radius 13
  Height 8
  Speed 25
  Damage 5
  Projectile
  +RANDOMIZE
  RenderStyle Add
  Alpha 0.75
  SeeSound "weapons/plasmaf"
  DeathSound "weapons/plasmax"
  Obituary "$OB_MPPLASMARIFLE"
  States
  {
  Spawn:
    PLSS AB 6 bright
    loop
  Death:
    PLSE ABCDE 4 bright
    stop
  }
}
Personal tools