Classes:ElectricBolt
Classes: StrifeZap1→ElectricBolt
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Electric bolt | |||
---|---|---|---|
Actor type | Explosive | Game | ![]() |
DoomEd Number | None | Class Name | ElectricBolt |
Conversation ID | 102 | Puzzle Item ID | N/A |
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 } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.