Classes:MageStaffFX2
Classes: MageStaffFX2
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Bloodscourge shot | |||
---|---|---|---|
Actor type | Explosive | Game | ![]() |
DoomEd Number | None | Class Name | MageStaffFX2 |
DECORATE definition
ACTOR MageStaffFX2 native { Speed 17 Height 8 Damage 4 DamageType "Fire" Projectile +SEEKERMISSILE +SCREENSEEKER +EXTREMEDEATH DeathSound "MageStaffExplode" Obituary "$OB_MPMWEAPBLOODSCOURGE" action native A_MStaffTrack(); States { Spawn: MSP2 ABCD 2 Bright A_MStaffTrack Loop Death: MSP2 E 4 Bright A_SetTranslucent(1, 1) MSP2 F 5 Bright A_Explode(80, 192, 0) MSP2 GH 5 Bright MSP2 I 4 Bright Stop } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.