Classes:ArachnotronPlasma

From ZDoom Wiki

Jump to: navigation, search
Arachnotron plasma
Actor type Explosive Game
DoomEd Number None Class Name ArachnotronPlasma
Spawn ID 129 Identifier T_ARACHNOTRONPLASMA

Classes: ArachnotronPlasma


The projectile fired by an Arachnotron.


DECORATE definition

actor ArachnotronPlasma
{
  Game Doom
  SpawnID 129
  Radius 13
  Height 8
  Speed 25
  Damage 5
  RenderStyle Add
  Alpha 0.75
  SeeSound "baby/attack"
  DeathSound "baby/shotx"
  Projectile
  +RANDOMIZE
  states
  {
  Spawn:
    APLS AB 5 bright
    loop
  Death:
    APBX ABCDE 5 bright
    stop
  }
}
Personal tools