Classes:CentaurFX
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
| Slaughtaur missile | |||
|---|---|---|---|
| Actor type | Explosive | Game | |
| DoomEd Number | None | Class Name | CentaurFX |
Classes: CentaurFX
The projectile fired by a Slaughtaur's shield.
DECORATE definition
ACTOR CentaurFX
{
Speed 20
Damage 4
Projectile
+SPAWNSOUNDSOURCE
RenderStyle Add
SeeSound "CentaurLeaderAttack"
DeathSound "CentaurMissileExplode"
States
{
Spawn:
CTFX A -1 Bright
Stop
Death:
CTFX B 4 Bright
CTFX C 3 Bright
CTFX D 4 Bright
CTFX E 3 Bright
CTFX F 2 Bright
Stop
}
}