Classes:CellPack

From ZDoom Wiki

Jump to: navigation, search
Cell pack
Actor type Ammo Game
DoomEd Number 17 Class Name CellPack
Spawn ID 142 Identifier T_BATTERY

Classes: InventoryAmmoCellCellPack

A CellPack gives an amount of energy ammo five times as large as a Cell does.

DECORATE definition

ACTOR CellPack : Cell 17
{
  Game Doom
  SpawnID 142
  Inventory.PickupMessage "$GOTCELLBOX" // "Picked up an energy cell pack."
  Inventory.Amount 100
  States
  {
  Spawn:
    CELP A -1
    Stop
  }
}
Personal tools