Classes:EnergyPack
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
Energy pack | |||
---|---|---|---|
Actor type | Ammo | Game | ![]() |
DoomEd Number | 17 | Class Name | EnergyPack |
Spawn ID | 142 | Identifier | T_BATTERY |
Conversation ID | 184, 178, 182 | Puzzle Item ID | N/A |
Classes: Inventory→Ammo→EnergyPod→EnergyPack
A pack of energy for Strife's flamethrower and mauler. Not to be confused with Doom's own energy cell pack.
DECORATE definition
ACTOR EnergyPack : EnergyPod { Inventory.Amount 100 Tag "$TAG_ENERGYPACK" // "Energy Pack" Inventory.PickupMessage "$TXT_ENERGYPACK" // "You picked up the energy pack." States { Spawn: CPAC AB 6 Loop } }