Classes:BoxOfBullets

From ZDoom Wiki

Jump to: navigation, search
Box of bullets
Actor type Ammo Game
DoomEd Number 2048 Class Name BoxOfBullets
Spawn ID 139 Identifier T_AMMOBOX
Conversation ID 180, 174, 178 Puzzle Item ID N/A

Classes: InventoryAmmoClipOfBulletsBoxOfBullets

Strife's box of bullets contains five times the amount of ammunition for the assault gun as a clip does. Not to be confused with Doom's own box of bullets.

DECORATE definition

ACTOR BoxOfBullets : ClipOfBullets 2048
{
  Game Strife
  SpawnID 139
  ConversationID 180, 174, 178
  Inventory.Amount 50
  Tag "ammo"
  Inventory.PickupMessage "$TXT_BOXOFBULLETS" // "You picked up the box of bullets."
  States
  {
  Spawn:
    BBOX A -1
    Stop
  }
}
Personal tools