Classes:ChemicalRocket
From ECWolf Wiki
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Chemical Rocket | |||
---|---|---|---|
Actor type | Explosive | Game | |
DoomEd Number | None | Class Name | ChemicalRocket |
Classes: Actor → Rocket → ChemicalRocket
Overview
Replacement rocket used for bosses in the Spear of Destiny mission packs.
DECORATE Definition
actor ChemicalRocket : Rocket { states { Spawn: CRCK A 1.5 bright A_SpawnItem("ChemicalSmoke") loop Death: CBOM ABC 3 bright stop } }