Classes:EnergyPack
Classes: Inventory→Ammo→EnergyPod→EnergyPack
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
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 |
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 } }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.