Classes:ElectricBolt
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:
|
Electric bolt | |||
---|---|---|---|
Actor type | Explosive | Game | (Strife) |
DoomEd Number | None | Class Name | ElectricBolt |
Conversation ID | 102 | Puzzle Item ID | N/A |
Classes: StrifeZap1→ElectricBolt
This actor needs a description.
DECORATE definition
ACTOR ElectricBolt : StrifeZap1 { Speed 30 Radius 10 Height 10 Damage 10 Projectile +STRIFEDAMAGE MaxStepHeight 4 SeeSound "misc/swish" ActiveSound "misc/swish" DeathSound "weapons/xbowhit" Obituary "$OB_MPELECTRICBOLT" // "%o got bolted to the wall by %k." States { Spawn: AROW A 10 A_LoopActiveSound Loop } }