Classes:DarkImp
Twice as tough as their lesser cousins, and with a more dangerous attack.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Dark imp | |||
---|---|---|---|
Actor type | Monster | Game | ![]() |
DoomEd Number | 5006 | Class Name | DarkImp |
Spawn ID | 155 | Identifier | T_DARKIMP |
DECORATE definition
ACTOR DarkImp : DoomImp 5003 { Game Doom SpawnID 155 Obituary "$OB_DARKIMP" // "%o was burned by a dark imp." HitObituary "$OB_DARKIMP_MELEE" // "%o was slashed by a dark imp." Health 120 MissileType DarkImpBall States { Spawn: DIMP AB 10 A_Look Loop See: DIMP AABBCCDD 3 A_Chase Loop Melee: Missile: DIMP EF 8 A_FaceTarget DIMP G 6 A_ComboAttack // See DarkImpBall Goto See Pain: DIMP H 2 DIMP H 2 A_Pain Goto See Death: DIMP I 8 DIMP J 8 A_Scream DIMP K 6 DIMP L 6 A_NoBlocking DIMP M -1 Stop XDeath: DIMP N 5 DIMP O 5 A_XScream DIMP P 5 DIMP Q 5 A_NoBlocking DIMP RST 5 DIMP U -1 Stop Raise: DIMP ML 8 DIMP KJI 6 Goto See } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.