Classes:Spectre

From ZDoom Wiki

Jump to: navigation, search

Classes: DemonSpectre

Spectre
Actor type Monster Game Image:MiniDoomLogoIcon.png
DoomEd Number 58 Class Name Spectre
Spawn ID 9 Identifier T_SPECTRE


The Spectre is exactly the same as the Demon except translucent.


DECORATE definition

actor Spectre : Demon 58
{
  spawnid 9
  hitobituary "%o was eaten by a spectre."
  renderstyle OptFuzzy
  alpha 0.2
  seesound "spectre/sight"
  attacksound "spectre/melee"
  painsound "spectre/pain"
  deathsound "spectre/death"
  activesound "spectre/active"
  +SHADOW
}
Personal tools