Classes:Spectre
From ECWolf Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
| Spectre | |||
|---|---|---|---|
| Actor type | Monster | Game | |
| DoomEd Number | 28 | Class Name | Spectre |
Classes: Actor → Spectre
→GhoulishGhost
→RadioactiveMist
Overview
A white ghost which can be temporarily disabled by shooting it.
DECORATE Definition
actor Spectre 28
{
Damage (2)
Radius 42
Points 200
Health 5, 10, 15, 25
Speed 1, 1.563
SeeSound "ghost/sight"
DeathSound "ghost/death"
MONSTER
+AMBUSH
states
{
Spawn:
SPCT ABCD 5 NOP A_Look(0, 0, 0, 0, 360)
loop
See:
SPCT ABCD 5 NOP A_Chase("*", "*", CHF_DONTDODGE)
loop
Death:
SPCT E 5 A_Fall
SPCT FG 5
SPCT H 155
SPCT H 5 A_Dormant
wait
}
}