Classes:BlasterPowered
Jump to navigation
Jump to search
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Tomed dragon claw | |||
---|---|---|---|
Actor type | Weapon | Game | (Heretic) |
DoomEd Number | None | Class Name | BlasterPowered |
Classes: Inventory→Weapon→HereticWeapon→Blaster→BlasterPowered
When the tome of power is activated, the dragon claw fires an extremely fast shot, that upon contact with a surface explodes into eight ripper projectiles.
DECORATE definition
ACTOR BlasterPowered : Blaster { +WEAPON.POWERED_UP Weapon.AmmoUse 5 Weapon.AmmoGive 0 Weapon.SisterWeapon "Blaster" Tag "$TAG_BLASTERP" States { Fire: BLSR BC 0 Hold: BLSR D 3 A_FireCustomMissile("BlasterFX1") BLSR CB 4 BLSR A 0 A_ReFire Goto Ready } }