Classes:ShellBox

From ZDoom Wiki

Jump to: navigation, search
Shell box
Actor type Ammo Game
DoomEd Number 2049 Class Name ShellBox
Spawn ID 143 Identifier T_SHELLBOX

Classes: InventoryAmmoShellShellBox


A box of shells, for use with the Shotgun or SuperShotgun. Gives five times the amount of ammo from the smaller shell pickup.


DECORATE definition

ACTOR ShellBox : Shell 2049
{
  Game Doom
  SpawnID 143
  Inventory.PickupMessage "$GOTSHELLBOX" // "Picked up a box of shotgun shells."
  Inventory.Amount 20
  States
  {
  Spawn:
    SBOX A -1
    Stop
  }
}
Personal tools