Classes:BlasterFX1

From ZDoom Wiki

Jump to: navigation, search
Tomed dragon claw projectile
Actor type Explosive Game
DoomEd Number None Class Name BlasterFX1

Classes: BlasterFX1

The ultra-fast projectiles from the powered-up dragon claw. They spawn four rippers on impact. They deal less damage to iron liches than to any other enemy.

DECORATE definition

ACTOR BlasterFX1 native
{
  Radius 12
  Height 8
  Speed 184
  Damage 2
  Projectile
  SeeSound "weapons/blastershoot"
  DeathSound "weapons/blasterhit"
  +SPAWNSOUNDSOURCE
  
  action native A_SpawnRippers();
   
  States
  {
  Spawn:
    ACLO E 200
    Loop
  Death:
    FX18 A 3 BRIGHT A_SpawnRippers
    FX18 B 3 BRIGHT
    FX18 CDEFG 4 BRIGHT
    Stop
  }
}
Personal tools