Classes:CircleFlame
Classes: CircleFlame
This actor needs a description.
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Firestorm circle flame | |||
---|---|---|---|
Actor type | Explosive | Game | ![]() |
DoomEd Number | None | Class Name | CircleFlame |
DECORATE definition
ACTOR CircleFlame { Radius 6 Damage 2 DamageType "Fire" Projectile -ACTIVATEIMPACT -ACTIVATEPCROSS RenderStyle Add DeathSound "ClericFlameCircle" Obituary "$OB_MPCWEAPFLAME" action native A_CFlameRotate(); States { Spawn: CFCF A 4 Bright CFCF B 2 Bright A_CFlameRotate CFCF C 2 Bright CFCF D 1 Bright CFCF E 2 Bright CFCF F 2 Bright A_CFlameRotate CFCF G 1 Bright CFCF HI 2 Bright CFCF J 1 Bright A_CFlameRotate CFCF K 2 Bright CFCF LM 3 Bright CFCF N 2 Bright A_CFlameRotate CFCF O 3 Bright CFCF P 2 Bright Stop Death: CFCF QR 3 Bright CFCF S 3 Bright A_Explode(20, 20, 0) CFCF TUVWXYZ 3 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.